自动化立体仓库 - WMS系统
*
lsh
7 天以前 1937b401e9a0b2d3863cea2e9fd87405195ec738
src/main/java/com/zy/asrs/service/BasWhsService.java
@@ -4,5 +4,5 @@
import com.zy.asrs.entity.BasWhs;
public interface BasWhsService extends IService<BasWhs> {
    BasWhs selectByIdentifying(String Identifying);
}