提示语句修改

This commit is contained in:
lym
2024-10-22 15:04:00 +08:00
parent ab2a46a19b
commit f191dc5759
7 changed files with 173 additions and 173 deletions
@@ -23,18 +23,18 @@ import static com.cf.imes.framework.common.util.date.DateUtils.FORMAT_YEAR_MONTH
public class RemainPlatePageReqVO extends PageParam {
@Schema(description = "ID", example = "16628")
@Pattern(regexp = "^[0-9]*$",message = "余料号必须为数字")
@Pattern(regexp = "^[0-9]*$",message = "余料号为数字")
private String id;
@Schema(description = "排单 ID", example = "16628")
@Pattern(regexp = "^[0-9]*$",message = "排单号必须为数字")
@Pattern(regexp = "^[0-9]*$",message = "使用排单号为数字")
private String planId;
@Schema(description = "组织id", example = "1")
private Long organId;
@Schema(description = "初始排单 ID", example = "6628")
@Pattern(regexp = "^[0-9]*$",message = "初始排单号必须为数字")
@Pattern(regexp = "^[0-9]*$",message = "排单号为数字")
private String initPlanId;
@Schema(description = "余料板状态,0未使用,1使用中", example = "0")