| | |
| | | { |
| | | public string Id { get; set; } |
| | | public string? Type { get; set; } |
| | | public string? FNumber { get; set; } |
| | | public string? FShortName { get; set; } |
| | | public string? FName { get; set; } |
| | | public string? FContact { get; set; } |
| | | public string? FTel { get; set; } |
| | | public string? FStaffId { get; set; } |
| | | public string? FNumber { get; set; }//编码 |
| | | public string? FShortName { get; set; }//简称 |
| | | public string? FName { get; set; }//名称 |
| | | public string? FContact { get; set; }//联系人 |
| | | public string? FTel { get; set; }//电话 |
| | | public string? FStaffId { get; set; }//负责人 |
| | | |
| | | /// <summary> |
| | | /// 接口字段调整:标准版接口新增 ERP单据状态 字段。 |
| | |
| | | /// - 修改后: |
| | | /// public string? FDocumentStatus { get; set; } |
| | | /// </remarks> |
| | | public string? FDocumentStatus { get; set; } |
| | | public string? FDocumentStatus { get; set; }//数据状态 |
| | | |
| | | public string? FForbidStatus { get; set; } |
| | | public string? FCreateOrgId { get; set; } |
| | | public string? FForbidStatus { get; set; }//禁用状态 |
| | | public string? FCreateOrgId { get; set; }//创建组织 |
| | | |
| | | public string? FUseOrgId { get; set; } |
| | | public string? FUseOrgId { get; set; }//使用组织 |
| | | |
| | | //public string? FDescription { get; set; } |
| | | public string? fremarks { get; set; } |
| | | |
| | | public string? fremarks { get; set; } //备注 |
| | | |
| | | |
| | | public string? FsuppCategory { get;set; } //供应类别 |
| | | public string? GYSFZ { get; set; }//供应商分组 |
| | | } |