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