Commit 26fa85f9 by 王祖波

建联转化记录

parent 9bd82fac
package com.gic.haoban.manage.api.dto.contact; package com.gic.haoban.manage.api.dto.contact;
import java.io.Serializable; import java.io.Serializable;
import java.util.Date;
public class ContactOrderGoodsInfoDTO implements Serializable { public class ContactOrderGoodsInfoDTO implements Serializable {
private static final long serialVersionUID = 973688857967269975L; private static final long serialVersionUID = 973688857967269975L;
...@@ -128,14 +127,6 @@ public class ContactOrderGoodsInfoDTO implements Serializable { ...@@ -128,14 +127,6 @@ public class ContactOrderGoodsInfoDTO implements Serializable {
this.skuCode = skuCode; this.skuCode = skuCode;
} }
public Double getUnitPrice() {
return unitPrice;
}
public void setUnitPrice(Double unitPrice) {
this.unitPrice = unitPrice;
}
public String getAttribute() { public String getAttribute() {
return attribute; return attribute;
} }
......
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