This commit is contained in:
2025-07-21 17:25:29 +08:00
parent 0cc51644b2
commit 09cd61997d
5 changed files with 50 additions and 26 deletions

View File

@@ -197,5 +197,13 @@ namespace MyCode.Project.Domain.Model
[SugarColumn(ColumnName="F_SALER")]
public long? FSALER {get;set;}
/// <summary>
/// Desc:销售组织ID
/// Default:
/// Nullable:True
/// </summary>
[SugarColumn(ColumnName="F_SALE_ORGID")]
public int? FSALEORGID {get;set;}
}
}