| | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºåç¶æ")] |
| | | public int StockStatus { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç©æç¶æ")] |
| | | public int Wlstatus { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "éé")] |
| | | public decimal Materialweight { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ç产æ¶é´")] |
| | | public DateTime Mgeneratetime { get; set; } |
| | | |
| | | |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_StockInfoDetail.StockId), nameof(Id))] |
| | | public List<Dt_StockInfoDetail> Details { get; set; } |
| | | } |