StandardInterface/MES.Service/Modes/MesQaItemsDetect01.cs
@@ -471,4 +471,19 @@ /// </summary> [SugarColumn(ColumnName = "PHSY")] public int PHSY { get; set; } /// <summary> /// 不良原因 /// </summary> [SugarColumn(ColumnName = "BLYY")] public string? BLYY { get; set; } /// <summary> /// 申请车间 /// </summary> [SugarColumn(ColumnName = "SSCJ")] public string? SSCJ { get; set; } /// <summary> /// 评审状态 /// </summary> [SugarColumn(ColumnName = "PSZT")] public string? PSZT { get; set; } }