bug:【ID1000390】

仪器管理-序列号列表导出文档缺少【仪器】,【操作时间】的分和列表的不一致,【操作时间】改为【创建时间】尽量和列表字段保持一致
master
382696293@qq.com 2 years ago
parent f25fb65cab
commit df57ad51cf

@ -10,7 +10,7 @@ public class WxInstrumentSerialExportVm {
private Long id;
/** 仪器名称 */
@Excel(name = "仪器名称")
@Excel(name = "仪器")
private String instrumentName;
/** 来源 */
@ -26,7 +26,7 @@ public class WxInstrumentSerialExportVm {
private String validStatus;
/** 创建时间 */
@Excel(name = "操作时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "创建时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date createTime;
public Long getId() {

Loading…
Cancel
Save