自动化立体仓库 - WCS系统
#
luxiaotao1123
2022-09-13 d90e160a7659b21dbfd6bb225b00b86a0a68f24c
1
2
3
4
5
6
7
8
package com.zy.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.system.entity.Host;
 
public interface HostService extends IService<Host> {
 
}