feat : city

This commit is contained in:
2024-10-31 16:52:32 +08:00
parent ceeeea7c34
commit 2d8f35ddf0
5 changed files with 100 additions and 3 deletions

View File

@@ -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;
}