|
@@ -10,6 +10,7 @@ import org.jeecgframework.poi.excel.annotation.Excel;
|
|
import org.jeecgframework.poi.excel.annotation.ExcelCollection;
|
|
import org.jeecgframework.poi.excel.annotation.ExcelCollection;
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
|
|
|
|
+import java.util.Date;
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -26,36 +27,36 @@ public class DeviceDisposalPage {
|
|
* id
|
|
* id
|
|
*/
|
|
*/
|
|
@ApiModelProperty(value = "id")
|
|
@ApiModelProperty(value = "id")
|
|
- private java.lang.String id;
|
|
|
|
|
|
+ private String id;
|
|
/**
|
|
/**
|
|
* 创建人
|
|
* 创建人
|
|
*/
|
|
*/
|
|
@ApiModelProperty(value = "创建人")
|
|
@ApiModelProperty(value = "创建人")
|
|
- private java.lang.String createBy;
|
|
|
|
|
|
+ private String createBy;
|
|
/**
|
|
/**
|
|
* 创建时间
|
|
* 创建时间
|
|
*/
|
|
*/
|
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@ApiModelProperty(value = "创建时间")
|
|
@ApiModelProperty(value = "创建时间")
|
|
- private java.util.Date createTime;
|
|
|
|
|
|
+ private Date createTime;
|
|
/**
|
|
/**
|
|
* 更新人
|
|
* 更新人
|
|
*/
|
|
*/
|
|
@ApiModelProperty(value = "更新人")
|
|
@ApiModelProperty(value = "更新人")
|
|
- private java.lang.String updateBy;
|
|
|
|
|
|
+ private String updateBy;
|
|
/**
|
|
/**
|
|
* 更新时间
|
|
* 更新时间
|
|
*/
|
|
*/
|
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@ApiModelProperty(value = "更新时间")
|
|
@ApiModelProperty(value = "更新时间")
|
|
- private java.util.Date updateTime;
|
|
|
|
|
|
+ private Date updateTime;
|
|
/**
|
|
/**
|
|
* 所属部门
|
|
* 所属部门
|
|
*/
|
|
*/
|
|
@ApiModelProperty(value = "所属部门")
|
|
@ApiModelProperty(value = "所属部门")
|
|
- private java.lang.String sysOrgCode;
|
|
|
|
|
|
+ private String sysOrgCode;
|
|
/**
|
|
/**
|
|
* 日期
|
|
* 日期
|
|
*/
|
|
*/
|
|
@@ -63,37 +64,37 @@ public class DeviceDisposalPage {
|
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@ApiModelProperty(value = "日期")
|
|
@ApiModelProperty(value = "日期")
|
|
- private java.util.Date createDate;
|
|
|
|
|
|
+ private Date createDate;
|
|
/**
|
|
/**
|
|
* 处置单号
|
|
* 处置单号
|
|
*/
|
|
*/
|
|
@Excel(name = "处置单号", width = 15)
|
|
@Excel(name = "处置单号", width = 15)
|
|
@ApiModelProperty(value = "处置单号")
|
|
@ApiModelProperty(value = "处置单号")
|
|
- private java.lang.String disposalNumber;
|
|
|
|
|
|
+ private String disposalNumber;
|
|
/**
|
|
/**
|
|
* 涉及设备编号
|
|
* 涉及设备编号
|
|
*/
|
|
*/
|
|
@Excel(name = "涉及设备编号", width = 15)
|
|
@Excel(name = "涉及设备编号", width = 15)
|
|
@ApiModelProperty(value = "涉及设备编号")
|
|
@ApiModelProperty(value = "涉及设备编号")
|
|
- private java.lang.String deviceNumber;
|
|
|
|
|
|
+ private String deviceNumber;
|
|
/**
|
|
/**
|
|
* 涉及设备名称
|
|
* 涉及设备名称
|
|
*/
|
|
*/
|
|
@Excel(name = "涉及设备名称", width = 15)
|
|
@Excel(name = "涉及设备名称", width = 15)
|
|
@ApiModelProperty(value = "涉及设备名称")
|
|
@ApiModelProperty(value = "涉及设备名称")
|
|
- private java.lang.String deviceName;
|
|
|
|
|
|
+ private String deviceName;
|
|
/**
|
|
/**
|
|
* 处置方式,如出租、闲置、禁用等
|
|
* 处置方式,如出租、闲置、禁用等
|
|
*/
|
|
*/
|
|
@Excel(name = "处置方式,如出租、闲置、禁用等", width = 15)
|
|
@Excel(name = "处置方式,如出租、闲置、禁用等", width = 15)
|
|
@ApiModelProperty(value = "处置方式,如出租、闲置、禁用等")
|
|
@ApiModelProperty(value = "处置方式,如出租、闲置、禁用等")
|
|
- private java.lang.String disposalMethod;
|
|
|
|
|
|
+ private String disposalMethod;
|
|
/**
|
|
/**
|
|
* 说明
|
|
* 说明
|
|
*/
|
|
*/
|
|
@Excel(name = "说明", width = 15)
|
|
@Excel(name = "说明", width = 15)
|
|
@ApiModelProperty(value = "说明")
|
|
@ApiModelProperty(value = "说明")
|
|
- private java.lang.String description;
|
|
|
|
|
|
+ private String description;
|
|
/**
|
|
/**
|
|
* 申请时间
|
|
* 申请时间
|
|
*/
|
|
*/
|
|
@@ -101,31 +102,31 @@ public class DeviceDisposalPage {
|
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@ApiModelProperty(value = "申请时间")
|
|
@ApiModelProperty(value = "申请时间")
|
|
- private java.util.Date applicationTime;
|
|
|
|
|
|
+ private Date applicationTime;
|
|
/**
|
|
/**
|
|
* 申请人
|
|
* 申请人
|
|
*/
|
|
*/
|
|
@Excel(name = "申请人", width = 15)
|
|
@Excel(name = "申请人", width = 15)
|
|
@ApiModelProperty(value = "申请人")
|
|
@ApiModelProperty(value = "申请人")
|
|
- private java.lang.String applicant;
|
|
|
|
|
|
+ private String applicant;
|
|
/**
|
|
/**
|
|
* 填单人
|
|
* 填单人
|
|
*/
|
|
*/
|
|
@Excel(name = "填单人", width = 15)
|
|
@Excel(name = "填单人", width = 15)
|
|
@ApiModelProperty(value = "填单人")
|
|
@ApiModelProperty(value = "填单人")
|
|
- private java.lang.String formFiller;
|
|
|
|
|
|
+ private String formFiller;
|
|
/**
|
|
/**
|
|
* 当前节点
|
|
* 当前节点
|
|
*/
|
|
*/
|
|
@Excel(name = "当前节点", width = 15)
|
|
@Excel(name = "当前节点", width = 15)
|
|
@ApiModelProperty(value = "当前节点")
|
|
@ApiModelProperty(value = "当前节点")
|
|
- private java.lang.String currentNode;
|
|
|
|
|
|
+ private String currentNode;
|
|
/**
|
|
/**
|
|
* 审批状态,如进行中、已结束、已打回
|
|
* 审批状态,如进行中、已结束、已打回
|
|
*/
|
|
*/
|
|
@Excel(name = "审批状态,如进行中、已结束、已打回", width = 15)
|
|
@Excel(name = "审批状态,如进行中、已结束、已打回", width = 15)
|
|
@ApiModelProperty(value = "审批状态,如进行中、已结束、已打回")
|
|
@ApiModelProperty(value = "审批状态,如进行中、已结束、已打回")
|
|
- private java.lang.String approvalStatus;
|
|
|
|
|
|
+ private String approvalStatus;
|
|
/**
|
|
/**
|
|
* 审批结束时间
|
|
* 审批结束时间
|
|
*/
|
|
*/
|
|
@@ -133,7 +134,7 @@ public class DeviceDisposalPage {
|
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@ApiModelProperty(value = "审批结束时间")
|
|
@ApiModelProperty(value = "审批结束时间")
|
|
- private java.util.Date approvalEndTime;
|
|
|
|
|
|
+ private Date approvalEndTime;
|
|
|
|
|
|
@ExcelCollection(name = "设备处置--相关附件")
|
|
@ExcelCollection(name = "设备处置--相关附件")
|
|
@ApiModelProperty(value = "设备处置--相关附件")
|
|
@ApiModelProperty(value = "设备处置--相关附件")
|