liding
2 天以前 befc0e5606ab7c913dda0346152a4150d0ee5f79
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.business.service;
 
import com.ruoyi.business.entity.PendingInventory;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * <p>
 * 待入库表 服务类
 * </p>
 *
 * @author ruoyi
 * @since 2025-06-04
 */
public interface PendingInventoryService extends IService<PendingInventory> {
 
}