|
|
|
|
@ -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() {
|
|
|
|
|
|