@ -24,6 +24,7 @@ public class YunXiaoController extends Controller {
/**
* 可以维护的数据集名称
*/
// http://10.10.21.20:9000/dsBase/yx/getDataSet
@Before({GET.class})
@IsLoginInterface({})
public void getDataSet() {
@ -31,7 +32,6 @@ public class YunXiaoController extends Controller {
renderJson(CommonUtil.renderJsonForLayUI(list));
}
* 获取数据集下的数据表
*