puzhibing
2023-08-01 276571374e8f0e2be2bdcfc5e8ea4a39af1599bc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.dsh.activity.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.dsh.activity.entity.CouponCity;
 
/**
 * <p>
 * 优惠券使用门店关系数据 服务类
 * </p>
 *
 * @author jqs
 * @since 2023-07-07
 */
public interface CouponCityService extends IService<CouponCity> {
 
}