xuhy
2025-07-02 30c0554918d4d97c1983563623cd881951fc10a2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.system.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.system.model.TLeaveAudit;
 
/**
 * <p>
 * 请假审批记录 服务类
 * </p>
 *
 * @author xiaochen
 * @since 2025-05-28
 */
public interface TLeaveAuditService extends IService<TLeaveAudit> {
 
}