From af42fe2e12b441206acb086a570e7d2fc899c111 Mon Sep 17 00:00:00 2001 From: dxfeng Date: Sat, 7 May 2022 10:20:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8C=E7=AD=89=E8=81=8C=E7=BA=A7=20?= =?UTF-8?q?=E5=AE=9E=E4=BD=93=E7=B1=BB=20=E6=9F=A5=E8=AF=A2=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/api/organization/web/SchemeController.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/com/api/organization/web/SchemeController.java diff --git a/src/com/api/organization/web/SchemeController.java b/src/com/api/organization/web/SchemeController.java new file mode 100644 index 00000000..95f6c02a --- /dev/null +++ b/src/com/api/organization/web/SchemeController.java @@ -0,0 +1,14 @@ +package com.api.organization.web; + +import javax.ws.rs.Path; + +/** + * @Author weaver_cl + * @Description: TODO + * @Date 2022/4/26 + * @Version V1.0 + **/ +@Path("/bs/hrmorganization/scheme") +public class SchemeController extends com.engine.organization.web.SchemeController { + +}