1
phpcjl
2024-12-16 d0a4f1260ae71837c125a9f2c4609e6fbf0c5ee1
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/ShopPointService.java
New file
@@ -0,0 +1,18 @@
package com.ruoyi.other.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.other.api.domain.ShopPoint;
import com.ruoyi.other.vo.ShopPointStatistics;
/**
 * <p>
 *  服务类
 * </p>
 *
 * @author luodangjia
 * @since 2024-11-20
 */
public interface ShopPointService extends IService<ShopPoint> {
    ShopPointStatistics statistics();
}