自动化立体仓库 - WMS系统
*
lsh
7 天以前 27a23f95828bb954df5f7d340ec203cc4bd26e62
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasWhs;
 
public interface BasWhsService extends IService<BasWhs> {
    BasWhs selectByIdentifying(String Identifying);
}