This commit is contained in:
SwallowGG
2023-09-24 09:59:15 +08:00
parent d7e811f4b4
commit e9d7df9310
2 changed files with 67 additions and 3 deletions

View File

@ -108,5 +108,8 @@ public class TableIndexColumn {
*/
@JsonAlias({"FILTER_CONDITION"})
private String filterCondition;
private Long subPart;
}