自动化立体仓库 - WMS系统
cl
3 天以前 18c51d40be82435289ba3be6bd5f8e15fdf786f7
src/main/java/com/zy/asrs/service/BasArmMastLogService.java
@@ -4,5 +4,5 @@
import com.baomidou.mybatisplus.service.IService;
public interface BasArmMastLogService extends IService<BasArmMastLog> {
    boolean save (Long id);
}