自动化立体仓库 - WCS系统
Junjie
2023-11-28 8500e3aa9c836fef5cd4ff2ce54cf3a01a78eef9
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> {
 
}