完成了第一版
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user