| | |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä¾åºåæ¥æºID(䏿¸¸) |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ä¾åºåæ¥æºID(䏿¸¸)")] |
| | | public int SupplierSourceId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä¾åºåç¼ç |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "ä¾åºåç¼ç ")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ä¾åºåç¼ç ")] |
| | | public string SupplierCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä¾åºååç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "ä¾åºååç§°")] |
| | | [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "ä¾åºååç§°")] |
| | | public string SupplierName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä¾åºåç®ç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "ä¾åºåç®ç§°")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ä¾åºåç®ç§°")] |
| | | public string SupplierShortName { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | public string ContactAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// çµåé®ç®± |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "çµåé®ç®±")] |
| | | public string Email { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æè¿° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "æè¿°")] |
| | |
| | | /// <summary> |
| | | /// åºåç»ç» |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "åºåç»ç»")] |
| | | public string InvOrgId { get; set; } |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºåç»ç»")] |
| | | public int InvOrgId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¶æ |