mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
禅道bug#1520修复
This commit is contained in:
+2
@@ -1,6 +1,7 @@
|
||||
package com.cf.imes.module.system.controller.admin.funds.delay.vo;
|
||||
|
||||
import com.cf.imes.framework.common.pojo.PageParam;
|
||||
import com.cf.imes.framework.common.validation.NumberValid;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import jakarta.validation.constraints.Size;
|
||||
import lombok.Data;
|
||||
@@ -26,6 +27,7 @@ public class ProductDelayPageReqVO extends PageParam {
|
||||
private String productName;
|
||||
|
||||
@Schema(description = "延期时长")
|
||||
@NumberValid(name = "product.delay.duration.field")
|
||||
private Integer delayDuration;
|
||||
|
||||
@Schema(description = "操作时间")
|
||||
|
||||
Reference in New Issue
Block a user