自动化立体仓库 - WMS系统
#
LSH
2023-05-24 26aefb078007bf1fbf58cdecaefcb14e63a970c0
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> {
 
}