devicesanheyi.php 272 B

123456789101112
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Msg' => '接收到的信息',
  5. 'Datetime' => '日期',
  6. 'Createtime' => '时间',
  7. 'Sn' => '设备编号',
  8. 'Type' => '类型',
  9. 'Type_text' => '类型',
  10. 'Value' => '数值'
  11. ];