自动化立体仓库 - WCS系统
Junjie
2023-04-12 32cf315c6ac0cbbac6cc75a5e4e083d5e72bbe04
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasLift;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasLiftService extends IService<BasLift> {
 
}