| | |
| | | /// 子项单位 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FUNITIDLOT" )] |
| | | public string Funitidlot { get; set; } |
| | | public string? Funitidlot { get; set; } |
| | | /// <summary> |
| | | /// 固定损耗 |
| | | ///</summary> |
| | |
| | | /// 变动损耗率 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FSCRAPRATELOT" )] |
| | | public decimal Fscrapratelot { get; set; } |
| | | public decimal? Fscrapratelot { get; set; } |
| | | /// <summary> |
| | | /// 用量:分子 |
| | | ///</summary> |
| | |
| | | /// 子项物料编码 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FMATERIALIDLOTBASED" )] |
| | | public string Fmaterialidlotbased { get; set; } |
| | | public string? Fmaterialidlotbased { get; set; } |
| | | /// <summary> |
| | | /// 序号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="LINE_NUMBER" )] |
| | | public decimal LineNumber { get; set; } |
| | | public decimal? LineNumber { get; set; } |
| | | } |
| | | } |