This commit is contained in:
ls
2025-03-28 22:20:21 +08:00
parent 725311ef88
commit bce251c89a

View File

@@ -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;
/**
* 附件
*/