update
This commit is contained in:
@@ -158,7 +158,7 @@ public class Experiment implements Serializable {
|
||||
*/
|
||||
@Excel(name = "复制次数", width = 15)
|
||||
@Schema(description = "复制次数")
|
||||
private Integer copyCount = 0;
|
||||
private Integer copyCount;
|
||||
|
||||
public void addCopyCount() {
|
||||
if (Objects.isNull(copyCount)) {
|
||||
|
||||
Reference in New Issue
Block a user