資源簡介
CREATE TABLE `cn_base_district` (
`district_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '索引ID',
`district_name` varchar(50) NOT NULL COMMENT '地區名稱',
`district_name_en` varchar(50) NOT NULL DEFAULT '',
`district_parent_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '地區父ID',
`dis
代碼片段和文件信息
評論
共有 條評論