update
This commit is contained in:
@@ -116,19 +116,26 @@ public class HistoricalDatabase implements Serializable {
|
||||
@Schema(description = "理化所统计")
|
||||
private Integer totalCountLhs;
|
||||
|
||||
/**
|
||||
* 数据提供者
|
||||
*/
|
||||
@Excel(name = "数据提供者", width = 15)
|
||||
@Schema(description = "数据提供者")
|
||||
private String dataProvider;
|
||||
|
||||
/**
|
||||
* 数据录入者
|
||||
*/
|
||||
@Excel(name = "数据录入者", width = 15)
|
||||
@Schema(description = "数据录入者")
|
||||
private String dataProvider;
|
||||
|
||||
/**
|
||||
* 数据录入员
|
||||
*/
|
||||
@Excel(name = "数据录入员", width = 15)
|
||||
@Schema(description = "数据录入员")
|
||||
private String dataEntry;
|
||||
/**
|
||||
* 器件型号
|
||||
*/
|
||||
@Excel(name = "器件型号", width = 15)
|
||||
@Schema(description = "器件型号")
|
||||
private String deviceMode;
|
||||
|
||||
/**
|
||||
* 附件
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user