自动化立体仓库 - WMS系统
#
lty
昨天 cfa2d1bf7847e5c982c68e0892f5d2ca64638934
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasWhsType;
 
public interface BasWhsTypeService extends IService<BasWhsType> {
    BasWhsType selectByIdentifying(String Identifying);
}