|
@@ -1,9 +1,11 @@
|
|
|
package com.qy.worksheetsystem;
|
|
package com.qy.worksheetsystem;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+import com.kingdee.bos.sql.KSqlUtil;
|
|
|
|
|
|
|
|
public class Test {
|
|
public class Test {
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
|
-
|
|
|
|
|
|
|
+ String s = KSqlUtil.decodePassword("ksqle:xq5lQYb8beOCrxhD494xPHahBtX/hQeS");
|
|
|
|
|
+ System.out.println(s);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|