|
@@ -1,10 +1,10 @@
|
|
|
spring:
|
|
|
profiles: dev
|
|
|
platform:
|
|
|
- id: 1 # 平台ID (0:通用,1:系统,2:接收,3:保存,4:管理,5:利用,6:库存)
|
|
|
+ id: 1 # 平台ID (0:通用,1:系统,2:接收,3:保存,4:管理,5:利用,6:库存,7:日志,8:检索)
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: prod
|
|
|
platform:
|
|
|
- id: 1 # 平台ID (0:通用,1:系统,2:接收,3:保存,4:管理,5:利用,6:库存)
|
|
|
+ id: 1 # 平台ID (0:通用,1:系统,2:接收,3:保存,4:管理,5:利用,6:库存,7:日志,8:检索)
|