| | |
| | | /// <summary> |
| | | /// SEQ_INV_ID |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_INV_ID", |
| | | [SugarColumn(ColumnName = "ID", |
| | | IsPrimaryKey = true)] |
| | | public decimal Id { get; set; } |
| | | |
| | |
| | | [SugarColumn(ColumnName = "STATES")] |
| | | public string? States { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? DepotName { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? SuppName { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? CreateByFname { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? CheckUserFname { get; set; } |
| | | /// <summary> |
| | | /// 组织ID |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ORGANIZEID")] |
| | | public string? Organizeid { get; set; } |
| | | } |