自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-09-20 893032f4bcb74982c2f93700da22d0df6e14357a
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasSte;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasSteService extends IService<BasSte> {
 
}