#
Junjie
2024-09-12 4f113d1862ee978e7d0756f31af79ad73b1dc6d7
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.LocArea;
 
public interface LocAreaService extends IService<LocArea> {
 
}