开发辅助工具(数据库文档自动生成等)
feiyu02
3 天以前 31eb2e1559b88a3e08262301ac7dc34891c0e189
1
2
3
4
5
6
7
8
9
package cn.flight.feather
 
import cn.flight.feather.database.MainDB
 
fun main() {
    val mainDB = MainDB()
 
    mainDB.exportDBSupervision()
}