#
luxiaotao1123
2022-02-13 fc545bfecf1a42228dec6b1258e5f8ac2ee43a68
src/main/java/zy/cloud/wms/manager/service/DocTypeService.java
@@ -5,4 +5,6 @@
public interface DocTypeService extends IService<DocType> {
    DocType selectByNumAndHost(Long docType, Long hostId);
}