店铺相关功能
This commit is contained in:
parent
4a00013d10
commit
88bbc3a116
@ -21,10 +21,10 @@ public class ShopMemberVO {
|
||||
@ApiModelProperty(name = "userId", value = "用户ID")
|
||||
private String userId;
|
||||
@ApiModelProperty(name = "memberLevel", value = "会员等级")
|
||||
@CheckNumberAnnotation(name = "<EFBFBD><EFBFBD>Ա<EFBFBD>ȼ<EFBFBD>")
|
||||
@CheckNumberAnnotation(name = "会员等级")
|
||||
private Integer memberLevel;
|
||||
@ApiModelProperty(name = "gmtCreate", value = "创建时间")
|
||||
@CheckEmptyAnnotation(name = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD>", verifyType = "datetime")
|
||||
@CheckEmptyAnnotation(name = "创建时间", verifyType = "datetime")
|
||||
private String gmtCreate;
|
||||
|
||||
public String getShopId() {
|
||||
|
Loading…
Reference in New Issue
Block a user