|
|
@ -1,5 +1,6 @@
|
|
|
|
package com.glxp.udi.admin.entity.info;
|
|
|
|
package com.glxp.udi.admin.entity.info;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
|
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
|
|
|
|
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
|
|
|
|
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
|
|
|
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
|
|
@ -81,30 +82,38 @@ public class CompanyEntity {
|
|
|
|
|
|
|
|
|
|
|
|
private String unitIdFk;
|
|
|
|
private String unitIdFk;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
|
|
|
|
private String newAuditStatus;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
|
|
|
|
private String noPassCause;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
|
|
|
|
private String auditor;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String filePath;
|
|
|
|
private String filePath;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String newFilePath;
|
|
|
|
private String newFilePath;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String filePath2;
|
|
|
|
private String filePath2;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String newFilePath2;
|
|
|
|
private String newFilePath2;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String filePath3;
|
|
|
|
private String filePath3;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String newFilePath3;
|
|
|
|
private String newFilePath3;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String filePath4;
|
|
|
|
private String filePath4;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String newFilePath4;
|
|
|
|
private String newFilePath4;
|
|
|
|
|
|
|
|
|
|
|
|
private String updateCause;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private String newAuditStatus;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private String noPassCause;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private String auditor;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private String auditStatusList;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|