commit dfcb8f95f76a716f915cb37ff253ea3d84b45bb7
Author: 钱涛 <15850646081@163.com>
Date: Wed Mar 26 15:35:34 2025 +0800
初始化艾志OA仓库
diff --git a/resource/WEB-INF/CBS2ECConfig.xml b/resource/WEB-INF/CBS2ECConfig.xml
new file mode 100644
index 0000000..e6bde94
--- /dev/null
+++ b/resource/WEB-INF/CBS2ECConfig.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resource/WEB-INF/config/MyBatis.xml b/resource/WEB-INF/config/MyBatis.xml
new file mode 100644
index 0000000..31cc6f0
--- /dev/null
+++ b/resource/WEB-INF/config/MyBatis.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resource/WEB-INF/prop/hrmSalaryCBS8.properties b/resource/WEB-INF/prop/hrmSalaryCBS8.properties
new file mode 100644
index 0000000..0207299
--- /dev/null
+++ b/resource/WEB-INF/prop/hrmSalaryCBS8.properties
@@ -0,0 +1,12 @@
+# ??ID
+app_id=Yg8fWSvs
+# ????
+app_secret=1f23768c02219d7864b0009c30a1b6a59fe84606
+# ????
+bodyEncryptionKey=0467E11F7CA86D884C990D4F3F5C2A1EFEEBB02B9878F4FDDCB7899DFABADCC8F38FC23F007A8AF9B2EB8A1D313959647CD8A1542F0414116AE6CFCA792346A802
+# ????????
+signEncryptionPrivateKey=135d6d61d5e820a979e58f4939abbd528c82528c8c276852445854377e1df247
+# ????????
+bodyDecryptionKey=135d6d61d5e820a979e58f4939abbd528c82528c8c276852445854377e1df247
+# ????
+host=https://cbs8-openapi-reprd.csuat.cmburl.cn
\ No newline at end of file
diff --git a/src/com/engine/salary/exception/CBS8RunTimeException.java b/src/com/engine/salary/exception/CBS8RunTimeException.java
new file mode 100644
index 0000000..b9594e9
--- /dev/null
+++ b/src/com/engine/salary/exception/CBS8RunTimeException.java
@@ -0,0 +1,15 @@
+package com.engine.salary.exception;
+
+public class CBS8RunTimeException extends RuntimeException {
+ public CBS8RunTimeException(String message) {
+ super(message);
+ }
+
+ public CBS8RunTimeException(Throwable cause) {
+ super(cause);
+ }
+
+ public CBS8RunTimeException(String message, Throwable cause) {
+ super(message, cause);
+ }
+}
diff --git a/src/com/engine/salary/mapper/SQLMapper.java b/src/com/engine/salary/mapper/SQLMapper.java
new file mode 100644
index 0000000..c3a7f81
--- /dev/null
+++ b/src/com/engine/salary/mapper/SQLMapper.java
@@ -0,0 +1,22 @@
+package com.engine.salary.mapper;
+
+import org.apache.ibatis.annotations.Param;
+
+import java.util.List;
+import java.util.Map;
+
+/**
+ * SQLMapper
+ *
Copyright: Copyright (c) 2024
+ * Company: 泛微软件
+ *
+ * @author qiantao
+ * @version 1.0
+ **/
+public interface SQLMapper {
+ List