自动化立体仓库 - WMS系统
chen.lin
5 天以前 10778ff6207c31641187acb487d4b67c0de59b24
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> {