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