Browse Source

Merge branch 'master' of http://124.70.58.209:3000/ytrd-project-management/purchase

hexiao 2 years ago
parent
commit
57afeb269b

+ 7 - 0
purchase-system/src/main/java/com/ozs/system/domain/vo/requestVo/UnitManagementRequestVo.java

@@ -0,0 +1,7 @@
+package com.ozs.system.domain.vo.requestVo;
+
+/**
+ * @author Administrator
+ */
+public class UnitManagementRequestVo {
+}

+ 7 - 0
purchase-system/src/main/java/com/ozs/system/domain/vo/responseVo/UnitManagementResponseVo.java

@@ -0,0 +1,7 @@
+package com.ozs.system.domain.vo.responseVo;
+
+/**
+ * @author Administrator
+ */
+public class UnitManagementResponseVo {
+}