自动化立体仓库 - WMS系统
#
LSH
2024-05-17 15cbfdfe68f39a4274473fbb192752b4570d3a17
1
2
3
4
5
6
7
8
package com.zy.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.system.entity.Resource;
 
public interface ResourceService extends IService<Resource> {
 
}