GetFwssBaseDataWithGroupField.js 185 Bytes
Newer Older
wangcong committed
1 2 3 4 5 6 7 8
export default {
    execute:function(){
        console.log("s1 GetFwssBaseDataWithGroupField")
    },
    getResultType:function(){
        return FMR.ConstDataTypes.General;
    }
}