Commit c6cc2bd0 by 王祖波

修改字段名

parent 4b26bb75
......@@ -67,7 +67,7 @@ public class ContactOrderGoodsInfoDTO implements Serializable {
/**
* 商品规格属性
*/
private String attribute;
private String attrbute;
public String getGoodsId() {
return goodsId;
......@@ -163,11 +163,11 @@ public class ContactOrderGoodsInfoDTO implements Serializable {
this.skuCode = skuCode;
}
public String getAttribute() {
return attribute;
public String getAttrbute() {
return attrbute;
}
public void setAttribute(String attribute) {
this.attribute = attribute;
public void setAttrbute(String attrbute) {
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