| | |
| | | /// 上级部门 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "PARENT_ID")] |
| | | public decimal? ParentId { get; set; } |
| | | public string? ParentId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 自定义字段4 |
| | |
| | | |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? Type { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 接口字段调整:新增 ERP数据状态。 |
| | | /// </summary> |
| | | /// <remarks> |
| | | /// 修改人: |
| | | /// <池南骏> |
| | | /// 修改日期:<2024-12-31> |
| | | /// 修改说明: |
| | | /// - 原代码:空 |
| | | /// - 修改后: |
| | | /// </remarks> |
| | | /// <summary> |
| | | /// ERP数据状态 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "FDOCUMENTSTATUS")] |
| | | public string? FDOCUMENTSTATUS { get; set; } |
| | | } |