自动化立体仓库 - WMS系统
chen.llin
2025-12-23 5b8e4ab420376484abbdff166a16f4e440a169a6
src/main/java/com/zy/asrs/service/BasContainerService.java
@@ -1,8 +1,9 @@
package com.zy.asrs.service;
import com.zy.asrs.entity.BasContainer;
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasContainer;
public interface BasContainerService extends IService<BasContainer> {
}