自动化立体仓库 - WMS系统
#
zyx
2024-06-26 26d5890bf75f0917eca93d2d1780bf5aea0cec7a
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.LocOwner;
import com.baomidou.mybatisplus.service.IService;
 
public interface LocOwnerService extends IService<LocOwner> {
 
}