xuhy
2 天以前 9d1267aaf8968cc8fe2a257c33a27fd381288b78
ManagementOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/SysCouponRecord.java
@@ -59,6 +59,10 @@
     * 1=平台 2=分公司 3=加盟商
     */
    private Integer companyType;
    /**
     * 适用城市
     */
    private String citys;
    public Integer getCompanyType() {
        return companyType;
@@ -139,7 +143,11 @@
    public void setEffective(Integer effective) {
        this.effective = effective;
    }
    public String getCitys() {
        return citys;
    }public void setCitys(String citys) {
        this.citys = citys;
    }
    @Override
    protected Serializable pkVal() {
        return this.id;