生成Model层代码

bee generate scaffold City \ 
-fields="Id:int64,Name:string,CountryCode:string,District:string,Population:string" \ 
-conn="root:root@tcp(127.0.0.1:3306)/world"