mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
混单大板对应查询-去除材质为必须条件
This commit is contained in:
+1
-2
@@ -6,7 +6,6 @@ import com.cf.imes.framework.common.validation.NumberValid;
|
|||||||
import io.swagger.v3.oas.annotations.media.Schema;
|
import io.swagger.v3.oas.annotations.media.Schema;
|
||||||
import lombok.*;
|
import lombok.*;
|
||||||
|
|
||||||
import javax.validation.constraints.NotNull;
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -32,7 +31,7 @@ public class GoodsPlateFilterPageReqVO extends PageParam {
|
|||||||
|
|
||||||
|
|
||||||
@Schema(description = "材质",requiredMode = Schema.RequiredMode.REQUIRED)
|
@Schema(description = "材质",requiredMode = Schema.RequiredMode.REQUIRED)
|
||||||
@NotNull(message = "材质不能为空")
|
// @NotNull(message = "材质不能为空")
|
||||||
private String material;
|
private String material;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user