自动化立体仓库 - WCS系统
tqs
2022-10-11 9ff1f1f221aeafc99653c846b2c2442f9c033ee5
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> {
 
}