Commit 7d58e1dd by huangjy

Merge remote-tracking branch 'origin/dev'

parents f9447d08 d2078e82
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
/**/.apt_generated
/**/.classpath
/**/.factorypath
/**/.project
/**/.settings
/**/.springBeans
/**/.sts4-cache
### IntelliJ IDEA ###
/**/.idea
/**/*.iws
/**/*.iml
/**/*.ipr
.idea/
/**/.idea/
### NetBeans ###
/**/nbproject/private/
/**/build/
/**/nbbuild/
/**/dist/
/**/nbdist/
/**/.nb-gradle/
/**/target/
/**/temp/
/**/.DS_Store
/**/.mvn*
/**/mvn*
### VS Code ###
.vscode/
/makeit-web-report/src/main/resources/application.yml
......@@ -3,8 +3,12 @@ iot 平台端
server-web 启动类
server-module 业务模块
server-module 平台端业务模块 controller
saas-module saas端业务模块 controller
server-api 提供外部接口
server-service 存放业务service、mapper、entity
server-common 通用模块 包含通用entity、service、mapper类等
\ No newline at end of file
package com.makeit.controller.sys;
public class ElderController {
}
package com.makeit.module.controller.elder;
public class ElderController {
}
package com.makeit.module.elder;
public class Elder {
}
package com.makeit.entity.platform;
public class Test {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment