update
This commit is contained in:
@@ -190,19 +190,18 @@ public class Experiment implements Serializable {
|
||||
@TableField(exist = false)
|
||||
private List<ExperimentUser> experimentUserList;
|
||||
|
||||
|
||||
/**
|
||||
* 西核院统计
|
||||
*/
|
||||
@Excel(name = "西核院统计", width = 15)
|
||||
@Schema(description = "西核院统计")
|
||||
private long totalCountXhy;
|
||||
private Long totalCountXhy;
|
||||
/**
|
||||
* 理化所统计
|
||||
*/
|
||||
@Excel(name = "理化所统计", width = 15)
|
||||
@Schema(description = "理化所统计")
|
||||
private long totalCountLhs;
|
||||
private Long totalCountLhs;
|
||||
|
||||
@TableField(exist = false)
|
||||
private String sampleType;
|
||||
|
||||
@@ -121,13 +121,13 @@ public class NasaDataRecord implements Serializable {
|
||||
*/
|
||||
@Excel(name = "西核院统计", width = 15)
|
||||
@Schema(description = "西核院统计")
|
||||
private long totalCountNasa;
|
||||
private Long totalCountNasa;
|
||||
/**
|
||||
* 理化所统计
|
||||
*/
|
||||
@Excel(name = "理化所统计", width = 15)
|
||||
@Schema(description = "理化所统计")
|
||||
private long totalCountLhs;
|
||||
private Long totalCountLhs;
|
||||
/**
|
||||
* 附件IDs
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user