Sign in

潘钊 / control_service_data_Interface · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • control_service_data_Interface
  • ..
  • entity
  • Data.java
  • 1.zyl接口加入电量信息
      efae6805
    王通 authored
    2023-07-03 14:23:04 +0800  
    Browse Code »
Data.java 177 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.bsth.entity;

/**
 * @author Hill
 */
public abstract class Data {

    /**
     * 获取数据类型
     * @return
     */
    public abstract String getType();
}