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