123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727 |
- package com.platform.yijia.pojo;
- import lombok.Data;
- import java.util.Date;
- @Data
- public class PayOrder {
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.order_id
- *
- * @mbg.generated
- */
- private Integer orderId;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.order_no
- *
- * @mbg.generated
- */
- private String orderNo;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.oil_gun
- *
- * @mbg.generated
- */
- private String oilGun;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.oil_name
- *
- * @mbg.generated
- */
- private String oilName;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.consumer_id
- *
- * @mbg.generated
- */
- private Integer consumerId;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.consumer
- *
- * @mbg.generated
- */
- private String consumer;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.amt
- *
- * @mbg.generated
- */
- private Double amt;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.station_id
- *
- * @mbg.generated
- */
- private Integer stationId;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.status
- *
- * @mbg.generated
- */
- private String status;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.order_liters
- *
- * @mbg.generated
- */
- private String orderLiters;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.pay_type
- *
- * @mbg.generated
- */
- private String payType;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.pay_way
- *
- * @mbg.generated
- */
- private String payWay;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.pay_date
- *
- * @mbg.generated
- */
- private Date payDate;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.oil_personnel
- *
- * @mbg.generated
- */
- private String oilPersonnel;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.created_date
- *
- * @mbg.generated
- */
- private Date createdDate;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pay_order.order_type
- *
- * @mbg.generated
- */
- private String orderType;
- private String oilPirce;
- private String stationName;
- private Double receivableAmt; //应收金额
- private Double receivedAmt; //到账金额
- private String discountCoupon; //优惠券
- private Double discountAmt; //优惠金额
- private Double discountCouponAmt; //优惠券金额
- private Double wxAmt; //微信支付金额
- private Double zfbAmt; //支付宝支付金额
- private Double posAmt; //pos支付金额
- private Double xjAmt; //现金支付金额
- private Double didiAppAmt; //滴滴app支付金额
- private Double tyAppAmt; //团油app支付金额
- private Double otherAmt; //其他支付金额
- private Double dzkAmt; //电子卡金额
- private Integer score; //消费积分
- private String memberNo; //会员卡号
- private Double memberAmt; //会员支付金额
- private Integer printCount; //打印小票数量
- private String carNo; //车牌号
- private String customerPhone; //客户电话
- private String customerGrade; //客户等级
- private String oilType; //油品类型 oil_type
- // public Double getAmt() {
- // return amt;
- // }
- //
- // public void setAmt(Double amt) {
- // this.amt = amt;
- // }
- //
- // public String getOilType() {
- // return oilType;
- // }
- //
- // public void setOilType(String oilType) {
- // this.oilType = oilType;
- // }
- //
- // public Double getReceivableAmt() {
- // return receivableAmt;
- // }
- //
- // public void setReceivableAmt(Double receivableAmt) {
- // this.receivableAmt = receivableAmt;
- // }
- //
- // public Double getReceivedAmt() {
- // return receivedAmt;
- // }
- //
- // public void setReceivedAmt(Double receivedAmt) {
- // this.receivedAmt = receivedAmt;
- // }
- //
- // public String getDiscountCoupon() {
- // return discountCoupon;
- // }
- //
- // public void setDiscountCoupon(String discountCoupon) {
- // this.discountCoupon = discountCoupon;
- // }
- //
- // public Double getDiscountAmt() {
- // return discountAmt;
- // }
- //
- // public void setDiscountAmt(Double discountAmt) {
- // this.discountAmt = discountAmt;
- // }
- //
- // public Double getDiscountCouponAmt() {
- // return discountCouponAmt;
- // }
- //
- // public void setDiscountCouponAmt(Double discountCouponAmt) {
- // this.discountCouponAmt = discountCouponAmt;
- // }
- //
- // public Double getWxAmt() {
- // return wxAmt;
- // }
- //
- // public void setWxAmt(Double wxAmt) {
- // this.wxAmt = wxAmt;
- // }
- //
- // public Double getZfbAmt() {
- // return zfbAmt;
- // }
- //
- // public void setZfbAmt(Double zfbAmt) {
- // this.zfbAmt = zfbAmt;
- // }
- //
- // public Double getPosAmt() {
- // return posAmt;
- // }
- //
- // public void setPosAmt(Double posAmt) {
- // this.posAmt = posAmt;
- // }
- //
- // public Double getXjAmt() {
- // return xjAmt;
- // }
- //
- // public void setXjAmt(Double xjAmt) {
- // this.xjAmt = xjAmt;
- // }
- //
- // public Double getDidiAppAmt() {
- // return didiAppAmt;
- // }
- //
- // public void setDidiAppAmt(Double didiAppAmt) {
- // this.didiAppAmt = didiAppAmt;
- // }
- //
- // public Double getTyAppAmt() {
- // return tyAppAmt;
- // }
- //
- // public void setTyAppAmt(Double tyAppAmt) {
- // this.tyAppAmt = tyAppAmt;
- // }
- //
- // public Double getOtherAmt() {
- // return otherAmt;
- // }
- //
- // public void setOtherAmt(Double otherAmt) {
- // this.otherAmt = otherAmt;
- // }
- //
- // public Double getDzkAmt() {
- // return dzkAmt;
- // }
- //
- // public void setDzkAmt(Double dzkAmt) {
- // this.dzkAmt = dzkAmt;
- // }
- //
- // public Integer getScore() {
- // return score;
- // }
- //
- // public void setScore(Integer score) {
- // this.score = score;
- // }
- //
- // public String getMemberNo() {
- // return memberNo;
- // }
- //
- // public void setMemberNo(String memberNo) {
- // this.memberNo = memberNo;
- // }
- //
- // public Double getMemberAmt() {
- // return memberAmt;
- // }
- //
- // public void setMemberAmt(Double memberAmt) {
- // this.memberAmt = memberAmt;
- // }
- //
- // public Integer getPrintCount() {
- // return printCount;
- // }
- //
- // public void setPrintCount(Integer printCount) {
- // this.printCount = printCount;
- // }
- //
- // public String getCarNo() {
- // return carNo;
- // }
- //
- // public void setCarNo(String carNo) {
- // this.carNo = carNo;
- // }
- //
- // public String getCustomerPhone() {
- // return customerPhone;
- // }
- //
- // public void setCustomerPhone(String customerPhone) {
- // this.customerPhone = customerPhone;
- // }
- //
- // public String getCustomerGrade() {
- // return customerGrade;
- // }
- //
- // public void setCustomerGrade(String customerGrade) {
- // this.customerGrade = customerGrade;
- // }
- //
- // public String getOilPirce() {
- // return oilPirce;
- // }
- //
- // public void setOilPirce(String oilPirce) {
- // this.oilPirce = oilPirce;
- // }
- //
- // public String getStationName() {
- // return stationName;
- // }
- //
- // public void setStationName(String stationName) {
- // this.stationName = stationName;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.order_id
- // *
- // * @return the value of pay_order.order_id
- // *
- // * @mbg.generated
- // */
- // public Integer getOrderId() {
- // return orderId;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.order_id
- // *
- // * @param orderId the value for pay_order.order_id
- // *
- // * @mbg.generated
- // */
- // public void setOrderId(Integer orderId) {
- // this.orderId = orderId;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.order_no
- // *
- // * @return the value of pay_order.order_no
- // *
- // * @mbg.generated
- // */
- // public String getOrderNo() {
- // return orderNo;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.order_no
- // *
- // * @param orderNo the value for pay_order.order_no
- // *
- // * @mbg.generated
- // */
- // public void setOrderNo(String orderNo) {
- // this.orderNo = orderNo == null ? null : orderNo.trim();
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.oil_gun
- // *
- // * @return the value of pay_order.oil_gun
- // *
- // * @mbg.generated
- // */
- // public String getOilGun() {
- // return oilGun;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.oil_gun
- // *
- // * @param oilGun the value for pay_order.oil_gun
- // *
- // * @mbg.generated
- // */
- // public void setOilGun(String oilGun) {
- // this.oilGun = oilGun == null ? null : oilGun.trim();
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.oil_name
- // *
- // * @return the value of pay_order.oil_name
- // *
- // * @mbg.generated
- // */
- // public String getOilName() {
- // return oilName;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.oil_name
- // *
- // * @param oilName the value for pay_order.oil_name
- // *
- // * @mbg.generated
- // */
- // public void setOilName(String oilName) {
- // this.oilName = oilName == null ? null : oilName.trim();
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.consumer_id
- // *
- // * @return the value of pay_order.consumer_id
- // *
- // * @mbg.generated
- // */
- // public Integer getConsumerId() {
- // return consumerId;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.consumer_id
- // *
- // * @param consumerId the value for pay_order.consumer_id
- // *
- // * @mbg.generated
- // */
- // public void setConsumerId(Integer consumerId) {
- // this.consumerId = consumerId;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.consumer
- // *
- // * @return the value of pay_order.consumer
- // *
- // * @mbg.generated
- // */
- // public String getConsumer() {
- // return consumer;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.consumer
- // *
- // * @param consumer the value for pay_order.consumer
- // *
- // * @mbg.generated
- // */
- // public void setConsumer(String consumer) {
- // this.consumer = consumer == null ? null : consumer.trim();
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.station_id
- // *
- // * @return the value of pay_order.station_id
- // *
- // * @mbg.generated
- // */
- // public Integer getStationId() {
- // return stationId;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.station_id
- // *
- // * @param stationId the value for pay_order.station_id
- // *
- // * @mbg.generated
- // */
- // public void setStationId(Integer stationId) {
- // this.stationId = stationId;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.status
- // *
- // * @return the value of pay_order.status
- // *
- // * @mbg.generated
- // */
- // public String getStatus() {
- // return status;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.status
- // *
- // * @param status the value for pay_order.status
- // *
- // * @mbg.generated
- // */
- // public void setStatus(String status) {
- // this.status = status == null ? null : status.trim();
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.order_liters
- // *
- // * @return the value of pay_order.order_liters
- // *
- // * @mbg.generated
- // */
- // public String getOrderLiters() {
- // return orderLiters;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.order_liters
- // *
- // * @param orderLiters the value for pay_order.order_liters
- // *
- // * @mbg.generated
- // */
- // public void setOrderLiters(String orderLiters) {
- // this.orderLiters = orderLiters == null ? null : orderLiters.trim();
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.pay_type
- // *
- // * @return the value of pay_order.pay_type
- // *
- // * @mbg.generated
- // */
- // public String getPayType() {
- // return payType;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.pay_type
- // *
- // * @param payType the value for pay_order.pay_type
- // *
- // * @mbg.generated
- // */
- // public void setPayType(String payType) {
- // this.payType = payType == null ? null : payType.trim();
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.pay_way
- // *
- // * @return the value of pay_order.pay_way
- // *
- // * @mbg.generated
- // */
- // public String getPayWay() {
- // return payWay;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.pay_way
- // *
- // * @param payWay the value for pay_order.pay_way
- // *
- // * @mbg.generated
- // */
- // public void setPayWay(String payWay) {
- // this.payWay = payWay == null ? null : payWay.trim();
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.pay_date
- // *
- // * @return the value of pay_order.pay_date
- // *
- // * @mbg.generated
- // */
- // public Date getPayDate() {
- // return payDate;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.pay_date
- // *
- // * @param payDate the value for pay_order.pay_date
- // *
- // * @mbg.generated
- // */
- // public void setPayDate(Date payDate) {
- // this.payDate = payDate;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.oil_personnel
- // *
- // * @return the value of pay_order.oil_personnel
- // *
- // * @mbg.generated
- // */
- // public String getOilPersonnel() {
- // return oilPersonnel;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.oil_personnel
- // *
- // * @param oilPersonnel the value for pay_order.oil_personnel
- // *
- // * @mbg.generated
- // */
- // public void setOilPersonnel(String oilPersonnel) {
- // this.oilPersonnel = oilPersonnel == null ? null : oilPersonnel.trim();
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.created_date
- // *
- // * @return the value of pay_order.created_date
- // *
- // * @mbg.generated
- // */
- // public Date getCreatedDate() {
- // return createdDate;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.created_date
- // *
- // * @param createdDate the value for pay_order.created_date
- // *
- // * @mbg.generated
- // */
- // public void setCreatedDate(Date createdDate) {
- // this.createdDate = createdDate;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method returns the value of the database column pay_order.order_type
- // *
- // * @return the value of pay_order.order_type
- // *
- // * @mbg.generated
- // */
- // public String getOrderType() {
- // return orderType;
- // }
- //
- // /**
- // * This method was generated by MyBatis Generator.
- // * This method sets the value of the database column pay_order.order_type
- // *
- // * @param orderType the value for pay_order.order_type
- // *
- // * @mbg.generated
- // */
- // public void setOrderType(String orderType) {
- // this.orderType = orderType == null ? null : orderType.trim();
- // }
- }
|