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