自动化立体仓库 - WMS系统
dubin
2025-11-18 d1eaedbdcfe79ccc716e5bc806c692bc640cd2d4
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasCrnOpt;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasCrnOptService extends IService<BasCrnOpt> {
 
}