json_entity
Generate entity class code from JSON or SQL CREATE TABLE definitions, producing C#, Java, or Go classes.
Instructions
从 JSON 或 SQL CREATE TABLE 生成实体类代码。input_type 可选 json/sql,language 可选 cs(C#)/java/go
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | JSON 或 SQL 输入 | |
| language | No | 目标语言 | cs |
| class_name | No | 自定义类名(默认 Generated / 表名) | |
| input_type | No | json |