|
|
@ -11,41 +11,41 @@ namespace djy.Model.Ams
|
|
|
|
[JsonProperty, Column(IsPrimary = true, IsNullable = false)]
|
|
|
|
[JsonProperty, Column(IsPrimary = true, IsNullable = false)]
|
|
|
|
public string GID { get; set; }
|
|
|
|
public string GID { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[MaxLength(50)]
|
|
|
|
//[MaxLength(50)]
|
|
|
|
public string TemPlateName { get; set; }
|
|
|
|
public string TemPlateName { get; set; }
|
|
|
|
[MaxLength(50)]
|
|
|
|
//[MaxLength(50)]
|
|
|
|
public string Type { get; set; }
|
|
|
|
public string Type { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[MaxLength(50)]
|
|
|
|
//[MaxLength(50)]
|
|
|
|
public string Name { get; set; }
|
|
|
|
public string Name { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[MaxLength(200)]
|
|
|
|
//[MaxLength(200)]
|
|
|
|
public string ADDR { get; set; }
|
|
|
|
public string ADDR { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[MaxLength(50)]
|
|
|
|
//[MaxLength(50)]
|
|
|
|
public string Country { get; set; }
|
|
|
|
public string Country { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[MaxLength(50)]
|
|
|
|
//[MaxLength(50)]
|
|
|
|
public string CountryCode { get; set; }
|
|
|
|
public string CountryCode { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[MaxLength(50)]
|
|
|
|
//[MaxLength(50)]
|
|
|
|
public string City { get; set; }
|
|
|
|
public string City { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[MaxLength(50)]
|
|
|
|
//[MaxLength(50)]
|
|
|
|
public string Tel { get; set; }
|
|
|
|
public string Tel { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public bool? IsDel { get; set; }
|
|
|
|
public bool? IsDel { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[MaxLength(50)]
|
|
|
|
//[MaxLength(50)]
|
|
|
|
public string UserID { get; set; }
|
|
|
|
public string UserID { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[MaxLength(50)]
|
|
|
|
//[MaxLength(50)]
|
|
|
|
public string UserName { get; set; }
|
|
|
|
public string UserName { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[MaxLength(50)]
|
|
|
|
//[MaxLength(50)]
|
|
|
|
public string CompID { get; set; }
|
|
|
|
public string CompID { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[MaxLength(100)]
|
|
|
|
//[MaxLength(100)]
|
|
|
|
public string CompName { get; set; }
|
|
|
|
public string CompName { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|