(improvement)(Headless) Automatically populate model field names with comments from table fields (#1036)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2024-05-27 20:52:13 +08:00
committed by GitHub
parent 46e2683338
commit a7d845f224
2 changed files with 47 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ public class QueryColumn {
private Boolean authorized = true;
private String dataFormatType;
private DataFormat dataFormat;
private String comment;
public QueryColumn(String nameEn, String type) {
this.type = type;