From 273defb3cc6cbbd74494a853a23cb8fe14c22b8b Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Thu, 17 Feb 2022 14:33:16 +0800
Subject: [PATCH] 督办单增加组织id
---
screen-api/pom.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/screen-api/pom.xml b/screen-api/pom.xml
index 51edb55..7470fd8 100644
--- a/screen-api/pom.xml
+++ b/screen-api/pom.xml
@@ -16,6 +16,11 @@
<artifactId>screen-common</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.8.0