自动逻辑修改

This commit is contained in:
2024-12-19 17:57:01 +08:00
parent eaf16c48c4
commit bf5fdeb95c
6 changed files with 26 additions and 16 deletions

View File

@ -13,6 +13,7 @@ import lombok.Data;
public class GoodsReqQuery {
@ApiModelProperty("是否已购买 0否 1是")
private Integer isBuy;
private Long faceId;
@ApiModelProperty(value = "用户id", hidden = true)
private Long memberId;
@ApiModelProperty("景区id")