ZY
2024-08-16 7178ac3731005f2829fa9cca16dc125fc34ec12e
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.LocAreaType;
 
public interface LocAreaTypeService extends IService<LocAreaType> {
 
}