Commit c6cc2bd0 by 王祖波

修改字段名

parent 4b26bb75
...@@ -67,7 +67,7 @@ public class ContactOrderGoodsInfoDTO implements Serializable { ...@@ -67,7 +67,7 @@ public class ContactOrderGoodsInfoDTO implements Serializable {
/** /**
* 商品规格属性 * 商品规格属性
*/ */
private String attribute; private String attrbute;
public String getGoodsId() { public String getGoodsId() {
return goodsId; return goodsId;
...@@ -163,11 +163,11 @@ public class ContactOrderGoodsInfoDTO implements Serializable { ...@@ -163,11 +163,11 @@ public class ContactOrderGoodsInfoDTO implements Serializable {
this.skuCode = skuCode; this.skuCode = skuCode;
} }
public String getAttribute() { public String getAttrbute() {
return attribute; return attrbute;
} }
public void setAttribute(String attribute) { public void setAttrbute(String attrbute) {
this.attribute = attribute; this.attrbute = attrbute;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment