自动化立体仓库 - WMS系统
#
Junjie
2025-04-07 3015d66dae1fef9850c9c990570e8ca90f0ded60
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasErrLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasErrLogService extends IService<BasErrLog> {
 
}