1.excel通用导出模板,解决时间格式不是文本问题
2.解决部分部门查询问题
This commit is contained in:
@@ -156,6 +156,11 @@ public class SupervisionDevMainReportParam {
|
||||
@ApiModelProperty(value = "审批状态")
|
||||
private Integer status;
|
||||
|
||||
/**
|
||||
* 状态:0:系统建档 1:外部导入
|
||||
*/
|
||||
@ApiModelProperty(value = "状态:0:系统建档 1:外部导入")
|
||||
private Integer importType;
|
||||
|
||||
@ApiModelProperty("发起人自选审批人 Map")
|
||||
private Map<String, List<String>> startUserSelectAssignees;
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
package com.njcn.supervision.pojo.vo.survey;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.njcn.db.bo.BaseEntity;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -22,14 +20,10 @@ public class SurveyTestVO extends BaseEntity implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 其他报告
|
||||
*/
|
||||
private String otherReport;
|
||||
|
||||
/**
|
||||
* 普测测试管理表id
|
||||
*/
|
||||
/**
|
||||
* 普测测试管理表id
|
||||
*/
|
||||
private String id;
|
||||
|
||||
/**
|
||||
@@ -82,7 +76,6 @@ public class SurveyTestVO extends BaseEntity implements Serializable {
|
||||
*/
|
||||
private String deptName;
|
||||
|
||||
|
||||
/**
|
||||
* 计划完成时间
|
||||
*/
|
||||
@@ -103,6 +96,11 @@ public class SurveyTestVO extends BaseEntity implements Serializable {
|
||||
*/
|
||||
private String supervisionReport;
|
||||
|
||||
/**
|
||||
* 其他报告
|
||||
*/
|
||||
private String otherReport;
|
||||
|
||||
/**
|
||||
* 是否有问题 0 没有问题 1 有问题
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user