7 changed files with 29 additions and 14 deletions
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
package co.depsystem.app.model.server.service1.VO; |
||||
|
||||
public class Test { |
||||
public String name; |
||||
public String password; |
||||
} |
||||
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
package co.depsystem.app.model.server.service2.service.impl; |
||||
|
||||
public class workImpl { |
||||
} |
||||
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
package co.depsystem.app.model.server.service2.service; |
||||
|
||||
public interface workServer { |
||||
|
||||
} |
||||
Loading…
Reference in new issue