自动化立体仓库 - WMS系统
#1
dubin
2026-01-12 4e46937e6311840fd3a146e77bca36908f2d914e
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasCrnStatus;
 
public interface BasCrnStatusService extends IService<BasCrnStatus> {
 
}