|
@@ -0,0 +1,74 @@
|
|
|
+package com.rongwei.bsentity.vo;
|
|
|
+
|
|
|
+import lombok.Data;
|
|
|
+
|
|
|
+import java.math.BigDecimal;
|
|
|
+import java.util.Date;
|
|
|
+
|
|
|
+@Data
|
|
|
+public class ZhcxOutsideInspectionVo {
|
|
|
+
|
|
|
+ private String id;
|
|
|
+ private String tenantid;
|
|
|
+ private String roption;
|
|
|
+ private String deleted;
|
|
|
+ private String remark;
|
|
|
+ private String createuserid;
|
|
|
+ private String createusername;
|
|
|
+ private Date createdate;
|
|
|
+ private String modifyuserid;
|
|
|
+ private String modifyusername;
|
|
|
+ private Date modifydate;
|
|
|
+ private String inspectioncode;
|
|
|
+ private String inspectiontype;
|
|
|
+ private String projectid;
|
|
|
+ private String projectcode;
|
|
|
+ private String projectname;
|
|
|
+ private String customermanageid;
|
|
|
+ private String customerrequireid;
|
|
|
+ private String machineno;
|
|
|
+ private String companyshortname;
|
|
|
+ private String structurename;
|
|
|
+ private String structuredrawing;
|
|
|
+ private String inspectioncontent;
|
|
|
+ private BigDecimal QTY;
|
|
|
+ private String inspectionlocationid;
|
|
|
+ private String inspectionlocation;
|
|
|
+ private Date reservationinspectiontime;
|
|
|
+ private String subcontractorid;
|
|
|
+ private String subcontractorunitid;
|
|
|
+ private String subcontractorname;
|
|
|
+ private String workshopid;
|
|
|
+ private String workshopname;
|
|
|
+ private String workshopmanagerid;
|
|
|
+ private String workshopmanagername;
|
|
|
+ private String selftester;
|
|
|
+ private Date handintime;
|
|
|
+ private String checkerid;
|
|
|
+ private String checkername;
|
|
|
+ private String checkerconclusion;
|
|
|
+ private String checkercontact;
|
|
|
+ private String pmid;
|
|
|
+ private String pmname;
|
|
|
+ private Long inspectioncount;
|
|
|
+ private String inspectionstatus;
|
|
|
+ private String files;
|
|
|
+ private String projectmachineid;
|
|
|
+ private String launchtype;
|
|
|
+ private String structureid;
|
|
|
+ private String inspectioncontentid;
|
|
|
+ private String inspectionlocationsupplement;
|
|
|
+ private String itpid;
|
|
|
+ private String inspectionconclusion;
|
|
|
+ private String supervisionid;
|
|
|
+ private String supervision;
|
|
|
+ private String SUPERVISIONPHONE;
|
|
|
+ private Date CHECKSTARTTIME;
|
|
|
+ private Date CHECKENDTIME;
|
|
|
+ private String CANCELTYPE;
|
|
|
+ private String CANCELREASON;
|
|
|
+ private String DISPATCHID;
|
|
|
+ private String SFILES;
|
|
|
+ private String REFUSEREASON;
|
|
|
+ private String DISPATCHSTATUS;
|
|
|
+}
|