Response wrapped in IResult
Example
   const option: ISystemOption = {
     category: 'alarm.type.mapping',
     key: 'temp_to_high'
   };
   (async () => {
     const {data, res} = await systemOptionsService.detail(option);
  })();
Response wrapped in IResultList
Generated using TypeDoc