feat():行数据测试

master
yuan 2024-09-08 14:29:42 +08:00
parent 946b36bd8e
commit 773ff9857a
1 changed files with 6 additions and 0 deletions

View File

@ -144,6 +144,12 @@ public class RuleVersionServiceImpl
throw new RuntimeException(e);
}
DataValue[] dataValues = new DataValue[3];
// 初始化每个DataValue对象
for (int i = 0; i < dataValues.length; i++) {
dataValues[i] = new DataValue();
}
dataValues[0].setKey("id");
dataValues[0].setType("bigint");
dataValues[0].setLabel("主键ID");