yuan
12 小时以前 600a8ae0735a911b2d9feb75cceb2dc21f1e2dbf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.account.service;
 
import com.ruoyi.account.pojo.AccountStatementDetails;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * <p>
 * 财务管理--对账单明细 服务类
 * </p>
 *
 * @author 芯导软件(江苏)有限公司
 * @since 2026-05-19 10:12:42
 */
public interface AccountStatementDetailsService extends IService<AccountStatementDetails> {
 
}