skyouc
2025-07-14 40b86a2eda4743a8a740836a1b40ada122836ba6
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> {
 
}