自动化立体仓库 - WMS系统
#
yxFwq
2025-01-09 792de9fdb245b9b29ec6f2193d64886232f6d6c5
1
2
3
4
5
6
7
8
package com.zy.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.system.entity.Api;
 
public interface ApiService extends IService<Api> {
 
}