|
@@ -117,7 +117,7 @@ public class BizWorkOrderUpdate extends BaseEntity {
|
|
|
* 开始月
|
|
|
*/
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
- @Excel(name = "开始月", width = 15, dateFormat = "yyyy年MM月", sort = 8)
|
|
|
+ @Excel(name = "开始月", width = 15, dateFormat = "yyyy年MM月", sort = 9)
|
|
|
@ApiModelProperty(value = "开始月")
|
|
|
private Date startMonth;
|
|
|
|
|
@@ -125,7 +125,7 @@ public class BizWorkOrderUpdate extends BaseEntity {
|
|
|
* 结束月
|
|
|
*/
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
- @Excel(name = "结束月", width = 15, dateFormat = "yyyy年MM月", sort = 9)
|
|
|
+ @Excel(name = "结束月", width = 15, dateFormat = "yyyy年MM月", sort = 10)
|
|
|
@ApiModelProperty(value = "结束月")
|
|
|
private Date endMonth;
|
|
|
|
|
@@ -145,12 +145,14 @@ public class BizWorkOrderUpdate extends BaseEntity {
|
|
|
/**
|
|
|
* 主程序账套外键
|
|
|
*/
|
|
|
+
|
|
|
@ApiModelProperty(value = "账套外键")
|
|
|
private Long tenantId;
|
|
|
|
|
|
/**
|
|
|
* 停止任务
|
|
|
*/
|
|
|
+ @Excel(name = "停止状态", readConverterExp = "1=是,0=否", sort = 8)
|
|
|
@ApiModelProperty(value = "停止任务")
|
|
|
private Integer isStop;
|
|
|
|
|
@@ -216,7 +218,7 @@ public class BizWorkOrderUpdate extends BaseEntity {
|
|
|
private Long serviceId;
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
- @Excel(name = "执行人", sort = 15)
|
|
|
+ @Excel(name = "执行人", sort = 11)
|
|
|
private String serviceName;
|
|
|
|
|
|
@TableField(exist = false)
|