自动化立体仓库 - WMS系统
LSH
2023-07-19 5c4bed595e480b763a96cb9e6877df374354331a
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> {
 
}