feat():行数据测试
parent
946b36bd8e
commit
773ff9857a
|
@ -144,6 +144,12 @@ public class RuleVersionServiceImpl
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
DataValue[] dataValues = new DataValue[3];
|
DataValue[] dataValues = new DataValue[3];
|
||||||
|
|
||||||
|
// 初始化每个DataValue对象
|
||||||
|
for (int i = 0; i < dataValues.length; i++) {
|
||||||
|
dataValues[i] = new DataValue();
|
||||||
|
}
|
||||||
|
|
||||||
dataValues[0].setKey("id");
|
dataValues[0].setKey("id");
|
||||||
dataValues[0].setType("bigint");
|
dataValues[0].setType("bigint");
|
||||||
dataValues[0].setLabel("主键ID");
|
dataValues[0].setLabel("主键ID");
|
||||||
|
|
Loading…
Reference in New Issue