提交roll日创建

This commit is contained in:
2026-07-19 12:05:45 +08:00
parent 6a9ff1a1e5
commit 55fdf24f3a
9 changed files with 118 additions and 12 deletions
@@ -59,10 +59,18 @@ public class TtOfficialRollConfig implements Serializable {
@Excel(name = "人数上限")
private Integer peopleNum;
/** 每天(每周期)自动加入的机器人数量 */
/** 每天(每周期)自动加入的机器人数量(兼容旧数据) */
@Excel(name = "机器人数量")
private Integer robotNum;
/** 每天自动加入的机器人数量下限 */
@Excel(name = "机器人数量下限")
private Integer robotMin;
/** 每天自动加入的机器人数量上限 */
@Excel(name = "机器人数量上限")
private Integer robotMax;
/** 每次自动创建房间生成的CDK数量,0则不启用CDK(使用普通密码) */
@Excel(name = "CDK数量")
private Integer cdkCount;