提交 4f5bd037 authored 作者: 李炎's avatar 李炎

提交采购订单修改

上级 5565337c
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -59,6 +59,10 @@ public class Purchaseorder implements Serializable { ...@@ -59,6 +59,10 @@ public class Purchaseorder implements Serializable {
@Excel(name = "采购方公司名称", width = 15) @Excel(name = "采购方公司名称", width = 15)
@ApiModelProperty(value = "采购方公司名称") @ApiModelProperty(value = "采购方公司名称")
private String buyername; private String buyername;
/**采购方公司编码*/
@Excel(name = "采购方公司编码", width = 15)
@ApiModelProperty(value = "采购方公司编码")
private String buyercode;
/**采购方物料编码*/ /**采购方物料编码*/
@Excel(name = "采购方物料编码", width = 15) @Excel(name = "采购方物料编码", width = 15)
@ApiModelProperty(value = "采购方物料编码") @ApiModelProperty(value = "采购方物料编码")
...@@ -146,19 +150,19 @@ public class Purchaseorder implements Serializable { ...@@ -146,19 +150,19 @@ public class Purchaseorder implements Serializable {
@ApiModelProperty(value = "更新时间") @ApiModelProperty(value = "更新时间")
private Date modifytime; private Date modifytime;
/**每页条数*/ /**每页条数*/
@Excel(name = "每页条数", width = 15) // @Excel(name = "每页条数", width = 15)
@ApiModelProperty(value = "每页条数") // @ApiModelProperty(value = "每页条数")
private int pagesize; // private int pagesize;
/**当前页码*/ // /**当前页码*/
@Excel(name = "当前页码", width = 15) // @Excel(name = "当前页码", width = 15)
@ApiModelProperty(value = "当前页码") // @ApiModelProperty(value = "当前页码")
private int pagenum; // private int pagenum;
/**页数*/ // /**页数*/
@Excel(name = "页数", width = 15) // @Excel(name = "页数", width = 15)
@ApiModelProperty(value = "页数") // @ApiModelProperty(value = "页数")
private int pagecount; // private int pagecount;
/**总记录数*/ // /**总记录数*/
@Excel(name = "总记录数", width = 15) // @Excel(name = "总记录数", width = 15)
@ApiModelProperty(value = "总记录数") // @ApiModelProperty(value = "总记录数")
private int total; // private int total;
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论