| | |
| | | /// 检验结果 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "FCHECK_RESU")] |
| | | public string FcheckResu { get; set; } |
| | | public string? FcheckResu { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 检验项目 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "FCHECK_ITEM")] |
| | | public string FcheckItem { get; set; } |
| | | public string? FcheckItem { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 物料条码 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "ITEM_BARCODE")] |
| | | public string ItemBarcode { get; set; } |
| | | public string? ItemBarcode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "RELEASE_NO")] |
| | | public string ReleaseNo { get; set; } |
| | | public string? ReleaseNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | |
| | | /// |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "COMPANY")] |
| | | public string Company { get; set; } |
| | | public string? Company { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "FACTORY")] |
| | | public string Factory { get; set; } |
| | | public string? Factory { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "FSTAND")] |
| | | public string Fstand { get; set; } |
| | | public string? Fstand { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 生成人 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "LASTUPDATE_BY")] |
| | | public string LastupdateBy { get; set; } |
| | | public string? LastupdateBy { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "CREATE_BY")] |
| | | public string CreateBy { get; set; } |
| | | public string? CreateBy { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public int? count { get; set; } |
| | | } |