update 项目管理

This commit is contained in:
2021-04-29 16:09:30 +08:00
parent 654bb19130
commit 5f7dae2380
3 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export default {
getHouseProjectPage :['/houseProjectInfo/page','get'],
}

View File

@@ -0,0 +1,5 @@
import houseProjectInfo from './houseProjectInfo'
export default {
...houseProjectInfo
}