| | |
| | | |
| | | public class ErpDepartment |
| | | { |
| | | public string Id { get; set; } |
| | | public string? Id { get; set; } |
| | | |
| | | public string? FNumber { get; set; } |
| | | public string FNumber { get; set; }//部门编号 |
| | | |
| | | public string? FName { get; set; } |
| | | |
| | |
| | | public string? FParentID { get; set; } |
| | | public string? FUseOrgId { get; set; } |
| | | public string? FCreateOrgId { get; set; } |
| | | |
| | | public string? remark4 { get; set; }//折旧科目 |
| | | public string? remark5 { get; set; }//科目名称 |
| | | |
| | | public string? FNumber_WORKSHOP { get; set; }//工作中心编号 |
| | | public string? FName_WORKSHOP { get; set; }//工作中心名称 |
| | | public string? factory_name { get; set; }//工厂名称 |
| | | public string? Factory { get; set; }//工厂名称 |
| | | } |