啊鑫
2024-08-21 6f666ab6b8515ed988646ff1a9161f2f7eb6ee12
MES.Service/Modes/MesItems.cs
@@ -108,13 +108,13 @@
    ///     最低库存
    /// </summary>
    [SugarColumn(ColumnName = "LOWLIMIT")]
    public decimal? Lowlimit { get; set; }
    public double? Lowlimit { get; set; }
    /// <summary>
    ///     最大库存
    /// </summary>
    [SugarColumn(ColumnName = "HIGHLIMIT")]
    public decimal? Highlimit { get; set; }
    public double? Highlimit { get; set; }
    /// <summary>
    ///     最小包装数
@@ -216,7 +216,7 @@
    ///     采购单位
    /// </summary>
    [SugarColumn(ColumnName = "FPURCHASEUNITID")]
    public string? Fpurchaseunitid { get; set; }
    public decimal? Fpurchaseunitid { get; set; }
    /// <summary>
    ///     自定义字段1
@@ -260,5 +260,11 @@
    [SugarColumn(ColumnName = "MATERIAL_PROPERTI")]
    public string? MaterialProperti { get; set; }
    [SugarColumn(ColumnName = "PRODUCE_UNIT")]
    public string? ProduceUnit { get; set; }
    [SugarColumn(ColumnName = "SUBCON_UNIT")]
    public string? SubconUnit { get; set; }
    [SugarColumn(IsIgnore = true)] public string? Type { get; set; }
}