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