This commit is contained in:
ls
2025-02-22 14:25:24 +08:00
parent e2e67752c3
commit 9c515de44c
2 changed files with 4 additions and 5 deletions

View File

@@ -190,19 +190,18 @@ public class Experiment implements Serializable {
@TableField(exist = false) @TableField(exist = false)
private List<ExperimentUser> experimentUserList; private List<ExperimentUser> experimentUserList;
/** /**
* 西核院统计 * 西核院统计
*/ */
@Excel(name = "西核院统计", width = 15) @Excel(name = "西核院统计", width = 15)
@Schema(description = "西核院统计") @Schema(description = "西核院统计")
private long totalCountXhy; private Long totalCountXhy;
/** /**
* 理化所统计 * 理化所统计
*/ */
@Excel(name = "理化所统计", width = 15) @Excel(name = "理化所统计", width = 15)
@Schema(description = "理化所统计") @Schema(description = "理化所统计")
private long totalCountLhs; private Long totalCountLhs;
@TableField(exist = false) @TableField(exist = false)
private String sampleType; private String sampleType;

View File

@@ -121,13 +121,13 @@ public class NasaDataRecord implements Serializable {
*/ */
@Excel(name = "西核院统计", width = 15) @Excel(name = "西核院统计", width = 15)
@Schema(description = "西核院统计") @Schema(description = "西核院统计")
private long totalCountNasa; private Long totalCountNasa;
/** /**
* 理化所统计 * 理化所统计
*/ */
@Excel(name = "理化所统计", width = 15) @Excel(name = "理化所统计", width = 15)
@Schema(description = "理化所统计") @Schema(description = "理化所统计")
private long totalCountLhs; private Long totalCountLhs;
/** /**
* 附件IDs * 附件IDs
*/ */