zhuo
2025-04-24 89536a3b40beed6619d02306bcfc3c96b3c3ec9c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.process.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.process.pojo.InconsistentDistributionDetail;
 
/**
 * <p>
 * 不符合项的分布详情 服务类
 * </p>
 *
 * @author
 * @since 2024-11-15 09:53:33
 */
public interface InconsistentDistributionDetailService extends IService<InconsistentDistributionDetail> {
 
}