| | |
| | | /// public string? FCreateOrgId { get; set; } |
| | | /// public string? FUseOrgId { get; set; } |
| | | /// </remarks> |
| | | public string? FCreateOrgId { get; set; } |
| | | |
| | | public string? FUseOrgId { get; set; } |
| | | |
| | | public string? FNumber { get; set; } |
| | | |
| | | public string? FName { get; set; } |
| | | |
| | | public string? FDESCRIPTIONS { get; set; } |
| | | |
| | | public string? FDept { get; set; } |
| | | |
| | | public string? FCreateDate { get; set; } |
| | | |
| | | public string? FForbidderId { get; set; } |
| | | |
| | | public string? FForbidDate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 禁用状态 A 启用 B禁用 |
| | | /// </summary> |
| | | public string? FForbidStatus { get; set; } |
| | | |
| | | public string? FDocumentStatus { get; set; } |
| | | public string? FCreateOrgId { get; set; } //创建组织 |
| | | public string? FUseOrgId { get; set; } //使用组织 |
| | | public string? FNumber { get; set; } //编码 |
| | | public string? FName { get; set; } //名称 |
| | | public string? FDESCRIPTIONS { get; set; } //描述 |
| | | public string? FDept { get; set; } //所属部门 |
| | | public string? FCreateDate { get; set; } //创建日期 |
| | | public string? FForbidderId { get; set; } //禁用人 |
| | | public string? FForbidDate { get; set; } //禁用日期 |
| | | public string? FForbidStatus { get; set; } //禁用状态 |
| | | public string? FDocumentStatus { get; set; } //单据状态 |
| | | } |