liujie
2025-07-24 a8895e0ce4d03c9a50ad0196bb4ddc6dd642cd34
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.TimeOutAppeal;
 
public interface TimeAppealMapper extends BaseMapper<TimeOutAppeal> {
}