You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
497 B
16 lines
497 B
using Entity.Sugar;
|
|
|
|
namespace Entity.ViewModels
|
|
{
|
|
public class View_CRM_Contactors : OTB_CRM_Contactors
|
|
{
|
|
public string UniCode { get; set; }
|
|
public string CustomerShotCName { get; set; }
|
|
public string CustomerEName { get; set; }
|
|
public string IsMain { get; set; }
|
|
public string SourceType { get; set; }
|
|
public string SN { get; set; }
|
|
public string CustomerCName { get; set; }
|
|
public int? OrderCount { get; set; }
|
|
}
|
|
}
|