如洲 陈
5 天以前 fba48d2d676cd9b6d493163aef9d87f6e5090aee
MES.Service/Modes/MesItems.cs
@@ -239,7 +239,13 @@
    public string? Reviewperiod { get; set; }
    /// <summary>
    ///     自定义字段4
    ///     最小装箱数
    /// </summary>
    [SugarColumn(ColumnName = "MINPACKAGEQTY")]
    public double? MinPackageQty { get; set; }
    /// <summary>
    ///     自定义字段4 - 单价
    /// </summary>
    [SugarColumn(ColumnName = "REMARK4")]
    public string Remark4 { get; set; }
@@ -323,6 +329,11 @@
    [SugarColumn(ColumnName = "LEAD_DAYS")]
    public decimal? LeadDays { get; set; }
    /// <summary>
    ///     责任部门
    /// </summary>
    [SugarColumn(ColumnName = "DEPORTCODE")]
    public string? DeportCode { get; set; }
    [SugarColumn(IsIgnore = true)] public string? Type { get; set; }