luodangjia
2024-05-19 e256d1ff6cc190293dc4c86f20528469b04a006b
ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/SysRedPacketRecord.java
@@ -62,7 +62,7 @@
    /**
     * 有效天数
     */
    private Integer effective;
//    private Integer effective;
    /**
     * 1=平台 2=分公司 3=加盟商
     */
@@ -149,13 +149,13 @@
        this.endMoney = endMoney;
    }
    public Integer getEffective() {
        return effective;
    }
    public void setEffective(Integer effective) {
        this.effective = effective;
    }
//    public Integer getEffective() {
//        return effective;
//    }
//
//    public void setEffective(Integer effective) {
//        this.effective = effective;
//    }
    public Integer getCompanyType() {
        return companyType;
@@ -183,7 +183,7 @@
        ", laveMoney=" + laveMoney +
        ", startMoney=" + startMoney +
        ", endMoney=" + endMoney +
        ", effective=" + effective +
//        ", effective=" + effective +
        ", companyType=" + companyType +
        "}";
    }