Commit c9482bd3 authored by shiyl's avatar shiyl

BOrder更名为BUserOrder

parent 93f1da2e
...@@ -134,7 +134,7 @@ dependencies { ...@@ -134,7 +134,7 @@ dependencies {
implementation project(":Components:BRoot") implementation project(":Components:BRoot")
implementation project(":Components:BSetting") implementation project(":Components:BSetting")
implementation project(":Components:BGeneralBusiness") implementation project(":Components:BGeneralBusiness")
implementation project(":Components:BOrder") implementation project(":Components:BUserOrder")
implementation project(":Components:BMediator") implementation project(":Components:BMediator")
} }
implementation rootProject.ext.dependencies.privateImplementation implementation rootProject.ext.dependencies.privateImplementation
......
...@@ -8,6 +8,6 @@ include ':Components:BXBridBusiness' ...@@ -8,6 +8,6 @@ include ':Components:BXBridBusiness'
include ':Components:BRoot' include ':Components:BRoot'
include ':Components:BSetting' include ':Components:BSetting'
include ':Components:BGeneralBusiness' include ':Components:BGeneralBusiness'
include ':Components:BOrder' include ':Components:BUserOrder'
include ':Components:BMediator' include ':Components:BMediator'
include ':Components:BDemo' include ':Components:BDemo'
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 to comment