SQL 转实体类

由 SQL DDL 语句生成 TS/Go/Java 实体对象

SQL DDL 输入
粘贴 CREATE TABLE 语句
export interface MyTable { }