111
啊鑫
2025-08-12 e937af660a22640ace71147853cb70078673928f
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; }
}