liding
2025-03-18 d34aa4f61a58b1833eaeda5e3abbb553578c6bcc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.manage.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.manage.pojo.InternalPlanDetail;
 
/**
 * <p>
 * 内审年度计划详情表 服务类
 * </p>
 *
 * @author 芯导软件(江苏)有限公司
 * @since 2024-11-13 03:28:48
 */
public interface InternalPlanDetailService extends IService<InternalPlanDetail> {
 
}