This commit is contained in:
2025-07-21 15:07:31 +08:00
parent 3b226c74e6
commit f05724df49
4 changed files with 21 additions and 13 deletions

View File

@@ -189,5 +189,13 @@ namespace MyCode.Project.Domain.Model
[SugarColumn(ColumnName="F_WAREHOUSE_NAME")]
public string FWAREHOUSENAME {get;set;}
/// <summary>
/// Desc:销售员ID
/// Default:
/// Nullable:True
/// </summary>
[SugarColumn(ColumnName="F_SALER")]
public long? FSALER {get;set;}
}
}