| | |
| | | public string? FContact { get; set; } |
| | | public string? FTel { get; set; } |
| | | public string? FStaffId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 接口字段调整:标准版接口新增 ERP单据状态 字段。 |
| | | /// </summary> |
| | | /// <remarks> |
| | | /// 修改人:<池南骏> |
| | | /// 修改人: |
| | | /// <池南骏> |
| | | /// 修改日期:<2024-12-28> |
| | | /// 修改说明: |
| | | /// - 原代码:空 |
| | |
| | | ///public string? FDocumentStatus { get; set; } |
| | | /// </remarks> |
| | | public string? FDocumentStatus { get; set; } |
| | | |
| | | public string? FForbidStatus { get; set; } |
| | | // public string? FCreateOrgId { get; set; } |
| | | |
| | | //用友特殊点 |
| | | public List<ErpDetail>? FUseOrgId { get; set; } |
| | | |
| | | //public string? FDescription { get; set; } |
| | | // public string? fremarks { get; set; } |
| | | public string? PrivateDescSeg { get; set; } |