sjz
9 天以前 bf780b6c83012b5beb3d7515b8fb61753c5fb736
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; }
}