国产精品亚洲综合色拍,人人干人人爱,中文字幕专区在线亚洲,清纯唯美激情视频二区

首頁(yè) 服務(wù) 產(chǎn)品 文檔 關(guān)于

netcore freesql 使用FreeSql.Generator自動(dòng)生成實(shí)體類(lèi)

visual studio 工具命令行輸入

第一步:dotnet-tool安裝 FreeSql.Generator
dotnet tool install -g FreeSql.Generator


第二步:FreeSql.Generator說(shuō)明
FreeSql.Generator --help


第三步:生成實(shí)體

FreeSql.Generator -Razor 1 -NameOptions 0,0,0,1 -NameSpace CloudServiceApi.Entity -DB "MySql,Server=127.0.0.1;Database=dbname; User ID=root;Password=****;port=3306;CharSet=utf8;pooling=true;"

此時(shí)即可在項(xiàng)目根目錄下生成數(shù)據(jù)庫(kù)所有表的實(shí)體類(lèi)。