shuishen
2021-06-05 c55617e8c17d39eacff3d751d6e4dd46e0958b15
1
2
3
4
5
6
7
define([
    'dojo/_base/declare',
    './Grid',
    './OnDemandList'
], function (declare, Grid, OnDemandList) {
    return declare([ Grid, OnDemandList ], {});
});