liyong
6 天以前 1c518e10a50050d383e714b581c94dea58ec4d67
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.approve.service;
 
import com.ruoyi.approve.pojo.FinReimbursementDetail;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * <p>
 * 报销单明细表 服务类
 * </p>
 *
 * @author 芯导软件(江苏)有限公司
 * @since 2026-05-21 09:56:38
 */
public interface FinReimbursementDetailService extends IService<FinReimbursementDetail> {
 
}