自动化立体仓库 - WCS系统
Junjie
2023-12-21 2b118d22f058eab19bef175753517c2f65dd4418
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> {
 
}