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