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