|
@@ -10,7 +10,7 @@ import com.yijia.common.core.domain.BaseEntity;
|
|
|
|
|
|
/**
|
|
|
* 班结管理对象 station_class_structure
|
|
|
- *
|
|
|
+ *
|
|
|
* @author yijia
|
|
|
* @date 2021-01-12
|
|
|
*/
|
|
@@ -219,6 +219,7 @@ public class StationClassStructure extends BaseEntity
|
|
|
/** 客户等级 */
|
|
|
@Excel(name = "客户等级")
|
|
|
private String customerGrade;
|
|
|
+ private String oilPersonnelId;
|
|
|
|
|
|
|
|
|
/**
|
|
@@ -232,6 +233,15 @@ public class StationClassStructure extends BaseEntity
|
|
|
//现金支付数量
|
|
|
private Integer xjNum;
|
|
|
|
|
|
+
|
|
|
+ public String getOilPersonnelId() {
|
|
|
+ return oilPersonnelId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOilPersonnelId(String oilPersonnelId) {
|
|
|
+ this.oilPersonnelId = oilPersonnelId;
|
|
|
+ }
|
|
|
+
|
|
|
public Integer getWxNum() {
|
|
|
return wxNum;
|
|
|
}
|
|
@@ -261,360 +271,360 @@ public class StationClassStructure extends BaseEntity
|
|
|
this.id = id;
|
|
|
}
|
|
|
|
|
|
- public Long getId()
|
|
|
+ public Long getId()
|
|
|
{
|
|
|
return id;
|
|
|
}
|
|
|
- public void setOrderNo(String orderNo)
|
|
|
+ public void setOrderNo(String orderNo)
|
|
|
{
|
|
|
this.orderNo = orderNo;
|
|
|
}
|
|
|
|
|
|
- public String getOrderNo()
|
|
|
+ public String getOrderNo()
|
|
|
{
|
|
|
return orderNo;
|
|
|
}
|
|
|
- public void setStationId(Long stationId)
|
|
|
+ public void setStationId(Long stationId)
|
|
|
{
|
|
|
this.stationId = stationId;
|
|
|
}
|
|
|
|
|
|
- public Long getStationId()
|
|
|
+ public Long getStationId()
|
|
|
{
|
|
|
return stationId;
|
|
|
}
|
|
|
- public void setStationName(String stationName)
|
|
|
+ public void setStationName(String stationName)
|
|
|
{
|
|
|
this.stationName = stationName;
|
|
|
}
|
|
|
|
|
|
- public String getStationName()
|
|
|
+ public String getStationName()
|
|
|
{
|
|
|
return stationName;
|
|
|
}
|
|
|
- public void setOilGun(String oilGun)
|
|
|
+ public void setOilGun(String oilGun)
|
|
|
{
|
|
|
this.oilGun = oilGun;
|
|
|
}
|
|
|
|
|
|
- public String getOilGun()
|
|
|
+ public String getOilGun()
|
|
|
{
|
|
|
return oilGun;
|
|
|
}
|
|
|
- public void setOilName(String oilName)
|
|
|
+ public void setOilName(String oilName)
|
|
|
{
|
|
|
this.oilName = oilName;
|
|
|
}
|
|
|
|
|
|
- public String getOilName()
|
|
|
+ public String getOilName()
|
|
|
{
|
|
|
return oilName;
|
|
|
}
|
|
|
- public void setOilPirce(BigDecimal oilPirce)
|
|
|
+ public void setOilPirce(BigDecimal oilPirce)
|
|
|
{
|
|
|
this.oilPirce = oilPirce;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getOilPirce()
|
|
|
+ public BigDecimal getOilPirce()
|
|
|
{
|
|
|
return oilPirce;
|
|
|
}
|
|
|
- public void setOilType(String oilType)
|
|
|
+ public void setOilType(String oilType)
|
|
|
{
|
|
|
this.oilType = oilType;
|
|
|
}
|
|
|
|
|
|
- public String getOilType()
|
|
|
+ public String getOilType()
|
|
|
{
|
|
|
return oilType;
|
|
|
}
|
|
|
- public void setConsumerId(Long consumerId)
|
|
|
+ public void setConsumerId(Long consumerId)
|
|
|
{
|
|
|
this.consumerId = consumerId;
|
|
|
}
|
|
|
|
|
|
- public Long getConsumerId()
|
|
|
+ public Long getConsumerId()
|
|
|
{
|
|
|
return consumerId;
|
|
|
}
|
|
|
- public void setConsumer(String consumer)
|
|
|
+ public void setConsumer(String consumer)
|
|
|
{
|
|
|
this.consumer = consumer;
|
|
|
}
|
|
|
|
|
|
- public String getConsumer()
|
|
|
+ public String getConsumer()
|
|
|
{
|
|
|
return consumer;
|
|
|
}
|
|
|
|
|
|
|
|
|
- public void setPayType(String payType)
|
|
|
+ public void setPayType(String payType)
|
|
|
{
|
|
|
this.payType = payType;
|
|
|
}
|
|
|
|
|
|
- public String getPayType()
|
|
|
+ public String getPayType()
|
|
|
{
|
|
|
return payType;
|
|
|
}
|
|
|
- public void setPayWay(String payWay)
|
|
|
+ public void setPayWay(String payWay)
|
|
|
{
|
|
|
this.payWay = payWay;
|
|
|
}
|
|
|
|
|
|
- public String getPayWay()
|
|
|
+ public String getPayWay()
|
|
|
{
|
|
|
return payWay;
|
|
|
}
|
|
|
- public void setPayDate(Date payDate)
|
|
|
+ public void setPayDate(Date payDate)
|
|
|
{
|
|
|
this.payDate = payDate;
|
|
|
}
|
|
|
|
|
|
- public Date getPayDate()
|
|
|
+ public Date getPayDate()
|
|
|
{
|
|
|
return payDate;
|
|
|
}
|
|
|
- public void setOilPersonnel(String oilPersonnel)
|
|
|
+ public void setOilPersonnel(String oilPersonnel)
|
|
|
{
|
|
|
this.oilPersonnel = oilPersonnel;
|
|
|
}
|
|
|
|
|
|
- public String getOilPersonnel()
|
|
|
+ public String getOilPersonnel()
|
|
|
{
|
|
|
return oilPersonnel;
|
|
|
}
|
|
|
- public void setOrderType(String orderType)
|
|
|
+ public void setOrderType(String orderType)
|
|
|
{
|
|
|
this.orderType = orderType;
|
|
|
}
|
|
|
|
|
|
- public String getOrderType()
|
|
|
+ public String getOrderType()
|
|
|
{
|
|
|
return orderType;
|
|
|
}
|
|
|
- public void setPrintNum(Long printNum)
|
|
|
+ public void setPrintNum(Long printNum)
|
|
|
{
|
|
|
this.printNum = printNum;
|
|
|
}
|
|
|
|
|
|
- public Long getPrintNum()
|
|
|
+ public Long getPrintNum()
|
|
|
{
|
|
|
return printNum;
|
|
|
}
|
|
|
- public void setClassStructureNo(String classStructureNo)
|
|
|
+ public void setClassStructureNo(String classStructureNo)
|
|
|
{
|
|
|
this.classStructureNo = classStructureNo;
|
|
|
}
|
|
|
|
|
|
- public String getClassStructureNo()
|
|
|
+ public String getClassStructureNo()
|
|
|
{
|
|
|
return classStructureNo;
|
|
|
}
|
|
|
- public void setClassStartDate(Date classStartDate)
|
|
|
+ public void setClassStartDate(Date classStartDate)
|
|
|
{
|
|
|
this.classStartDate = classStartDate;
|
|
|
}
|
|
|
|
|
|
- public Date getClassStartDate()
|
|
|
+ public Date getClassStartDate()
|
|
|
{
|
|
|
return classStartDate;
|
|
|
}
|
|
|
- public void setClassStructureDate(Date classStructureDate)
|
|
|
+ public void setClassStructureDate(Date classStructureDate)
|
|
|
{
|
|
|
this.classStructureDate = classStructureDate;
|
|
|
}
|
|
|
|
|
|
- public Date getClassStructureDate()
|
|
|
+ public Date getClassStructureDate()
|
|
|
{
|
|
|
return classStructureDate;
|
|
|
}
|
|
|
- public void setClassStructureMan(String classStructureMan)
|
|
|
+ public void setClassStructureMan(String classStructureMan)
|
|
|
{
|
|
|
this.classStructureMan = classStructureMan;
|
|
|
}
|
|
|
|
|
|
- public String getClassStructureMan()
|
|
|
+ public String getClassStructureMan()
|
|
|
{
|
|
|
return classStructureMan;
|
|
|
}
|
|
|
- public void setOils(String oils)
|
|
|
+ public void setOils(String oils)
|
|
|
{
|
|
|
this.oils = oils;
|
|
|
}
|
|
|
|
|
|
- public String getOils()
|
|
|
+ public String getOils()
|
|
|
{
|
|
|
return oils;
|
|
|
}
|
|
|
- public void setReceivableAmt(BigDecimal receivableAmt)
|
|
|
+ public void setReceivableAmt(BigDecimal receivableAmt)
|
|
|
{
|
|
|
this.receivableAmt = receivableAmt;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getReceivableAmt()
|
|
|
+ public BigDecimal getReceivableAmt()
|
|
|
{
|
|
|
return receivableAmt;
|
|
|
}
|
|
|
- public void setReceivedAmt(BigDecimal receivedAmt)
|
|
|
+ public void setReceivedAmt(BigDecimal receivedAmt)
|
|
|
{
|
|
|
this.receivedAmt = receivedAmt;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getReceivedAmt()
|
|
|
+ public BigDecimal getReceivedAmt()
|
|
|
{
|
|
|
return receivedAmt;
|
|
|
}
|
|
|
- public void setDiscountAmt(BigDecimal discountAmt)
|
|
|
+ public void setDiscountAmt(BigDecimal discountAmt)
|
|
|
{
|
|
|
this.discountAmt = discountAmt;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getDiscountAmt()
|
|
|
+ public BigDecimal getDiscountAmt()
|
|
|
{
|
|
|
return discountAmt;
|
|
|
}
|
|
|
- public void setDiscountCouponAmt(BigDecimal discountCouponAmt)
|
|
|
+ public void setDiscountCouponAmt(BigDecimal discountCouponAmt)
|
|
|
{
|
|
|
this.discountCouponAmt = discountCouponAmt;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getDiscountCouponAmt()
|
|
|
+ public BigDecimal getDiscountCouponAmt()
|
|
|
{
|
|
|
return discountCouponAmt;
|
|
|
}
|
|
|
- public void setDiscountCoupon(String discountCoupon)
|
|
|
+ public void setDiscountCoupon(String discountCoupon)
|
|
|
{
|
|
|
this.discountCoupon = discountCoupon;
|
|
|
}
|
|
|
|
|
|
- public String getDiscountCoupon()
|
|
|
+ public String getDiscountCoupon()
|
|
|
{
|
|
|
return discountCoupon;
|
|
|
}
|
|
|
- public void setWxAmt(BigDecimal wxAmt)
|
|
|
+ public void setWxAmt(BigDecimal wxAmt)
|
|
|
{
|
|
|
this.wxAmt = wxAmt;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getWxAmt()
|
|
|
+ public BigDecimal getWxAmt()
|
|
|
{
|
|
|
return wxAmt;
|
|
|
}
|
|
|
- public void setZfbAmt(BigDecimal zfbAmt)
|
|
|
+ public void setZfbAmt(BigDecimal zfbAmt)
|
|
|
{
|
|
|
this.zfbAmt = zfbAmt;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getZfbAmt()
|
|
|
+ public BigDecimal getZfbAmt()
|
|
|
{
|
|
|
return zfbAmt;
|
|
|
}
|
|
|
- public void setPosAmt(BigDecimal posAmt)
|
|
|
+ public void setPosAmt(BigDecimal posAmt)
|
|
|
{
|
|
|
this.posAmt = posAmt;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getPosAmt()
|
|
|
+ public BigDecimal getPosAmt()
|
|
|
{
|
|
|
return posAmt;
|
|
|
}
|
|
|
- public void setXjAmt(BigDecimal xjAmt)
|
|
|
+ public void setXjAmt(BigDecimal xjAmt)
|
|
|
{
|
|
|
this.xjAmt = xjAmt;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getXjAmt()
|
|
|
+ public BigDecimal getXjAmt()
|
|
|
{
|
|
|
return xjAmt;
|
|
|
}
|
|
|
- public void setDidiAppAmt(BigDecimal didiAppAmt)
|
|
|
+ public void setDidiAppAmt(BigDecimal didiAppAmt)
|
|
|
{
|
|
|
this.didiAppAmt = didiAppAmt;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getDidiAppAmt()
|
|
|
+ public BigDecimal getDidiAppAmt()
|
|
|
{
|
|
|
return didiAppAmt;
|
|
|
}
|
|
|
- public void setTyAppAmt(BigDecimal tyAppAmt)
|
|
|
+ public void setTyAppAmt(BigDecimal tyAppAmt)
|
|
|
{
|
|
|
this.tyAppAmt = tyAppAmt;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getTyAppAmt()
|
|
|
+ public BigDecimal getTyAppAmt()
|
|
|
{
|
|
|
return tyAppAmt;
|
|
|
}
|
|
|
- public void setOtherAmt(BigDecimal otherAmt)
|
|
|
+ public void setOtherAmt(BigDecimal otherAmt)
|
|
|
{
|
|
|
this.otherAmt = otherAmt;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getOtherAmt()
|
|
|
+ public BigDecimal getOtherAmt()
|
|
|
{
|
|
|
return otherAmt;
|
|
|
}
|
|
|
- public void setDzkAmt(BigDecimal dzkAmt)
|
|
|
+ public void setDzkAmt(BigDecimal dzkAmt)
|
|
|
{
|
|
|
this.dzkAmt = dzkAmt;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getDzkAmt()
|
|
|
+ public BigDecimal getDzkAmt()
|
|
|
{
|
|
|
return dzkAmt;
|
|
|
}
|
|
|
- public void setScore(Long score)
|
|
|
+ public void setScore(Long score)
|
|
|
{
|
|
|
this.score = score;
|
|
|
}
|
|
|
|
|
|
- public Long getScore()
|
|
|
+ public Long getScore()
|
|
|
{
|
|
|
return score;
|
|
|
}
|
|
|
- public void setMemberNo(String memberNo)
|
|
|
+ public void setMemberNo(String memberNo)
|
|
|
{
|
|
|
this.memberNo = memberNo;
|
|
|
}
|
|
|
|
|
|
- public String getMemberNo()
|
|
|
+ public String getMemberNo()
|
|
|
{
|
|
|
return memberNo;
|
|
|
}
|
|
|
- public void setMemberAmt(BigDecimal memberAmt)
|
|
|
+ public void setMemberAmt(BigDecimal memberAmt)
|
|
|
{
|
|
|
this.memberAmt = memberAmt;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getMemberAmt()
|
|
|
+ public BigDecimal getMemberAmt()
|
|
|
{
|
|
|
return memberAmt;
|
|
|
}
|
|
|
- public void setCarNo(String carNo)
|
|
|
+ public void setCarNo(String carNo)
|
|
|
{
|
|
|
this.carNo = carNo;
|
|
|
}
|
|
|
|
|
|
- public String getCarNo()
|
|
|
+ public String getCarNo()
|
|
|
{
|
|
|
return carNo;
|
|
|
}
|
|
|
- public void setCustomerPhone(String customerPhone)
|
|
|
+ public void setCustomerPhone(String customerPhone)
|
|
|
{
|
|
|
this.customerPhone = customerPhone;
|
|
|
}
|
|
|
|
|
|
- public String getCustomerPhone()
|
|
|
+ public String getCustomerPhone()
|
|
|
{
|
|
|
return customerPhone;
|
|
|
}
|
|
|
- public void setCustomerGrade(String customerGrade)
|
|
|
+ public void setCustomerGrade(String customerGrade)
|
|
|
{
|
|
|
this.customerGrade = customerGrade;
|
|
|
}
|
|
|
|
|
|
- public String getCustomerGrade()
|
|
|
+ public String getCustomerGrade()
|
|
|
{
|
|
|
return customerGrade;
|
|
|
}
|