新增显示类型字段

This commit is contained in:
hecan 2024-09-14 16:12:48 +08:00
parent 6a1fd93a41
commit 8611822520
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ public class ComparisonEntity extends BaseEntity {
this.viewName = viewName; this.viewName = viewName;
} }
public List<String> getReturnField() { public List<String> getReturnField() {
return returnField; return returnField;
} }