自动化立体仓库 - WMS系统
#
lsh
2024-10-17 21d2d221f698169ca2600a620f1f647c551d1f6d
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasPlcerror;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasPlcerrorService extends IService<BasPlcerror> {
 
}