1234567891011121314151617 |
- using OASystem.Domain.Entities.Customer;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace OASystem.Domain.ViewModels.CRM
- {
- /// <summary>
- /// 签证 证件类型
- /// </summary>
- public class CustomerCertView: Crm_CustomerCert
- {
- }
- }
|