自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-12-14 41c2e9f0a5a14382bbc696021fa5ec0ad6ec7e51
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasCrnError;
 
public interface BasCrnErrorService extends IService<BasCrnError> {
 
}