| | |
| | | package com.yeshi.fanli.entity.suning;
|
| | |
|
| | | import java.util.Date;
|
| | |
|
| | | import org.yeshi.utils.mybatis.Table;
|
| | |
|
| | | @Table("yeshi_ec_suning_order")
|
| | | public class SuningOrderInfo {
|
| | | private Long id;// 主键ID
|
| | | private String orderCode;// 订单号
|
| | | private String payTime;// 支付时间,格式:yyyy-MM-dd HH:mm:ss
|
| | | private String orderSubmitTime;// 下单时间,格式:yyyy-MM-dd HH:mm:ss
|
| | | private String orderLineNumber;// 订单行项目号
|
| | | private String orderLineStatusDesc;// 订单行项目状态 :等待付款;支付完成;退款;订单已取消;确认收货
|
| | | private String orderLineStatusChangeTime;// 行项目状态更新时间,格式:yyyy-MM-dd HH:mm:ss
|
| | | private String orderLineOrigin;// 订单行来源(PC端、无线端)
|
| | | private String productName;// 商品名称
|
| | | private String saleNum;// 商品数量
|
| | | private String payAmount;// 实付金额
|
| | | private String orderLineFlag;// 订单行标记
|
| | | private String childAccountId;// 子推广账号ID(对应sub_user)
|
| | | private String sellName;// 商户名称
|
| | | private String sellerCode;// 商户编码
|
| | | private String goodsNum;// 商品编码
|
| | | private String commissionRatio;// 佣金比例
|
| | | private String prePayCommission;// 预估佣金
|
| | | private String productFirstCatalog;// 一级目录
|
| | | private String productSecondCatalog;// 二级目录
|
| | | private String productThirdCatalog;// 三级目录
|
| | | private String orderType;// 商品归属
|
| | | private String positionId;// 推广位ID
|
| | | private String goodsGroupCatalog;// 商品组目录编码
|
| | | private String saleType;// 推广类型
|
| | | private String pictureUrl;// 商品主图
|
| | | private Integer promotion;// 1.风控订单
|
| | | private Integer violation;// 是否违规,0:否;1:是
|
| | | private Integer returnCommission;// 是否返佣,0:否;1:是
|
| | | private Date createTime;// 创建时间
|
| | | private Date updateTime;// 更新时间
|
| | |
|
| | | public Long getId() {
|
| | | return id;
|
| | | }
|
| | |
|
| | | public void setId(Long id) {
|
| | | this.id = id;
|
| | | }
|
| | |
|
| | | public String getOrderCode() {
|
| | | return orderCode;
|
| | | }
|
| | |
|
| | | public void setOrderCode(String orderCode) {
|
| | | this.orderCode = orderCode;
|
| | | }
|
| | |
|
| | | public String getPayTime() {
|
| | | return payTime;
|
| | | }
|
| | |
|
| | | public void setPayTime(String payTime) {
|
| | | this.payTime = payTime;
|
| | | }
|
| | |
|
| | | public String getOrderSubmitTime() {
|
| | | return orderSubmitTime;
|
| | | }
|
| | |
|
| | | public void setOrderSubmitTime(String orderSubmitTime) {
|
| | | this.orderSubmitTime = orderSubmitTime;
|
| | | }
|
| | |
|
| | | public String getOrderLineNumber() {
|
| | | return orderLineNumber;
|
| | | }
|
| | |
|
| | | public void setOrderLineNumber(String orderLineNumber) {
|
| | | this.orderLineNumber = orderLineNumber;
|
| | | }
|
| | |
|
| | | public String getOrderLineStatusDesc() {
|
| | | return orderLineStatusDesc;
|
| | | }
|
| | |
|
| | | public void setOrderLineStatusDesc(String orderLineStatusDesc) {
|
| | | this.orderLineStatusDesc = orderLineStatusDesc;
|
| | | }
|
| | |
|
| | | public String getOrderLineStatusChangeTime() {
|
| | | return orderLineStatusChangeTime;
|
| | | }
|
| | |
|
| | | public void setOrderLineStatusChangeTime(String orderLineStatusChangeTime) {
|
| | | this.orderLineStatusChangeTime = orderLineStatusChangeTime;
|
| | | }
|
| | |
|
| | | public String getOrderLineOrigin() {
|
| | | return orderLineOrigin;
|
| | | }
|
| | |
|
| | | public void setOrderLineOrigin(String orderLineOrigin) {
|
| | | this.orderLineOrigin = orderLineOrigin;
|
| | | }
|
| | |
|
| | | public String getProductName() {
|
| | | return productName;
|
| | | }
|
| | |
|
| | | public void setProductName(String productName) {
|
| | | this.productName = productName;
|
| | | }
|
| | |
|
| | | public String getSaleNum() {
|
| | | return saleNum;
|
| | | }
|
| | |
|
| | | public void setSaleNum(String saleNum) {
|
| | | this.saleNum = saleNum;
|
| | | }
|
| | |
|
| | | public String getPayAmount() {
|
| | | return payAmount;
|
| | | }
|
| | |
|
| | | public void setPayAmount(String payAmount) {
|
| | | this.payAmount = payAmount;
|
| | | }
|
| | |
|
| | | public String getOrderLineFlag() {
|
| | | return orderLineFlag;
|
| | | }
|
| | |
|
| | | public void setOrderLineFlag(String orderLineFlag) {
|
| | | this.orderLineFlag = orderLineFlag;
|
| | | }
|
| | |
|
| | | public String getChildAccountId() {
|
| | | return childAccountId;
|
| | | }
|
| | |
|
| | | public void setChildAccountId(String childAccountId) {
|
| | | this.childAccountId = childAccountId;
|
| | | }
|
| | |
|
| | | public String getSellName() {
|
| | | return sellName;
|
| | | }
|
| | |
|
| | | public void setSellName(String sellName) {
|
| | | this.sellName = sellName;
|
| | | }
|
| | |
|
| | | public String getSellerCode() {
|
| | | return sellerCode;
|
| | | }
|
| | |
|
| | | public void setSellerCode(String sellerCode) {
|
| | | this.sellerCode = sellerCode;
|
| | | }
|
| | |
|
| | | public String getGoodsNum() {
|
| | | return goodsNum;
|
| | | }
|
| | |
|
| | | public void setGoodsNum(String goodsNum) {
|
| | | this.goodsNum = goodsNum;
|
| | | }
|
| | |
|
| | | public String getCommissionRatio() {
|
| | | return commissionRatio;
|
| | | }
|
| | |
|
| | | public void setCommissionRatio(String commissionRatio) {
|
| | | this.commissionRatio = commissionRatio;
|
| | | }
|
| | |
|
| | | public String getPrePayCommission() {
|
| | | return prePayCommission;
|
| | | }
|
| | |
|
| | | public void setPrePayCommission(String prePayCommission) {
|
| | | this.prePayCommission = prePayCommission;
|
| | | }
|
| | |
|
| | | public String getProductFirstCatalog() {
|
| | | return productFirstCatalog;
|
| | | }
|
| | |
|
| | | public void setProductFirstCatalog(String productFirstCatalog) {
|
| | | this.productFirstCatalog = productFirstCatalog;
|
| | | }
|
| | |
|
| | | public String getProductSecondCatalog() {
|
| | | return productSecondCatalog;
|
| | | }
|
| | |
|
| | | public void setProductSecondCatalog(String productSecondCatalog) {
|
| | | this.productSecondCatalog = productSecondCatalog;
|
| | | }
|
| | |
|
| | | public String getProductThirdCatalog() {
|
| | | return productThirdCatalog;
|
| | | }
|
| | |
|
| | | public void setProductThirdCatalog(String productThirdCatalog) {
|
| | | this.productThirdCatalog = productThirdCatalog;
|
| | | }
|
| | |
|
| | | public String getOrderType() {
|
| | | return orderType;
|
| | | }
|
| | |
|
| | | public void setOrderType(String orderType) {
|
| | | this.orderType = orderType;
|
| | | }
|
| | |
|
| | | public String getPositionId() {
|
| | | return positionId;
|
| | | }
|
| | |
|
| | | public void setPositionId(String positionId) {
|
| | | this.positionId = positionId;
|
| | | }
|
| | |
|
| | | public String getGoodsGroupCatalog() {
|
| | | return goodsGroupCatalog;
|
| | | }
|
| | |
|
| | | public void setGoodsGroupCatalog(String goodsGroupCatalog) {
|
| | | this.goodsGroupCatalog = goodsGroupCatalog;
|
| | | }
|
| | |
|
| | | public String getSaleType() {
|
| | | return saleType;
|
| | | }
|
| | |
|
| | | public void setSaleType(String saleType) {
|
| | | this.saleType = saleType;
|
| | | }
|
| | |
|
| | | public String getPictureUrl() {
|
| | | return pictureUrl;
|
| | | }
|
| | |
|
| | | public void setPictureUrl(String pictureUrl) {
|
| | | this.pictureUrl = pictureUrl;
|
| | | }
|
| | |
|
| | | public Integer getPromotion() {
|
| | | return promotion;
|
| | | }
|
| | |
|
| | | public void setPromotion(Integer promotion) {
|
| | | this.promotion = promotion;
|
| | | }
|
| | |
|
| | | public Integer getViolation() {
|
| | | return violation;
|
| | | }
|
| | |
|
| | | public void setViolation(Integer violation) {
|
| | | this.violation = violation;
|
| | | }
|
| | |
|
| | | public Integer getReturnCommission() {
|
| | | return returnCommission;
|
| | | }
|
| | |
|
| | | public void setReturnCommission(Integer returnCommission) {
|
| | | this.returnCommission = returnCommission;
|
| | | }
|
| | |
|
| | | public Date getCreateTime() {
|
| | | return createTime;
|
| | | }
|
| | |
|
| | | public void setCreateTime(Date createTime) {
|
| | | this.createTime = createTime;
|
| | | }
|
| | |
|
| | | public Date getUpdateTime() {
|
| | | return updateTime;
|
| | | }
|
| | |
|
| | | public void setUpdateTime(Date updateTime) {
|
| | | this.updateTime = updateTime;
|
| | | }
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.entity.suning; |
| | | |
| | | import java.util.Date; |
| | | |
| | | import org.yeshi.utils.generater.mybatis.Column; |
| | | import org.yeshi.utils.generater.mybatis.Table; |
| | | |
| | | @Table("yeshi_ec_suning_order") |
| | | public class SuningOrderInfo { |
| | | @Column(name="so_id") |
| | | private Long id;// 主键ID |
| | | @Column(name="so_order_code") |
| | | private String orderCode;// 订单号 |
| | | @Column(name="so_pay_time") |
| | | private String payTime;// 支付时间,格式:yyyy-MM-dd HH:mm:ss |
| | | @Column(name="so_order_submit_time") |
| | | private String orderSubmitTime;// 下单时间,格式:yyyy-MM-dd HH:mm:ss |
| | | @Column(name="so_order_line_number") |
| | | private String orderLineNumber;// 订单行项目号 |
| | | @Column(name="so_order_line_status_desc") |
| | | private String orderLineStatusDesc;// 订单行项目状态 :等待付款;支付完成;退款;订单已取消;确认收货 |
| | | @Column(name="so_line_status_change_time") |
| | | private String orderLineStatusChangeTime;// 行项目状态更新时间,格式:yyyy-MM-dd HH:mm:ss |
| | | @Column(name="so_order_line_origin") |
| | | private String orderLineOrigin;// 订单行来源(PC端、无线端) |
| | | @Column(name="so_product_name") |
| | | private String productName;// 商品名称 |
| | | @Column(name="so_sale_num") |
| | | private String saleNum;// 商品数量 |
| | | @Column(name="so_pay_amount") |
| | | private String payAmount;// 实付金额 |
| | | @Column(name="so_order_line_flag") |
| | | private String orderLineFlag;// 订单行标记 |
| | | @Column(name="so_child_account_id") |
| | | private String childAccountId;// 子推广账号ID(对应sub_user) |
| | | @Column(name="so_sell_name") |
| | | private String sellName;// 商户名称 |
| | | @Column(name="so_seller_code") |
| | | private String sellerCode;// 商户编码 |
| | | @Column(name="so_goods_num") |
| | | private String goodsNum;// 商品编码 |
| | | @Column(name="so_commission_ratio") |
| | | private String commissionRatio;// 佣金比例 |
| | | @Column(name="so_pre_pay_commission") |
| | | private String prePayCommission;// 预估佣金 |
| | | @Column(name="so_product_first_catalog") |
| | | private String productFirstCatalog;// 一级目录 |
| | | @Column(name="so_product_second_catalog") |
| | | private String productSecondCatalog;// 二级目录 |
| | | @Column(name="so_product_third_catalog") |
| | | private String productThirdCatalog;// 三级目录 |
| | | @Column(name="so_order_type") |
| | | private String orderType;// 商品归属 |
| | | @Column(name="so_position_id") |
| | | private String positionId;// 推广位ID |
| | | @Column(name="so_goods_group_catalog") |
| | | private String goodsGroupCatalog;// 商品组目录编码 |
| | | @Column(name="so_sale_type") |
| | | private String saleType;// 推广类型 |
| | | @Column(name="so_picture_url") |
| | | private String pictureUrl;// 商品主图 |
| | | @Column(name="so_promotion") |
| | | private Integer promotion;// 1.风控订单 |
| | | @Column(name="so_violation") |
| | | private Integer violation;// 是否违规,0:否;1:是 |
| | | @Column(name="so_return_commission") |
| | | private Integer returnCommission;// 是否返佣,0:否;1:是 |
| | | @Column(name="so_create_time") |
| | | private Date createTime;// 创建时间 |
| | | @Column(name="so_update_time") |
| | | private Date updateTime;// 更新时间 |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getOrderCode() { |
| | | return orderCode; |
| | | } |
| | | |
| | | public void setOrderCode(String orderCode) { |
| | | this.orderCode = orderCode; |
| | | } |
| | | |
| | | public String getPayTime() { |
| | | return payTime; |
| | | } |
| | | |
| | | public void setPayTime(String payTime) { |
| | | this.payTime = payTime; |
| | | } |
| | | |
| | | public String getOrderSubmitTime() { |
| | | return orderSubmitTime; |
| | | } |
| | | |
| | | public void setOrderSubmitTime(String orderSubmitTime) { |
| | | this.orderSubmitTime = orderSubmitTime; |
| | | } |
| | | |
| | | public String getOrderLineNumber() { |
| | | return orderLineNumber; |
| | | } |
| | | |
| | | public void setOrderLineNumber(String orderLineNumber) { |
| | | this.orderLineNumber = orderLineNumber; |
| | | } |
| | | |
| | | public String getOrderLineStatusDesc() { |
| | | return orderLineStatusDesc; |
| | | } |
| | | |
| | | public void setOrderLineStatusDesc(String orderLineStatusDesc) { |
| | | this.orderLineStatusDesc = orderLineStatusDesc; |
| | | } |
| | | |
| | | public String getOrderLineStatusChangeTime() { |
| | | return orderLineStatusChangeTime; |
| | | } |
| | | |
| | | public void setOrderLineStatusChangeTime(String orderLineStatusChangeTime) { |
| | | this.orderLineStatusChangeTime = orderLineStatusChangeTime; |
| | | } |
| | | |
| | | public String getOrderLineOrigin() { |
| | | return orderLineOrigin; |
| | | } |
| | | |
| | | public void setOrderLineOrigin(String orderLineOrigin) { |
| | | this.orderLineOrigin = orderLineOrigin; |
| | | } |
| | | |
| | | public String getProductName() { |
| | | return productName; |
| | | } |
| | | |
| | | public void setProductName(String productName) { |
| | | this.productName = productName; |
| | | } |
| | | |
| | | public String getSaleNum() { |
| | | return saleNum; |
| | | } |
| | | |
| | | public void setSaleNum(String saleNum) { |
| | | this.saleNum = saleNum; |
| | | } |
| | | |
| | | public String getPayAmount() { |
| | | return payAmount; |
| | | } |
| | | |
| | | public void setPayAmount(String payAmount) { |
| | | this.payAmount = payAmount; |
| | | } |
| | | |
| | | public String getOrderLineFlag() { |
| | | return orderLineFlag; |
| | | } |
| | | |
| | | public void setOrderLineFlag(String orderLineFlag) { |
| | | this.orderLineFlag = orderLineFlag; |
| | | } |
| | | |
| | | public String getChildAccountId() { |
| | | return childAccountId; |
| | | } |
| | | |
| | | public void setChildAccountId(String childAccountId) { |
| | | this.childAccountId = childAccountId; |
| | | } |
| | | |
| | | public String getSellName() { |
| | | return sellName; |
| | | } |
| | | |
| | | public void setSellName(String sellName) { |
| | | this.sellName = sellName; |
| | | } |
| | | |
| | | public String getSellerCode() { |
| | | return sellerCode; |
| | | } |
| | | |
| | | public void setSellerCode(String sellerCode) { |
| | | this.sellerCode = sellerCode; |
| | | } |
| | | |
| | | public String getGoodsNum() { |
| | | return goodsNum; |
| | | } |
| | | |
| | | public void setGoodsNum(String goodsNum) { |
| | | this.goodsNum = goodsNum; |
| | | } |
| | | |
| | | public String getCommissionRatio() { |
| | | return commissionRatio; |
| | | } |
| | | |
| | | public void setCommissionRatio(String commissionRatio) { |
| | | this.commissionRatio = commissionRatio; |
| | | } |
| | | |
| | | public String getPrePayCommission() { |
| | | return prePayCommission; |
| | | } |
| | | |
| | | public void setPrePayCommission(String prePayCommission) { |
| | | this.prePayCommission = prePayCommission; |
| | | } |
| | | |
| | | public String getProductFirstCatalog() { |
| | | return productFirstCatalog; |
| | | } |
| | | |
| | | public void setProductFirstCatalog(String productFirstCatalog) { |
| | | this.productFirstCatalog = productFirstCatalog; |
| | | } |
| | | |
| | | public String getProductSecondCatalog() { |
| | | return productSecondCatalog; |
| | | } |
| | | |
| | | public void setProductSecondCatalog(String productSecondCatalog) { |
| | | this.productSecondCatalog = productSecondCatalog; |
| | | } |
| | | |
| | | public String getProductThirdCatalog() { |
| | | return productThirdCatalog; |
| | | } |
| | | |
| | | public void setProductThirdCatalog(String productThirdCatalog) { |
| | | this.productThirdCatalog = productThirdCatalog; |
| | | } |
| | | |
| | | public String getOrderType() { |
| | | return orderType; |
| | | } |
| | | |
| | | public void setOrderType(String orderType) { |
| | | this.orderType = orderType; |
| | | } |
| | | |
| | | public String getPositionId() { |
| | | return positionId; |
| | | } |
| | | |
| | | public void setPositionId(String positionId) { |
| | | this.positionId = positionId; |
| | | } |
| | | |
| | | public String getGoodsGroupCatalog() { |
| | | return goodsGroupCatalog; |
| | | } |
| | | |
| | | public void setGoodsGroupCatalog(String goodsGroupCatalog) { |
| | | this.goodsGroupCatalog = goodsGroupCatalog; |
| | | } |
| | | |
| | | public String getSaleType() { |
| | | return saleType; |
| | | } |
| | | |
| | | public void setSaleType(String saleType) { |
| | | this.saleType = saleType; |
| | | } |
| | | |
| | | public String getPictureUrl() { |
| | | return pictureUrl; |
| | | } |
| | | |
| | | public void setPictureUrl(String pictureUrl) { |
| | | this.pictureUrl = pictureUrl; |
| | | } |
| | | |
| | | public Integer getPromotion() { |
| | | return promotion; |
| | | } |
| | | |
| | | public void setPromotion(Integer promotion) { |
| | | this.promotion = promotion; |
| | | } |
| | | |
| | | public Integer getViolation() { |
| | | return violation; |
| | | } |
| | | |
| | | public void setViolation(Integer violation) { |
| | | this.violation = violation; |
| | | } |
| | | |
| | | public Integer getReturnCommission() { |
| | | return returnCommission; |
| | | } |
| | | |
| | | public void setReturnCommission(Integer returnCommission) { |
| | | this.returnCommission = returnCommission; |
| | | } |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(Date createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public Date getUpdateTime() { |
| | | return updateTime; |
| | | } |
| | | |
| | | public void setUpdateTime(Date updateTime) { |
| | | this.updateTime = updateTime; |
| | | } |
| | | |
| | | } |