| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using SqlSugar; |
| | | using SqlSugar; |
| | | |
| | | namespace MES.Service.Modes; |
| | | |
| | |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "FSALEORDERNO")] |
| | | public string? Fsaleorderno { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 项次号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "FREPLACEGROUP")] |
| | | public string? FReplaceGroup { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 货主类型 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "FOWNERTYPEID")] |
| | | public string? FOwnerTypeId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 子项类型 |
| | | ///</summary> |