liyong
5 天以前 9d66bfbfcda297f628e6a857e343f98422f4534a
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> {
 
}