后台大赛列表 新建大赛页面 添加
parent
21bb8e2a45
commit
9925614927
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>platform</artifactId>
|
||||
<groupId>com.tz</groupId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>system</artifactId>
|
||||
|
||||
|
||||
</project>
|
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>system</artifactId>
|
||||
<groupId>com.tz</groupId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>system-feign</artifactId>
|
||||
|
||||
|
||||
</project>
|
@ -0,0 +1,4 @@
|
||||
package com.tz.platform.feign;
|
||||
|
||||
public interface IFeignSysMenu {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package com.tz.platform.feign.qo;
|
||||
|
||||
public class SysMenuQO {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package com.tz.platform.feign.vo;
|
||||
|
||||
public class SysMenuVO {
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>system</artifactId>
|
||||
<groupId>com.tz</groupId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>system-service</artifactId>
|
||||
|
||||
|
||||
</project>
|
@ -0,0 +1,4 @@
|
||||
package com.tz.platform;
|
||||
|
||||
public class SystemServiceApplication {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package com.tz.platform.user.pc.bo;
|
||||
|
||||
public class UserPageBO {
|
||||
}
|
Loading…
Reference in New Issue