完成了第一版

This commit is contained in:
2025-05-14 16:10:49 +08:00
parent fb684b0911
commit b3d35ad3d2
5 changed files with 24 additions and 23 deletions

View File

@ -43,12 +43,6 @@ public class PromoCodeAddRequest implements Serializable {
@Schema(description = "项目ID", example = "1")
private Long projectId;
/**
* 推广码状态(true:占用false:空闲)
*/
@Schema(description = "推广码状态(true:占用false:空闲)", example = "false")
private Boolean promoCodeStatus;
@Serial
private static final long serialVersionUID = 1L;