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