啊鑫
2024-08-21 6f666ab6b8515ed988646ff1a9161f2f7eb6ee12
MES.Service/Modes/MesItems.cs
@@ -167,8 +167,8 @@
    /// <summary>
    ///     物料分类编号
    /// </summary>
  /*  [SugarColumn(ColumnName = "PPBOM00019124")]
    public string? Ppbom00019124 { get; set; }*/
    [SugarColumn(ColumnName = "PPBOM00019124")]
    public string? Ppbom00019124 { get; set; }
    /// <summary>
    ///     物料分组
@@ -216,7 +216,7 @@
    ///     采购单位
    /// </summary>
    [SugarColumn(ColumnName = "FPURCHASEUNITID")]
    public string? Fpurchaseunitid { get; set; }
    public decimal? Fpurchaseunitid { get; set; }
    /// <summary>
    ///     自定义字段1
@@ -265,27 +265,6 @@
    [SugarColumn(ColumnName = "SUBCON_UNIT")]
    public string? SubconUnit { get; set; }
    /// <summary>
    ///     使用組織
    /// </summary>
    [SugarColumn(ColumnName = "FSubsidiary")]
    public string? FSubsidiary { get; set; }
    /// <summary>
    ///     創建組織
    /// </summary>
    [SugarColumn(ColumnName = "Fumbrella")]
    public string? Fumbrella { get; set; }
    [SugarColumn(ColumnName = "FLOSSPERCENT")]
    public string? FLOSSPERCENT { get; set; }
    [SugarColumn(ColumnName = "FMnemonicCode")]
    public string? FMnemonicCode { get; set; }
    [SugarColumn(ColumnName = "FExpPeriod")]
    public string? FExpPeriod { get; set; }
    [SugarColumn(IsIgnore = true)] public string? Type { get; set; }
}