|
@@ -29,6 +29,6 @@ public class QueryOrderFormLimitReq extends PageReq implements Serializable {
|
|
@ApiModelProperty(value = "是否关联SAP单号 1是 2否")
|
|
@ApiModelProperty(value = "是否关联SAP单号 1是 2否")
|
|
private String associateSapOrder;
|
|
private String associateSapOrder;
|
|
|
|
|
|
- @ApiModelProperty(value = "状态 1已绑定 2已创建 ")
|
|
|
|
|
|
+ @ApiModelProperty(value = "状态 1-已创建 2-已绑定")
|
|
private String status;
|
|
private String status;
|
|
}
|
|
}
|