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