|
|
@@ -28,6 +28,9 @@ public class ProcessConfig {
|
|
|
private String userId = "admin";
|
|
|
private String userPswd = "1234";
|
|
|
|
|
|
+ private String regionCode = "228";
|
|
|
+ private String regionName = "용인시";
|
|
|
+
|
|
|
@PostConstruct
|
|
|
private void init() {
|
|
|
this.startSchedule = false;
|