hao
2025-11-28 c62655030c6b61311e29c2915d895c81c7c16762
StandardInterface/MES.Service/Modes/LtsLlj.cs
@@ -26,6 +26,13 @@
    public string? LotNo { get; set; }
    /// <summary>
    ///     送货单号
    /// </summary>
    [SugarColumn(ColumnName = "PAPER_BILL_NO")]
    public string? PaperBillNo { get; set; }
    /// <summary>
    ///     处理方法
    /// </summary>
    [SugarColumn(ColumnName = "FNG_HANDLE")]
@@ -239,6 +246,12 @@
    [SugarColumn(IsIgnore = true)]
    public string? Fcode { get; set; }
    /// <summary>
    ///     检验项目维护状态(0:未维护,非0:已维护)
    /// </summary>
    [SugarColumn(ColumnName = "JYXM")]
    public int? Jyxm { get; set; }
}