自动化立体仓库 - WCS系统
#
tqs
2022-12-06 f9667842cafb5d4e1f3fc2f213b1f9894fe45502
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> {
 
}