岗位管理

This commit is contained in:
赵肖云
2021-06-24 10:43:53 +08:00
parent 7aeb6b099a
commit b0751be63a
18 changed files with 501 additions and 16 deletions
@@ -22,11 +22,11 @@ public class CodeGen {
// x.x.x.x:3306/xxxx --MYSQL
// 192.168.10.140:1521:foton_slrs_test
private static final String DB_IP="192.168.10.47:3306/foton_slrs_test";
private static final String DB_IP="localhost:3306/foton_slrs_test";
private static final String DB_USER="root";
private static final String DB_PWD="root";
private static final String DB_PWD="Zxy20010202";
/**