自动化立体仓库 - WMS系统
chen.llin
7 天以前 2816415f539ef54839e331657edae7055c243ad8
src/main/java/com/zy/asrs/service/BasStationService.java
@@ -1,7 +1,7 @@
package com.zy.asrs.service;
import com.zy.asrs.entity.BasStation;
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasStation;
public interface BasStationService extends IService<BasStation> {