feat : new UI
This commit is contained in:
@@ -5,11 +5,13 @@ sealed class ChickenRoutes {
|
||||
static const init = '$_base/root';
|
||||
static const home = '$_base/home';
|
||||
static const buy = '$_base/buy';
|
||||
static const sale = '$_base/sale';
|
||||
|
||||
static const enteringTheWarehouse = '$_base/enteringTheWarehouse';
|
||||
static const salesInProvince = '$_base/SalesInProvincePage';
|
||||
static const outOfProvince = '$_base/OutOfProvincePage';
|
||||
//buys
|
||||
static const buysOutOfProvince = '$buy/buyOutOfProvince';
|
||||
static const buysInProvince = '$buy/buyInProvince';
|
||||
|
||||
static const salesOutOfProvince = '$outOfProvince/saleOutOfProvince';
|
||||
static const buysOutOfProvince = '$outOfProvince/buyOutOfProvince';
|
||||
//sales
|
||||
static const salesInProvince = '$sale/SalesInProvince';
|
||||
static const salesOutOfProvince = '$sale/saleOutOfProvince';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user