#
Junjie
2024-07-05 fc498f7eb979c5d90b7c9787dd9bd936799b3cbf
1
2
3
4
5
6
7
8
package com.zy.asrs.wms.asrs.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.wms.asrs.entity.Loc;
 
public interface LocService extends IService<Loc> {
 
}