Sign in

潘钊 / bsth_control · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth_control
  • ..
  • entity
  • AlarmVo.java
  • 1.线调加入视频监控、ADAS、DSM内容
      78e80e17
    王通 authored
    2025-01-15 16:46:42 +0800  
    Browse Code »
AlarmVo.java 214 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
package com.bsth.message.entity;

public interface AlarmVo {

    String getVehicleCode();

    String getAlarmType();

    String getAlarmId();

    String getLineCode();

    void setLineCode(String lineCode);
}