liding
昨天 acc94dd2dc309e50882f7b10c20d955ed2f14716
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> {
 
}