kangwei : 修改remarks为remaker
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
... | @@ -62,7 +62,7 @@ public class PurchasePlanItem implements Serializable{ | ... | @@ -62,7 +62,7 @@ public class PurchasePlanItem implements Serializable{ |
62 | /**备注*/ | 62 | /**备注*/ |
63 | @Excel(name = "备注", width = 15) | 63 | @Excel(name = "备注", width = 15) |
64 | @ApiModelProperty(value = "备注") | 64 | @ApiModelProperty(value = "备注") |
65 | private String remarks; | 65 | private String remark; |
66 | 66 | ||
67 | 67 | ||
68 | @Excel(name = "去年出库数量", width = 15) | 68 | @Excel(name = "去年出库数量", width = 15) | ... | ... |
-
请 注册 或 登录 后发表评论