Browse Source

基础配置

master
张彭杰 2 years ago
parent
commit
00f0f0afcf
1 changed files with 1 additions and 1 deletions
  1. 2
      dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/right/user/request/UserListRightByCustomerQueryParam.java

2
dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/right/user/request/UserListRightByCustomerQueryParam.java

@ -17,6 +17,6 @@ public class UserListRightByCustomerQueryParam {
private Long miId;
@ApiModelProperty("权益类型")
private RightTypeEnum type;
private Integer type;
}
Loading…
Cancel
Save