mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 04:57:28 +00:00
(improvement)(Headless) Automatically populate model field names with comments from table fields (#1036)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user