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