自动化立体仓库 - WMS系统
#
ytfl
2025-06-19 0a5a4d1d1f4dbaa5ba37595d81f99b6e0fd4f5c1
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> {
 
}