自动化立体仓库 - WMS系统
#
whycq
2023-10-02 5b5050cfc6912d59138e09d1e7bd589db81d2025
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> {
 
}