liujie
4 天以前 f86a01ae84b7ac759f009f751076814ee71cff14
ManagementQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/TOrderTaxi.java
@@ -223,6 +223,10 @@
     */
    private String passengersPhone;
    /**
     * 联系人电话
     */
    private String contactPersonPhone;
    /**
     * 备注
     */
    private String remark;
@@ -299,6 +303,66 @@
     */
    private String bindId;
    private Integer abnormalStatus;
    private Integer responsibilityType;
    private BigDecimal responsibilityMoney;
    private Integer promotionDriverId;
    private BigDecimal promotionMoney;
    public BigDecimal getPromotionMoney() {
        return promotionMoney;
    }
    public void setPromotionMoney(BigDecimal promotionMoney) {
        this.promotionMoney = promotionMoney;
    }
    public Integer getPromotionDriverId() {
        return promotionDriverId;
    }
    public void setPromotionDriverId(Integer promotionDriverId) {
        this.promotionDriverId = promotionDriverId;
    }
    public Integer getAbnormalStatus() {
        return abnormalStatus;
    }
    public void setAbnormalStatus(Integer abnormalStatus) {
        this.abnormalStatus = abnormalStatus;
    }
    public Integer getResponsibilityType() {
        return responsibilityType;
    }
    public void setResponsibilityType(Integer responsibilityType) {
        this.responsibilityType = responsibilityType;
    }
    public BigDecimal getResponsibilityMoney() {
        return responsibilityMoney;
    }
    public void setResponsibilityMoney(BigDecimal responsibilityMoney) {
        this.responsibilityMoney = responsibilityMoney;
    }
    public String getAbnormalRemark() {
        return abnormalRemark;
    }
    public void setAbnormalRemark(String abnormalRemark) {
        this.abnormalRemark = abnormalRemark;
    }
    private String abnormalRemark;
    public Integer getId() {
        return id;
@@ -852,6 +916,14 @@
        this.bindId = bindId;
    }
    public String getContactPersonPhone() {
        return contactPersonPhone;
    }
    public void setContactPersonPhone(String contactPersonPhone) {
        this.contactPersonPhone = contactPersonPhone;
    }
    @Override
    protected Serializable pkVal() {
        return this.id;