Lius
2025-04-21 c103e13e51001737c857c8e8504ca7f08c0d150d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.jeecg.modules.eam.service;
 
import org.jeecg.modules.eam.entity.EamSparePartRequisition;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * @Description: 备件请购单
 * @Author: Lius
 * @Date: 2025-03-19
 * @Version: V1.0
 */
public interface IEamSparePartRequisitionService extends IService<EamSparePartRequisition> {
 
}