sjz
2 天以前 74ab9465837f8a6f9eae854059e9783eff24e173
MES.Service/Modes/MesCustomer.cs
@@ -141,22 +141,18 @@
    public string? Fseller { get; set; }
    /// <summary>
    ///     備註
    ///     创建组织
    /// </summary>
    [SugarColumn(ColumnName = "fremarks")]
    public string? fremarks { get; set; }
    [SugarColumn(ColumnName = "CREATE_ORG")]
    public decimal? CreateOrg { get; set; }
    /// <summary>
    ///     使用組織
    ///     使用组织
    /// </summary>
    [SugarColumn(ColumnName = "FSubsidiary")]
    public string? FSubsidiary { get; set; }
    [SugarColumn(ColumnName = "USE_ORG")]
    public decimal? UseOrg { get; set; }
    /// <summary>
    ///     創建組織
    /// </summary>
    [SugarColumn(ColumnName = "Fumbrella")]
    public string? Fumbrella { get; set; }
   /* /// <summary>
    ///     自定义字段3
    /// </summary>
    [SugarColumn(ColumnName = "REMARK3")]
@@ -173,6 +169,6 @@
    /// </summary>
    [SugarColumn(ColumnName = "REMARK5")]
    public string? Remark5 { get; set; }
*/
    [SugarColumn(IsIgnore = true)] public string? Type { get; set; }
}