This commit is contained in:
parent
596fa3dc01
commit
a5776bd704
|
|
@ -12,6 +12,8 @@ import java.util.List;
|
|||
public class PurchaseOrderQuery extends PageQuery {
|
||||
@ApiModelProperty("采购流水号")
|
||||
private String code;
|
||||
@ApiModelProperty("offset")
|
||||
private String offset;
|
||||
@ApiModelProperty("供应商IDS")
|
||||
private List<Integer> supplierIds;
|
||||
@ApiModelProperty("采购管理员IDS")
|
||||
|
|
|
|||
Loading…
Reference in New Issue