Pu Zhibing
2025-04-30 d1e1d0098fdbbf092a98332d30eb720926cd1823
ManagementOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/TCompany.java
@@ -241,6 +241,46 @@
    private String idCardPositive;
    //身份证反面
    private String idCardReverse;
    /**
     * 固定费用
     */
    private Double fixedDeduction;
    /**
     * 线上下单扣除
     */
    private Double percentageDeduction;
    /**
     * 司机接单限制
     */
    private Double driverRestriction;
    /**
     * 打表计费扣除
     */
    private Double meterPrintingFee;
    public Double getFixedDeduction() {
        return fixedDeduction;
    }
    public void setFixedDeduction(Double fixedDeduction) {
        this.fixedDeduction = fixedDeduction;
    }
    public Double getPercentageDeduction() {
        return percentageDeduction;
    }
    public void setPercentageDeduction(Double percentageDeduction) {
        this.percentageDeduction = percentageDeduction;
    }
    public Double getDriverRestriction() {
        return driverRestriction;
    }
    public void setDriverRestriction(Double driverRestriction) {
        this.driverRestriction = driverRestriction;
    }
    public String getIdCardPositive() {
        return idCardPositive;
@@ -673,7 +713,15 @@
    public void setDetailAddress(String detailAddress) {
        this.detailAddress = detailAddress;
    }
    public Double getMeterPrintingFee() {
        return meterPrintingFee;
    }
    public void setMeterPrintingFee(Double meterPrintingFee) {
        this.meterPrintingFee = meterPrintingFee;
    }
    @Override
    protected Serializable pkVal() {
        return this.id;
@@ -681,7 +729,7 @@
    @Override
    public String toString() {
        return "TCompany{" +
        return "TWithdrawal{" +
        "id=" + id +
        ", isSpe=" + isSpe +
        ", isTaxi=" + isTaxi +