Pu Zhibing
2025-04-22 7feb722a12e26f5572c7df9ccc1ce8c1e26b9f94
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;