自动化立体仓库 - WMS系统
#
lsh
2024-10-26 9148737ad5137dd90a1061327aef121f8b3a66db
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasBoxType;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasBoxTypeService extends IService<BasBoxType> {
 
}