sjz
2025-06-04 347a4c4ec6b65aeb29d8af0ad43d5d7c5ffab5a9
MES.Service/Modes/SentLaboratory/UpdateMesQmsSample.cs
@@ -3,7 +3,7 @@
namespace MES.Service.Modes.SentLaboratory;
//异产品检测单表
//产品检测单表
[SugarTable("MES_QMS_SAMPLE")]
public class UpdateMesQmsSample
{
@@ -143,4 +143,12 @@
    [SugarColumn(ColumnName = "JYDH")]
    public string? JYDH { get; set; }
    //送检状态
    [SugarColumn(ColumnName = "IS_SUBMIT")]
    public decimal? IsSubmit { get; set; }
    //组合标识
    [SugarColumn(ColumnName = "ZH_BS")]
    public string? ZHBS { get; set; }
}