#
Junjie
2023-12-26 3fab41198d29a6e6a5fc49eea66e7c1fcf8aaa34
1
2
3
4
5
6
7
8
package com.zy.asrs.common.wms.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.common.wms.entity.LocMast;
 
public interface LocMastService extends IService<LocMast> {
 
}