|
|
|
@ -65,42 +65,42 @@ public class EnterpriseComplaint extends BaseEntity { |
|
|
|
private String caseType; |
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
|
* |
|
|
|
*/ |
|
|
|
private Long authorization; |
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
|
* |
|
|
|
*/ |
|
|
|
private Long comOrOpi; |
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
|
* |
|
|
|
*/ |
|
|
|
private String enterpriseAddress; |
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
|
* |
|
|
|
*/ |
|
|
|
private String proWoCode; |
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
|
* |
|
|
|
*/ |
|
|
|
private Long status; |
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
|
* |
|
|
|
*/ |
|
|
|
private Date evaluateTime; |
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
|
* |
|
|
|
*/ |
|
|
|
private String enterpriseNumber; |
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
|
* |
|
|
|
*/ |
|
|
|
private String enterpriseName; |
|
|
|
|
|
|
|
@ -149,5 +149,8 @@ public class EnterpriseComplaint extends BaseEntity { |
|
|
|
*/ |
|
|
|
private Long recordType; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* 详细地址 |
|
|
|
*/ |
|
|
|
private String detailedAddress; |
|
|
|
} |
|
|
|
|