mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 21:52:07 +08:00
延期记录分页参数修改为组织名称;
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ import java.time.LocalDate;
|
|||||||
@ToString(callSuper = true)
|
@ToString(callSuper = true)
|
||||||
public class ProductDelayPageReqVO extends PageParam {
|
public class ProductDelayPageReqVO extends PageParam {
|
||||||
@Schema(description = "组织编号")
|
@Schema(description = "组织编号")
|
||||||
private Long organName;
|
private String organName;
|
||||||
|
|
||||||
@Schema(description = "产品名称")
|
@Schema(description = "产品名称")
|
||||||
@Size(max = 64, message = "产品名称长度不能超过64个字符")
|
@Size(max = 64, message = "产品名称长度不能超过64个字符")
|
||||||
|
|||||||
Reference in New Issue
Block a user