|
@@ -15,7 +15,7 @@ import java.util.List;
|
|
|
@Data
|
|
@Data
|
|
|
@AllArgsConstructor
|
|
@AllArgsConstructor
|
|
|
@NoArgsConstructor
|
|
@NoArgsConstructor
|
|
|
-public class UserPermiss {
|
|
|
|
|
|
|
+public class ProjectUserPermiss {
|
|
|
|
|
|
|
|
@Schema(description = "用户userId")
|
|
@Schema(description = "用户userId")
|
|
|
private String userId = "";
|
|
private String userId = "";
|
|
@@ -23,6 +23,9 @@ public class UserPermiss {
|
|
|
@Schema(description = "用户名称")
|
|
@Schema(description = "用户名称")
|
|
|
private String userName = "";
|
|
private String userName = "";
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "限制最大金额,单位:分")
|
|
|
|
|
+ private Long limitAmount = 0L;
|
|
|
|
|
+
|
|
|
@Schema(description = "人脸图片")
|
|
@Schema(description = "人脸图片")
|
|
|
private String faceImage = "";
|
|
private String faceImage = "";
|
|
|
|
|
|