support PinService

This commit is contained in:
jipengfei-jpf
2023-06-24 16:40:39 +08:00
parent 79ad9b4fff
commit ea86211995

View File

@ -32,4 +32,6 @@ public class TableVO {
*/
private List<IndexVO> indexList;
private boolean pinned;
}