修改订货金bug
This commit is contained in:
@@ -39,7 +39,7 @@ public class OpeningOperationPlanRequest {
|
||||
@ApiModelProperty("筹备人员ids")
|
||||
private List<String> preparationUserIds;
|
||||
|
||||
@ApiModelProperty("是否完成排车路线")
|
||||
@ApiModelProperty("是否完成排车路线0未完成,1完成")
|
||||
private Byte routeCompleted;
|
||||
|
||||
|
||||
|
||||
@@ -26,8 +26,5 @@ public class PlanListRequest extends PageBasicInfo {
|
||||
private List<String> regionIds;
|
||||
@ApiModelProperty("审核状态")
|
||||
private Integer resultType;
|
||||
@ApiModelProperty(value = "当前登录用户", hidden = true)
|
||||
private String curUserId;
|
||||
@ApiModelProperty(value = "管辖区域",hidden = true)
|
||||
private List<String> authRegionIds;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user