|
@@ -4,6 +4,7 @@ import java.io.Serializable;
|
|
|
import java.util.Date;
|
|
|
|
|
|
|
|
|
+ * 客户渠道销售信息备案
|
|
|
* Created by Administrator on 2018/4/19.
|
|
|
*/
|
|
|
public class ChannelSaleInfo implements Serializable{
|
|
@@ -14,7 +15,7 @@ public class ChannelSaleInfo implements Serializable{
|
|
|
private String promotingProducts;
|
|
|
private Integer supplyPrice;
|
|
|
private Integer accountPeriod;
|
|
|
- private Date create_date;
|
|
|
+ private Date createDate;
|
|
|
private Integer channelCategory;
|
|
|
private String channelType;
|
|
|
private String channelName;
|
|
@@ -83,12 +84,12 @@ public class ChannelSaleInfo implements Serializable{
|
|
|
this.accountPeriod = accountPeriod;
|
|
|
}
|
|
|
|
|
|
- public Date getCreate_date() {
|
|
|
- return create_date;
|
|
|
+ public Date getCreateDate() {
|
|
|
+ return createDate;
|
|
|
}
|
|
|
|
|
|
- public void setCreate_date(Date create_date) {
|
|
|
- this.create_date = create_date;
|
|
|
+ public void setCreateDate(Date createDate) {
|
|
|
+ this.createDate = createDate;
|
|
|
}
|
|
|
|
|
|
public Integer getChannelCategory() {
|