Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in

platform / event_data_handle

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • event_data_handle
  • ..
  • vo
  • VchanConfVo.java
  • 熊付's avatar
    【繁星2.0首页】 · 10ee41d7
    熊付 committed May 22, 2020
    10ee41d7
VchanConfVo.java 370 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.viontech.vo;

import lombok.Data;

/**
 * @program: event_data_handle
 * @description: 通道配置视图类
 * @author: authorName
 * @create: 2020-03-23 11:43
 **/
@Data
public class VchanConfVo {
    private Integer vchanConfUnid;
    private String name;
    private String url;
    private Boolean isActive;
    private Object conf;
}