Commit 25d103f2 authored by 曹盼盼's avatar 曹盼盼

修改

parent 9fd21782
...@@ -19,14 +19,9 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel; ...@@ -19,14 +19,9 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel;
public class ConstructionInfoModel extends AbstractBaseModel { public class ConstructionInfoModel extends AbstractBaseModel {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "$column.comments")
private String sequenceNbr;
@ApiModelProperty(value = "监管码") @ApiModelProperty(value = "监管码")
private String supervisoryCode; private String supervisoryCode;
@ApiModelProperty(value = "$column.comments")
private Date recDate;
@ApiModelProperty(value = "$column.comments")
private String recUserId;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
private String instanceId; private String instanceId;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
...@@ -39,8 +34,7 @@ public class ConstructionInfoModel extends AbstractBaseModel { ...@@ -39,8 +34,7 @@ public class ConstructionInfoModel extends AbstractBaseModel {
private String uscUnitName; private String uscUnitName;
@ApiModelProperty(value = "施工时间") @ApiModelProperty(value = "施工时间")
private Date uscDate; private Date uscDate;
@ApiModelProperty(value = "对接公司编码")
private String appId;
@ApiModelProperty(value = "安装/改造/移装告知ID") @ApiModelProperty(value = "安装/改造/移装告知ID")
private String uscInformId; private String uscInformId;
......
...@@ -19,14 +19,10 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel; ...@@ -19,14 +19,10 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel;
public class DesignInfoModel extends AbstractBaseModel { public class DesignInfoModel extends AbstractBaseModel {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "$column.comments")
private String sequenceNbr;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
private String supervisoryCode; private String supervisoryCode;
@ApiModelProperty(value = "$column.comments")
private Date recDate;
@ApiModelProperty(value = "$column.comments")
private String recUserId;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
private String instanceId; private String instanceId;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
...@@ -51,11 +47,6 @@ public class DesignInfoModel extends AbstractBaseModel { ...@@ -51,11 +47,6 @@ public class DesignInfoModel extends AbstractBaseModel {
private String appraisalDate; private String appraisalDate;
@ApiModelProperty(value = "设计规范") @ApiModelProperty(value = "设计规范")
private String designStandard; private String designStandard;
@ApiModelProperty(value = "同步时间")
private Date syncDate;
@ApiModelProperty(value = "同步状态(0-新增 1-更新 2-删除)")
private Long syncState;
@ApiModelProperty(value = "对接公司编码")
private String appId;
} }
...@@ -19,14 +19,10 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel; ...@@ -19,14 +19,10 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel;
public class MaintenanceInfoModel extends AbstractBaseModel { public class MaintenanceInfoModel extends AbstractBaseModel {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "$column.comments")
private String sequenceNbr;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
private String supervisoryCode; private String supervisoryCode;
@ApiModelProperty(value = "$column.comments")
private Date recDate;
@ApiModelProperty(value = "$column.comments")
private String recUserId;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
private String instanceId; private String instanceId;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
...@@ -55,11 +51,6 @@ public class MaintenanceInfoModel extends AbstractBaseModel { ...@@ -55,11 +51,6 @@ public class MaintenanceInfoModel extends AbstractBaseModel {
private String me24Telephone; private String me24Telephone;
@ApiModelProperty(value = "设备的唯一标识") @ApiModelProperty(value = "设备的唯一标识")
private String sequenceCode; private String sequenceCode;
@ApiModelProperty(value = "同步时间")
private Date syncDate;
@ApiModelProperty(value = "同步状态(0-新增 1-更新 2-删除)")
private Long syncState;
@ApiModelProperty(value = "对接公司编码")
private String appId;
} }
...@@ -19,8 +19,7 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel; ...@@ -19,8 +19,7 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel;
public class OtherInfoModel extends AbstractBaseModel { public class OtherInfoModel extends AbstractBaseModel {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "$column.comments")
private String sequenceNbr;
@ApiModelProperty(value = "保险机构") @ApiModelProperty(value = "保险机构")
private String insuranceOrg; private String insuranceOrg;
@ApiModelProperty(value = "保险到期日") @ApiModelProperty(value = "保险到期日")
...@@ -35,11 +34,6 @@ public class OtherInfoModel extends AbstractBaseModel { ...@@ -35,11 +34,6 @@ public class OtherInfoModel extends AbstractBaseModel {
private String code96333; private String code96333;
@ApiModelProperty(value = "监管码") @ApiModelProperty(value = "监管码")
private String supervisoryCode; private String supervisoryCode;
@ApiModelProperty(value = "同步时间")
private Date syncDate;
@ApiModelProperty(value = "同步状态(0-新增 1-更新 2-删除)")
private Long syncState;
@ApiModelProperty(value = "对接公司编码")
private String appId;
} }
...@@ -19,15 +19,10 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel; ...@@ -19,15 +19,10 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel;
public class ProduceInfoModel extends AbstractBaseModel { public class ProduceInfoModel extends AbstractBaseModel {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "$column.comments")
private String sequenceNbr;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
private String supervisoryCode; private String supervisoryCode;
@ApiModelProperty(value = "$column.comments")
private Date recDate;
@ApiModelProperty(value = "$column.comments")
private String recUserId;
@ApiModelProperty(value = "$column.comments")
private String instanceId; private String instanceId;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
private String status; private String status;
...@@ -55,11 +50,6 @@ public class ProduceInfoModel extends AbstractBaseModel { ...@@ -55,11 +50,6 @@ public class ProduceInfoModel extends AbstractBaseModel {
private String supervisionAgencyCredential; private String supervisionAgencyCredential;
@ApiModelProperty(value = "型式试验证书") @ApiModelProperty(value = "型式试验证书")
private String typeTestCredential; private String typeTestCredential;
@ApiModelProperty(value = "同步时间")
private Date syncDate;
@ApiModelProperty(value = "同步状态(0-新增 1-更新 2-删除)")
private Long syncState;
@ApiModelProperty(value = "对接公司编码")
private String appId;
} }
...@@ -8,7 +8,7 @@ import lombok.EqualsAndHashCode; ...@@ -8,7 +8,7 @@ import lombok.EqualsAndHashCode;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.Date; import java.util.Date;
import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel;
/** /**
* 注册登记信息表 * 注册登记信息表
* *
...@@ -21,14 +21,10 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel; ...@@ -21,14 +21,10 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel;
public class RegistrationInfoModel extends AbstractBaseModel { public class RegistrationInfoModel extends AbstractBaseModel {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "$column.comments")
private String sequenceNbr;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
private String supervisoryCode; private String supervisoryCode;
@ApiModelProperty(value = "$column.comments")
private Date recDate;
@ApiModelProperty(value = "$column.comments")
private String recUserId;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
private String instanceId; private String instanceId;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
...@@ -71,11 +67,6 @@ public class RegistrationInfoModel extends AbstractBaseModel { ...@@ -71,11 +67,6 @@ public class RegistrationInfoModel extends AbstractBaseModel {
private String engineNumber; private String engineNumber;
@ApiModelProperty(value = "电动机编号") @ApiModelProperty(value = "电动机编号")
private String motorNumber; private String motorNumber;
@ApiModelProperty(value = "同步时间")
private Date syncDate;
@ApiModelProperty(value = "同步状态(0-新增 1-更新 2-删除)")
private Long syncState;
@ApiModelProperty(value = "对接公司编码")
private String appId;
} }
...@@ -18,8 +18,7 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel; ...@@ -18,8 +18,7 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel;
public class StaffBaseInfoModel extends AbstractBaseModel { public class StaffBaseInfoModel extends AbstractBaseModel {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "id")
private Long sequenceNbr;
@ApiModelProperty(value = "作业人员姓名") @ApiModelProperty(value = "作业人员姓名")
private String operator; private String operator;
@ApiModelProperty(value = "作业人员证件类型") @ApiModelProperty(value = "作业人员证件类型")
...@@ -36,15 +35,6 @@ public class StaffBaseInfoModel extends AbstractBaseModel { ...@@ -36,15 +35,6 @@ public class StaffBaseInfoModel extends AbstractBaseModel {
private String unit; private String unit;
@ApiModelProperty(value = "聘用时间") @ApiModelProperty(value = "聘用时间")
private Date employmentDate; private Date employmentDate;
@ApiModelProperty(value = "同步时间")
private Date syncDate;
@ApiModelProperty(value = "同步状态(0-新增 1-更新 2-删除)")
private Integer syncState;
@ApiModelProperty(value = "对接公司编码")
private String appId;
@ApiModelProperty(value = "创建时间")
private Date recDate;
@ApiModelProperty(value = "操作人员")
private String recUserId;
} }
...@@ -19,8 +19,7 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel; ...@@ -19,8 +19,7 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel;
public class StaffQualifInfoModel extends AbstractBaseModel { public class StaffQualifInfoModel extends AbstractBaseModel {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "id")
private Long sequenceNbr;
@ApiModelProperty(value = "作业人员身份证号") @ApiModelProperty(value = "作业人员身份证号")
private String operatorId; private String operatorId;
@ApiModelProperty(value = "作业项目名称") @ApiModelProperty(value = "作业项目名称")
...@@ -31,15 +30,6 @@ public class StaffQualifInfoModel extends AbstractBaseModel { ...@@ -31,15 +30,6 @@ public class StaffQualifInfoModel extends AbstractBaseModel {
private Date effectiveDate; private Date effectiveDate;
@ApiModelProperty(value = "发证机关") @ApiModelProperty(value = "发证机关")
private String issuingAuthor; private String issuingAuthor;
@ApiModelProperty(value = "同步时间")
private Date syncDate;
@ApiModelProperty(value = "同步状态(0-新增 1-更新 2-删除)")
private Integer syncState;
@ApiModelProperty(value = "对接公司编码")
private String appId;
@ApiModelProperty(value = "创建时间")
private Date recDate;
@ApiModelProperty(value = "操作人员")
private String recUserId;
} }
...@@ -19,14 +19,10 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel; ...@@ -19,14 +19,10 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel;
public class SuperviseInfoModel extends AbstractBaseModel { public class SuperviseInfoModel extends AbstractBaseModel {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "$column.comments")
private String sequenceNbr;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
private String supervisoryCode; private String supervisoryCode;
@ApiModelProperty(value = "$column.comments")
private Date recDate;
@ApiModelProperty(value = "$column.comments")
private String recUserId;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
private String instanceId; private String instanceId;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
...@@ -41,11 +37,6 @@ public class SuperviseInfoModel extends AbstractBaseModel { ...@@ -41,11 +37,6 @@ public class SuperviseInfoModel extends AbstractBaseModel {
private String denselyPopulatedAreas; private String denselyPopulatedAreas;
@ApiModelProperty(value = "是否在重要场所") @ApiModelProperty(value = "是否在重要场所")
private String importantPlaces; private String importantPlaces;
@ApiModelProperty(value = "同步时间")
private Date syncDate;
@ApiModelProperty(value = "同步状态(0-新增 1-更新 2-删除)")
private Long syncState;
@ApiModelProperty(value = "对接公司编码")
private String appId;
} }
...@@ -19,14 +19,10 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel; ...@@ -19,14 +19,10 @@ import com.yeejoin.amos.api.openapi.face.model.AbstractBaseModel;
public class UseInfoModel extends AbstractBaseModel { public class UseInfoModel extends AbstractBaseModel {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "$column.comments")
private String sequenceNbr;
@ApiModelProperty(value = "监管码") @ApiModelProperty(value = "监管码")
private String supervisoryCode; private String supervisoryCode;
@ApiModelProperty(value = "$column.comments")
private Date recDate;
@ApiModelProperty(value = "$column.comments")
private String recUserId;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
private String instanceId; private String instanceId;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
...@@ -79,11 +75,5 @@ public class UseInfoModel extends AbstractBaseModel { ...@@ -79,11 +75,5 @@ public class UseInfoModel extends AbstractBaseModel {
private String cityName; private String cityName;
@ApiModelProperty(value = "$column.comments") @ApiModelProperty(value = "$column.comments")
private String countyName; private String countyName;
@ApiModelProperty(value = "同步时间")
private Date syncDate;
@ApiModelProperty(value = "同步状态(0-新增 1-更新 2-删除)")
private Long syncState;
@ApiModelProperty(value = "对接公司编码")
private String appId;
} }
...@@ -24,11 +24,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -24,11 +24,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class ConstructionInfo extends AbstractBaseEntity { public class ConstructionInfo extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/** /**
* * 监管码 * * 监管码
* */ * */
...@@ -39,14 +35,6 @@ public class ConstructionInfo extends AbstractBaseEntity { ...@@ -39,14 +35,6 @@ public class ConstructionInfo extends AbstractBaseEntity {
* * $column.comments * * $column.comments
* */ * */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -83,12 +71,7 @@ public class ConstructionInfo extends AbstractBaseEntity { ...@@ -83,12 +71,7 @@ public class ConstructionInfo extends AbstractBaseEntity {
@TableField(value ="USC_DATE") @TableField(value ="USC_DATE")
private Date uscDate; private Date uscDate;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
/** /**
* * 安装/改造/移装告知ID * * 安装/改造/移装告知ID
* */ * */
......
...@@ -24,11 +24,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -24,11 +24,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class DesignInfo extends AbstractBaseEntity { public class DesignInfo extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -39,14 +35,6 @@ public class DesignInfo extends AbstractBaseEntity { ...@@ -39,14 +35,6 @@ public class DesignInfo extends AbstractBaseEntity {
* * $column.comments * * $column.comments
* */ * */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -119,23 +107,5 @@ public class DesignInfo extends AbstractBaseEntity { ...@@ -119,23 +107,5 @@ public class DesignInfo extends AbstractBaseEntity {
@TableField(value ="DESIGN_STANDARD") @TableField(value ="DESIGN_STANDARD")
private String designStandard; private String designStandard;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
...@@ -25,11 +25,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -25,11 +25,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class EquipTechParamBoiler extends AbstractBaseEntity { public class EquipTechParamBoiler extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -40,14 +36,7 @@ public class EquipTechParamBoiler extends AbstractBaseEntity { ...@@ -40,14 +36,7 @@ public class EquipTechParamBoiler extends AbstractBaseEntity {
* * $column.comments * * $column.comments
* */ * */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -204,29 +193,12 @@ public class EquipTechParamBoiler extends AbstractBaseEntity { ...@@ -204,29 +193,12 @@ public class EquipTechParamBoiler extends AbstractBaseEntity {
@TableField(value ="GL_AIRTIGHT_TEST") @TableField(value ="GL_AIRTIGHT_TEST")
private BigDecimal glAirtightTest; private BigDecimal glAirtightTest;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/** /**
* * 安装附件与有关装置 * * 安装附件与有关装置
* */ * */
@TableField(value ="SAFETY_ACCESSORIES_AND_RELATED_DEVICES") @TableField(value ="SAFETY_ACCESSORIES_AND_RELATED_DEVICES")
private String safetyAccessoriesAndRelatedDevices; private String safetyAccessoriesAndRelatedDevices;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
...@@ -25,29 +25,16 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -25,29 +25,16 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class EquipTechParamElevator extends AbstractBaseEntity { public class EquipTechParamElevator extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/** /**
* * $column.comments * * $column.comments
* */ * */
@TableField(value ="SUPERVISORY_CODE") @TableField(value ="SUPERVISORY_CODE")
private String supervisoryCode; private String supervisoryCode;
/**
* * $column.comments
* */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -468,23 +455,6 @@ public class EquipTechParamElevator extends AbstractBaseEntity { ...@@ -468,23 +455,6 @@ public class EquipTechParamElevator extends AbstractBaseEntity {
@TableField(value ="KZG_OPERATION_MODE") @TableField(value ="KZG_OPERATION_MODE")
private String kzgOperationMode; private String kzgOperationMode;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
...@@ -25,30 +25,15 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -25,30 +25,15 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class EquipTechParamLifting extends AbstractBaseEntity { public class EquipTechParamLifting extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/** /**
* * 监管码 * * 监管码
* */ * */
@TableField(value ="SUPERVISORY_CODE") @TableField(value ="SUPERVISORY_CODE")
private String supervisoryCode; private String supervisoryCode;
/**
* * $column.comments
* */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID") /**
private String recUserId;
/**
* * $column.comments * * $column.comments
* */ * */
...@@ -1050,18 +1035,7 @@ public class EquipTechParamLifting extends AbstractBaseEntity { ...@@ -1050,18 +1035,7 @@ public class EquipTechParamLifting extends AbstractBaseEntity {
@TableField(value ="HANGING_CAGES_NUMBER") @TableField(value ="HANGING_CAGES_NUMBER")
private String hangingCagesNumber; private String hangingCagesNumber;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/** /**
* * 安全保护装置 * * 安全保护装置
* */ * */
...@@ -1074,11 +1048,6 @@ public class EquipTechParamLifting extends AbstractBaseEntity { ...@@ -1074,11 +1048,6 @@ public class EquipTechParamLifting extends AbstractBaseEntity {
@TableField(value ="MAIN_PART") @TableField(value ="MAIN_PART")
private String mainPart; private String mainPart;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
...@@ -25,29 +25,15 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -25,29 +25,15 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class EquipTechParamPipeline extends AbstractBaseEntity { public class EquipTechParamPipeline extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/** /**
* * 监管码 * * 监管码
* */ * */
@TableField(value ="SUPERVISORY_CODE") @TableField(value ="SUPERVISORY_CODE")
private String supervisoryCode; private String supervisoryCode;
/**
* * $column.comments
* */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -150,29 +136,13 @@ public class EquipTechParamPipeline extends AbstractBaseEntity { ...@@ -150,29 +136,13 @@ public class EquipTechParamPipeline extends AbstractBaseEntity {
@TableField(value ="REMARKS") @TableField(value ="REMARKS")
private String remarks; private String remarks;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/** /**
* * 管道信息 * * 管道信息
* */ * */
@TableField(value ="PIPE_INFO") @TableField(value ="PIPE_INFO")
private String pipeInfo; private String pipeInfo;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
...@@ -25,11 +25,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -25,11 +25,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class EquipTechParamRides extends AbstractBaseEntity { public class EquipTechParamRides extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/** /**
* * 监管码 * * 监管码
* */ * */
...@@ -40,14 +36,7 @@ public class EquipTechParamRides extends AbstractBaseEntity { ...@@ -40,14 +36,7 @@ public class EquipTechParamRides extends AbstractBaseEntity {
* * $column.comments * * $column.comments
* */ * */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -354,23 +343,6 @@ public class EquipTechParamRides extends AbstractBaseEntity { ...@@ -354,23 +343,6 @@ public class EquipTechParamRides extends AbstractBaseEntity {
@TableField(value ="OPERATOR_NUMBER") @TableField(value ="OPERATOR_NUMBER")
private Integer operatorNumber; private Integer operatorNumber;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
...@@ -25,29 +25,15 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -25,29 +25,15 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class EquipTechParamRopeway extends AbstractBaseEntity { public class EquipTechParamRopeway extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/** /**
* * 监管码 * * 监管码
* */ * */
@TableField(value ="SUPERVISORY_CODE") @TableField(value ="SUPERVISORY_CODE")
private String supervisoryCode; private String supervisoryCode;
/**
* * $column.comments
* */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -150,29 +136,13 @@ public class EquipTechParamRopeway extends AbstractBaseEntity { ...@@ -150,29 +136,13 @@ public class EquipTechParamRopeway extends AbstractBaseEntity {
@TableField(value ="BALANCE_CABLE") @TableField(value ="BALANCE_CABLE")
private String balanceCable; private String balanceCable;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/** /**
* * 主要部件 * * 主要部件
* */ * */
@TableField(value ="MAIN_COMPONENTS") @TableField(value ="MAIN_COMPONENTS")
private String mainComponents; private String mainComponents;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
...@@ -25,23 +25,8 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -25,23 +25,8 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class EquipTechParamVehicle extends AbstractBaseEntity { public class EquipTechParamVehicle extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/**
* * $column.comments
* */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -318,29 +303,13 @@ public class EquipTechParamVehicle extends AbstractBaseEntity { ...@@ -318,29 +303,13 @@ public class EquipTechParamVehicle extends AbstractBaseEntity {
@TableField(value ="MAIN_PARTS") @TableField(value ="MAIN_PARTS")
private String mainParts; private String mainParts;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/** /**
* * 监管码 * * 监管码
* */ * */
@TableField(value ="SUPERVISORY_CODE") @TableField(value ="SUPERVISORY_CODE")
private String supervisoryCode; private String supervisoryCode;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
...@@ -25,11 +25,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -25,11 +25,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class EquipTechParamVessel extends AbstractBaseEntity { public class EquipTechParamVessel extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/** /**
* * 监管码 * * 监管码
* */ * */
...@@ -40,14 +36,7 @@ public class EquipTechParamVessel extends AbstractBaseEntity { ...@@ -40,14 +36,7 @@ public class EquipTechParamVessel extends AbstractBaseEntity {
* * $column.comments * * $column.comments
* */ * */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -546,18 +535,7 @@ public class EquipTechParamVessel extends AbstractBaseEntity { ...@@ -546,18 +535,7 @@ public class EquipTechParamVessel extends AbstractBaseEntity {
@TableField(value ="PER_CAPITA_CABIN_CAPACITY") @TableField(value ="PER_CAPITA_CABIN_CAPACITY")
private BigDecimal perCapitaCabinCapacity; private BigDecimal perCapitaCabinCapacity;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/** /**
* * 固定安全附件 * * 固定安全附件
* */ * */
...@@ -576,11 +554,6 @@ public class EquipTechParamVessel extends AbstractBaseEntity { ...@@ -576,11 +554,6 @@ public class EquipTechParamVessel extends AbstractBaseEntity {
@TableField(value ="GAS_CYLINDER_ACCESSORIES") @TableField(value ="GAS_CYLINDER_ACCESSORIES")
private String gasCylinderAccessories; private String gasCylinderAccessories;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
...@@ -24,11 +24,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -24,11 +24,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class MaintenanceInfo extends AbstractBaseEntity { public class MaintenanceInfo extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -39,14 +35,7 @@ public class MaintenanceInfo extends AbstractBaseEntity { ...@@ -39,14 +35,7 @@ public class MaintenanceInfo extends AbstractBaseEntity {
* * $column.comments * * $column.comments
* */ * */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -131,23 +120,6 @@ public class MaintenanceInfo extends AbstractBaseEntity { ...@@ -131,23 +120,6 @@ public class MaintenanceInfo extends AbstractBaseEntity {
@TableField(value ="SEQUENCE_CODE") @TableField(value ="SEQUENCE_CODE")
private String sequenceCode; private String sequenceCode;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
...@@ -24,11 +24,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -24,11 +24,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class OtherInfo extends AbstractBaseEntity { public class OtherInfo extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/** /**
* * 保险机构 * * 保险机构
* */ * */
...@@ -71,23 +67,6 @@ public class OtherInfo extends AbstractBaseEntity { ...@@ -71,23 +67,6 @@ public class OtherInfo extends AbstractBaseEntity {
@TableField(value ="SUPERVISORY_CODE") @TableField(value ="SUPERVISORY_CODE")
private String supervisoryCode; private String supervisoryCode;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
...@@ -24,14 +24,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -24,14 +24,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class ProduceInfo extends AbstractBaseEntity { public class ProduceInfo extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/**
* * $column.comments
* */
@TableField(value ="SUPERVISORY_CODE") @TableField(value ="SUPERVISORY_CODE")
private String supervisoryCode; private String supervisoryCode;
...@@ -39,17 +32,6 @@ public class ProduceInfo extends AbstractBaseEntity { ...@@ -39,17 +32,6 @@ public class ProduceInfo extends AbstractBaseEntity {
* * $column.comments * * $column.comments
* */ * */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
/**
* * $column.comments
* */
@TableField(value ="INSTANCE_ID") @TableField(value ="INSTANCE_ID")
private String instanceId; private String instanceId;
...@@ -131,23 +113,6 @@ public class ProduceInfo extends AbstractBaseEntity { ...@@ -131,23 +113,6 @@ public class ProduceInfo extends AbstractBaseEntity {
@TableField(value ="TYPE_TEST_CREDENTIAL") @TableField(value ="TYPE_TEST_CREDENTIAL")
private String typeTestCredential; private String typeTestCredential;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
...@@ -25,11 +25,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -25,11 +25,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class RegistrationInfo extends AbstractBaseEntity { public class RegistrationInfo extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -40,14 +36,7 @@ public class RegistrationInfo extends AbstractBaseEntity { ...@@ -40,14 +36,7 @@ public class RegistrationInfo extends AbstractBaseEntity {
* * $column.comments * * $column.comments
* */ * */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
/** /**
* * $column.comments * * $column.comments
* */ * */
...@@ -174,23 +163,6 @@ public class RegistrationInfo extends AbstractBaseEntity { ...@@ -174,23 +163,6 @@ public class RegistrationInfo extends AbstractBaseEntity {
@TableField(value ="MOTOR_NUMBER") @TableField(value ="MOTOR_NUMBER")
private String motorNumber; private String motorNumber;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
...@@ -24,11 +24,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -24,11 +24,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class StaffBaseInfo extends AbstractBaseEntity { public class StaffBaseInfo extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * id
* */
private Long sequenceNbr;
/** /**
* * 作业人员姓名 * * 作业人员姓名
* */ * */
...@@ -77,35 +73,9 @@ public class StaffBaseInfo extends AbstractBaseEntity { ...@@ -77,35 +73,9 @@ public class StaffBaseInfo extends AbstractBaseEntity {
@TableField(value ="EMPLOYMENT_DATE") @TableField(value ="EMPLOYMENT_DATE")
private Date employmentDate; private Date employmentDate;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Integer syncState;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
/**
* * 创建时间
* */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * 操作人员
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
} }
...@@ -24,11 +24,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -24,11 +24,7 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class StaffQualifInfo extends AbstractBaseEntity { public class StaffQualifInfo extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * id
* */
private Long sequenceNbr;
/** /**
* * 作业人员身份证号 * * 作业人员身份证号
* */ * */
...@@ -59,35 +55,8 @@ public class StaffQualifInfo extends AbstractBaseEntity { ...@@ -59,35 +55,8 @@ public class StaffQualifInfo extends AbstractBaseEntity {
@TableField(value ="ISSUING_AUTHOR") @TableField(value ="ISSUING_AUTHOR")
private String issuingAuthor; private String issuingAuthor;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Integer syncState;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
/**
* * 创建时间
* */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * 操作人员
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
} }
...@@ -24,30 +24,14 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -24,30 +24,14 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class SuperviseInfo extends AbstractBaseEntity { public class SuperviseInfo extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/** /**
* * $column.comments * * $column.comments
* */ * */
@TableField(value ="SUPERVISORY_CODE") @TableField(value ="SUPERVISORY_CODE")
private String supervisoryCode; private String supervisoryCode;
/** /**
* * $column.comments
* */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
/**
* * $column.comments * * $column.comments
* */ * */
...@@ -89,23 +73,7 @@ public class SuperviseInfo extends AbstractBaseEntity { ...@@ -89,23 +73,7 @@ public class SuperviseInfo extends AbstractBaseEntity {
@TableField(value ="IMPORTANT_PLACES") @TableField(value ="IMPORTANT_PLACES")
private String importantPlaces; private String importantPlaces;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
...@@ -24,30 +24,14 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity; ...@@ -24,30 +24,14 @@ import com.yeejoin.amos.api.openapi.face.orm.entity.AbstractBaseEntity;
public class UseInfo extends AbstractBaseEntity { public class UseInfo extends AbstractBaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* * $column.comments
* */
private String sequenceNbr;
/** /**
* * 监管码 * * 监管码
* */ * */
@TableField(value ="SUPERVISORY_CODE") @TableField(value ="SUPERVISORY_CODE")
private String supervisoryCode; private String supervisoryCode;
/** /**
* * $column.comments
* */
@TableField(value ="REC_DATE")
private Date recDate;
/**
* * $column.comments
* */
@TableField(value ="REC_USER_ID")
private String recUserId;
/**
* * $column.comments * * $column.comments
* */ * */
...@@ -203,23 +187,6 @@ public class UseInfo extends AbstractBaseEntity { ...@@ -203,23 +187,6 @@ public class UseInfo extends AbstractBaseEntity {
@TableField(value ="COUNTY_NAME") @TableField(value ="COUNTY_NAME")
private String countyName; private String countyName;
/**
* * 同步时间
* */
@TableField(value ="SYNC_DATE")
private Date syncDate;
/**
* * 同步状态(0-新增 1-更新 2-删除)
* */
@TableField(value ="SYNC_STATE")
private Long syncState;
/**
* * 对接公司编码
* */
@TableField(value ="APP_ID")
private String appId;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment