jxdnsong
2020-10-23 9e88911797c0c4561244357ae3d5da4bbc9a32ad
1
2
3
4
5
6
7
define([
    'dojo/_base/declare',
    './Grid',
    './OnDemandList'
], function (declare, Grid, OnDemandList) {
    return declare([ Grid, OnDemandList ], {});
});