package com.zy.asrs.service; import com.baomidou.mybatisplus.service.IService; import com.zy.asrs.entity.BasWhsType; public interface BasWhsTypeService extends IService { BasWhsType selectByIdentifying(String Identifying); }