zhibing.pu
2024-08-01 656ac293601d6da08d25e892a79604fe3edcd086
1
2
3
4
5
6
7
8
9
10
11
package com.stylefeng.guns.modular.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.stylefeng.guns.modular.system.model.ReminderRules;
 
/**
 * @author zhibing.pu
 * @Date 2024/4/18 16:11
 */
public interface IReminderRulesService extends IService<ReminderRules> {
}