修改视觉验收sql
This commit is contained in:
@@ -5,6 +5,7 @@ import io.swagger.annotations.ApiOperation;
|
||||
import lombok.Data;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -18,6 +19,7 @@ public class AcceptanceListRequest {
|
||||
@ApiModelProperty("门店名称或编码")
|
||||
private String keyWord;
|
||||
@ApiModelProperty("阶段状态")
|
||||
@NotNull
|
||||
private List<Integer> subStageStatus;
|
||||
private Integer pageNum;
|
||||
private Integer pageSize;
|
||||
|
||||
Reference in New Issue
Block a user