This commit is contained in:
ls
2024-11-14 17:14:34 +08:00
parent c41580838c
commit 82d2f405f0

View File

@@ -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)) {