b4fbf7eb 康伟

kangwei : 修改remarks为remaker

1 个父辈 75db5f54
...@@ -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)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!