yuan
2 天以前 d81be6b7dd0f2bbb31b59372b7e2c741ed771af6
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> {
 
}