zhuo
2025-02-22 13c00d34e03f8c45d7b17a42bee5cff8f54c2b9c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.require.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.require.pojo.FeStandardSubstanceAcceptanceInspection;
 
/**
 * <p>
 * 验收开箱记录 服务类
 * </p>
 *
 * @author 芯导软件(江苏)有限公司
 * @since 2024-11-14 03:30:09
 */
public interface FeStandardSubstanceAcceptanceInspectionService extends IService<FeStandardSubstanceAcceptanceInspection> {
 
}