自动化立体仓库 - WCS系统
#
luxiaotao1123
2022-12-20 f7ca18ed5b63ae2336b8e29678194455503234b8
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> {
 
}