using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OASystem.Domain.Dtos.Tencent { /// /// 统一信用代码请求实体类 /// /// public class UniformCreditCodeOCRDto:OCRDtoBase { } }