- using System;
- using System.Collections.Generic;
- #nullable disable
- namespace OrderSystem.Entity
- {
- public partial class CVxIdClientPhoneMerge
- {
- public string ClientName { get; set; }
- public string ClientPhoneNo { get; set; }
- public string VxId { get; set; }
- public string ContractNo { get; set; }
- }
- }
|