feat : sale in province / but out of province / out of province page
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
sealed class ChickenRoutes {
|
||||
ChickenRoutes._();
|
||||
|
||||
static const _base = '/init';
|
||||
static const init = '$_base/init';
|
||||
static const home = '$_base/home';
|
||||
|
||||
static const enteringTheWarehouse = '$_base/enteringTheWarehouse';
|
||||
static const salesInProvince = '$_base/SalesInProvincePage';
|
||||
static const salesOutOfProvince = '$_base/SalesOutOfProvincePage';
|
||||
static const outOfProvince = '$_base/OutOfProvincePage';
|
||||
|
||||
static const salesOutOfProvince = '$outOfProvince/saleOutOfProvince';
|
||||
static const buysOutOfProvince = '$outOfProvince/buyOutOfProvince';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user