| | |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "ä¾åºåç®ç§°")] |
| | | public string SupplierShortName { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "è系人")] |
| | | public string Contacts { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "èç³»çµè¯")] |
| | | public string ContactNumber { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "èç³»å°å")] |
| | | public string ContactAddress { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "çµåé®ç®±")] |
| | | public string Email { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "æè¿°")] |
| | | public string Description { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "åºåç»ç»")] |
| | | public string InvOrgId { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç¶æ")] |
| | | public int Status { get; set; } |
| | | } |