feat : city
This commit is contained in:
@@ -23,4 +23,11 @@ class CityCode
|
||||
* 不删除
|
||||
*/
|
||||
const IS_NOT_DELETE = 1;
|
||||
|
||||
/**
|
||||
* 深度 0 省 1 市 2 区
|
||||
*/
|
||||
const DEEP_PROVINCE = 0;
|
||||
const DEEP_CITY = 1;
|
||||
const DEEP_DISTRICT = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user