using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OASystem.Domain.Dtos.Tencent { /// /// 结婚证 /// 请求实体类 /// public class MarriageLicenseOCRDto:OCRDtoBase { } }