1.工具管理
去除负责人和创建时间导出字段
This commit is contained in:
parent
bc38b6767e
commit
90599a8f9a
@ -65,7 +65,6 @@ public class Tool extends BaseEntity
|
||||
private String toolPrincipals;
|
||||
|
||||
/** 负责人名称 */
|
||||
@Excel(name = "负责人",sort=4)
|
||||
private String toolPrincipalsName;
|
||||
|
||||
/** 归属单位 */
|
||||
@ -104,7 +103,7 @@ public class Tool extends BaseEntity
|
||||
|
||||
/** 创建时间 */
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@Excel(name = "创建时间", dateFormat="yyyy-MM-dd",sort=16)
|
||||
//@Excel(name = "创建时间", dateFormat="yyyy-MM-dd",sort=16)
|
||||
private Date createTime;
|
||||
|
||||
private Boolean editStatus;
|
||||
|
Loading…
x
Reference in New Issue
Block a user