自动化立体仓库 - WMS系统
*
lsh
2025-11-25 17d50c60a34213016047028148418f3c906f889e
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.AutoMove;
import com.baomidou.mybatisplus.service.IService;
 
public interface AutoMoveService extends IService<AutoMove> {
 
}