| | |
| | | public string? SuplierCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true)] |
| | | public int? OrderId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string? OrderNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// éè´åå· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "éè´åå·")] |
| | |
| | | public string? FactoryArea { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "ååº")] |
| | | public string? WarehouseCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¥æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç©æç¼å·")] |
| | |
| | | /// åæ¡ç |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "åæ¡ç ")] |
| | | public string OldBarcode { get; set; } |
| | | public string OldBarcode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åæ°é |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åæ°é")] |
| | | public decimal OriginalQuantity { get; set; } |
| | | public decimal OriginalQuantity { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ°æ°é |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æ°æ°é")] |
| | | public decimal AfterQuantity { get; set; } |
| | | public decimal AfterQuantity { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åä½ |
| | | /// </summary> |
| | | |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "åä½")] |
| | | public string Unit { get; set; } |
| | | public string Unit { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false)] |
| | | public int ReturnStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 500, ColumnDescription = "夿³¨")] |
| | | public string? Remark { get; set; } |
| | | public string? Remark { get; set; } |
| | | } |
| | | } |