| | |
| | | * @Description |
| | | */ |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @ToString(callSuper = true) |
| | | @NoArgsConstructor |
| | | @AllArgsConstructor |
| | | @Builder |
| | | @Schema(name = "虚拟卡充值记录查询条件") |
| | | public class DtoVcRecharge extends QueryConditionVo { |
| | | |
| | | @Schema(description = "订单状态", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | @Length(message = "订单状态不大于{max},不小于{min}", min = 1, max = 2) |
| | | private Byte orderState; |
| | | // @Schema(description = "订单状态", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | // @Length(message = "订单状态不大于{max},不小于{min}", min = 1, max = 2) |
| | | // private Byte orderState; |
| | | } |