自动化立体仓库 - WMS系统
#
lsh
2025-04-10 8726d85044eae188a9e6b55018ad1d7746d12f7b
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);
}