设备表增加合作单位字段
This commit is contained in:
parent
c8dafceaff
commit
78786d99b2
@ -102,4 +102,11 @@ public class AntiPressureFoldDev implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "更新时间")
|
||||
private java.util.Date updateTime;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@Excel(name = "合作单位id", width = 15)
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
}
|
||||
|
||||
@ -95,4 +95,11 @@ public class BridgeErectMachineDev implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "更新时间 yyyy-MM-dd HH:mm:ss")
|
||||
private java.util.Date updateDate;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@Excel(name = "合作单位id", width = 15)
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
}
|
||||
|
||||
@ -24,7 +24,7 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
@ApiModel(value="CarWashDev实体类",description="CarWashDev")
|
||||
public class CarWashDev implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
/**id*/
|
||||
@TableId(type = IdType.ASSIGN_ID)
|
||||
@ApiModelProperty(value="id")
|
||||
@ -55,4 +55,11 @@ public class CarWashDev implements Serializable {
|
||||
@Excel(name = "设备状态,0正常,1异常", width = 15)
|
||||
@ApiModelProperty(value="设备状态,0正常,1异常")
|
||||
private java.lang.Integer devState ;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@Excel(name = "合作单位id", width = 15)
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
}
|
||||
|
||||
@ -119,6 +119,12 @@ public class ConcreteMonitorDev implements Serializable {
|
||||
@ApiModelProperty(value = "devOnline:设备状态1在线0离线")
|
||||
private Integer devOnline;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@Excel(name = "合作单位id", width = 15)
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "监测点位置")
|
||||
private List<ConcreteMonitorDevPointPosition> pointList;
|
||||
|
||||
@ -121,4 +121,11 @@ public class ConcreteMixStationDev implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "更新时间 yyyy-MM-dd HH:mm:ss")
|
||||
private java.util.Date updateDate;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@Excel(name = "合作单位id", width = 15)
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
}
|
||||
|
||||
@ -133,6 +133,13 @@ public class DischargingPlatformDev implements Serializable {
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
private Date playingTime;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@Excel(name = "合作单位id", width = 15)
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "devOnline:设备状态1在线0离线")
|
||||
private Integer devOnline;
|
||||
|
||||
@ -87,6 +87,12 @@ public class DoubleCarbonDev implements Serializable {
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date updateTime;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
/**
|
||||
* 设备加油记录列表
|
||||
*/
|
||||
|
||||
@ -143,5 +143,9 @@ public class PhotovoltaicPowerDev implements Serializable {
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date updateTime;
|
||||
}
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;}
|
||||
|
||||
|
||||
@ -132,6 +132,11 @@ public class ElectricalDev implements Serializable {
|
||||
private java.lang.String devScret;
|
||||
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "是否在线 1为离线 2为在线 ")
|
||||
private java.lang.Integer isClosed;
|
||||
|
||||
@ -97,7 +97,11 @@ public class EnvironmentDev implements Serializable {
|
||||
private java.lang.Integer createDataType;
|
||||
@ApiModelProperty(value = "喷淋状态(1投运2未投运)")
|
||||
private java.lang.Integer sprayStatus;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "视频列表")
|
||||
private List<BigDeviceVideo> videoList;
|
||||
|
||||
@ -22,7 +22,7 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
@ApiModel(value="SprayDev实体类",description="SprayDev")
|
||||
public class SprayDev implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
/**id*/
|
||||
@TableId(type = IdType.ASSIGN_ID)
|
||||
@ApiModelProperty(value="id")
|
||||
@ -57,4 +57,9 @@ public class SprayDev implements Serializable {
|
||||
@Excel(name = "关通道号", width = 15)
|
||||
@ApiModelProperty(value="关通道号")
|
||||
private java.lang.Integer closeChannelNo ;
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
}
|
||||
|
||||
@ -102,7 +102,11 @@ public class FrontierProtectionDev implements Serializable {
|
||||
private Integer status;
|
||||
@ApiModelProperty(value = "备注")
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "班组名称")
|
||||
private String teamName;
|
||||
|
||||
@ -101,7 +101,11 @@ public class FrontierProtectionNoNetDev implements Serializable {
|
||||
|
||||
@ApiModelProperty(value = "设备在线状态 0离线;1在线")
|
||||
private Integer onLine;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "责任班组名称")
|
||||
private java.lang.String dutyTeamInfoName;
|
||||
|
||||
@ -207,4 +207,8 @@ public class GtMaterialDevice implements Serializable {
|
||||
|
||||
@ApiModelProperty(value = "设备去向")
|
||||
private java.lang.String equipmentWhereabouts;
|
||||
}
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;}
|
||||
|
||||
@ -83,4 +83,8 @@ public class HangBasketDev implements Serializable {
|
||||
@Excel(name = "项目sn", width = 15)
|
||||
@ApiModelProperty(value = "项目sn")
|
||||
private java.lang.String projectSn;
|
||||
}
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;}
|
||||
|
||||
@ -46,4 +46,9 @@ public class HighFormworkMeasureDevice implements Serializable {
|
||||
private java.lang.String deviceName ;
|
||||
@ApiModelProperty(value = "类型:1立杆轴力2水平位移3模板沉降4立杆倾斜5地基沉降")
|
||||
private java.lang.Integer deviceType ;
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
@ApiModel(value="MassReboundMeasureDev实体类",description="MassReboundMeasureDev")
|
||||
public class MassReboundMeasureDev implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
/**id*/
|
||||
@TableId(type = IdType.ASSIGN_ID)
|
||||
@ApiModelProperty(value="id")
|
||||
@ -39,4 +39,8 @@ public class MassReboundMeasureDev implements Serializable {
|
||||
@Excel(name = "设备编号", width = 15)
|
||||
@ApiModelProperty(value="设备编号")
|
||||
private java.lang.String devNo ;
|
||||
}
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;}
|
||||
|
||||
@ -117,4 +117,8 @@ public class MsMixedSoilDev implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "更新时间 yyyy-MM-dd HH:mm:ss")
|
||||
private java.util.Date updateDate;
|
||||
}
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;}
|
||||
|
||||
@ -103,6 +103,11 @@ public class PaveCompactionDev implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "上次数据上传时间 yyyy-MM-dd HH:mm:ss")
|
||||
private java.util.Date lastDataTime;
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "设备在线状态(0.离线 1.在线)")
|
||||
private java.lang.Integer devOnline;
|
||||
|
||||
@ -103,7 +103,11 @@ public class PaveDev implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "上次数据上传时间 yyyy-MM-dd HH:mm:ss")
|
||||
private java.util.Date lastDataTime;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "设备在线状态(0.离线 1.在线)")
|
||||
private java.lang.Integer devOnline;
|
||||
|
||||
@ -115,4 +115,8 @@ public class PitchMixStationDev implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "更新时间 yyyy-MM-dd HH:mm:ss")
|
||||
private java.util.Date updateDate;
|
||||
}
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;}
|
||||
|
||||
@ -102,6 +102,11 @@ public class PoisonousGasDev implements Serializable {
|
||||
private Long dutyTeamInfoId;
|
||||
@ApiModelProperty(value = "图片")
|
||||
private String image;
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
@ApiModelProperty(value = "责任班组名称")
|
||||
@TableField(exist = false)
|
||||
private String dutyTeamInfoName;
|
||||
|
||||
@ -101,4 +101,9 @@ public class PressureTestMachineDev implements Serializable {
|
||||
@Excel(name = "项目sn", width = 15)
|
||||
@ApiModelProperty(value = "项目sn")
|
||||
private java.lang.String projectSn;
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
}
|
||||
|
||||
@ -77,6 +77,11 @@ public class SafetyHatDev implements Serializable {
|
||||
private java.lang.Integer online;
|
||||
@ApiModelProperty(value = "安全帽外部user_id")
|
||||
private java.lang.String extUserId;
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
/**
|
||||
* 人员名称
|
||||
*/
|
||||
|
||||
@ -102,4 +102,9 @@ public class SewageDev implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "更新时间 yyyy-MM-dd HH:mm:ss")
|
||||
private java.util.Date updateDate;
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
}
|
||||
|
||||
@ -109,4 +109,9 @@ public class SmartGroutDev implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "更新时间")
|
||||
private java.util.Date updateTime;
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
}
|
||||
|
||||
@ -105,4 +105,9 @@ public class SmartTensionDev implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "更新时间")
|
||||
private java.util.Date updateTime;
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
}
|
||||
|
||||
@ -91,7 +91,11 @@ public class SmokeDev implements Serializable {
|
||||
@Excel(name = "备注", width = 15)
|
||||
@ApiModelProperty(value = "备注")
|
||||
private java.lang.String remark;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
@ApiModelProperty(value = "责任班组名称")
|
||||
@TableField(exist = false)
|
||||
private String dutyTeamInfoName;
|
||||
|
||||
@ -73,4 +73,9 @@ public class SprayRtDev implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "更新时间 yyyy-MM-dd HH:mm:ss")
|
||||
private java.util.Date updateDate;
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
}
|
||||
|
||||
@ -113,4 +113,9 @@ public class StableWaterMixStationDev implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "更新时间 yyyy-MM-dd HH:mm:ss")
|
||||
private java.util.Date updateDate;
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
}
|
||||
|
||||
@ -27,7 +27,7 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
@ApiModel(value="StandardDev实体类",description="StandardDev")
|
||||
public class StandardDev implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
/**id*/
|
||||
@TableId(type = IdType.ASSIGN_ID)
|
||||
@ApiModelProperty(value="id")
|
||||
@ -149,7 +149,11 @@ public class StandardDev implements Serializable {
|
||||
@Excel(name = "设备实时温度", width = 15)
|
||||
@ApiModelProperty(value="设备实时温度")
|
||||
private java.lang.String devTemperature ;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value="项目名称")
|
||||
private java.lang.String projectName ;
|
||||
|
||||
@ -103,7 +103,11 @@ public class UniversalTestDev implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "更新时间")
|
||||
private java.util.Date updateTime;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "试验总次数")
|
||||
private Integer testTotalNum;
|
||||
|
||||
@ -103,6 +103,11 @@ public class VehiclePositionDev implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "新增时间")
|
||||
private java.util.Date addTime;
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "在线状态(0.离线 1.在线)")
|
||||
|
||||
@ -136,7 +136,11 @@ public class UfaceDev implements Serializable {
|
||||
@Excel(name = "设备位置归属,1工地区,2生活区,3项目部", width = 15)
|
||||
@ApiModelProperty(value = "设备位置归属,1工地区,2生活区,3项目部")
|
||||
private java.lang.Integer devGroupType;
|
||||
|
||||
/**
|
||||
* 合作单位id
|
||||
*/
|
||||
@ApiModelProperty(value = "合作单位id")
|
||||
private java.lang.String enterpriseId;
|
||||
@ApiModelProperty(value = "设备状态1在线0离线")
|
||||
@TableField(exist = false)
|
||||
private java.lang.Integer devOnline;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user