|
@@ -13,6 +13,7 @@ public class ConsumptionTopUpLogSaveReqVO {
|
|
|
private Long id;
|
|
|
|
|
|
@Schema(description = "用户ID", example = "22163")
|
|
|
+ @NotNull(message = "用户ID不能为空")
|
|
|
private Long userId;
|
|
|
|
|
|
@Schema(description = "转账凭证附件")
|
|
@@ -26,6 +27,7 @@ public class ConsumptionTopUpLogSaveReqVO {
|
|
|
private Long practicalConsumptionPoints;
|
|
|
|
|
|
@Schema(description = "用户名", example = "赵六")
|
|
|
+ @NotNull(message = "用户名不能为空")
|
|
|
private String userName;
|
|
|
|
|
|
@Schema(description = "短信验证码 DTO")
|