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

zhangshaowu / pipi-helper

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
  • pipi-helper
  • ..
  • dto
  • FeiShuEventDTO.java
  • zhangshaowu's avatar
    init · 6fa4d339
    zhangshaowu committed Oct 14, 2022
    6fa4d339
FeiShuEventDTO.java 361 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
package com.pipihelper.project.feishu.dto;

import com.alibaba.fastjson.JSONObject;
import lombok.Getter;
import lombok.Setter;

/**
 * @Description: TODO
 * @author: charles
 * @date: 2022年04月12日 9:52
 */


@Getter
@Setter
public class FeiShuEventDTO {
    private String schema;
    private FeiShuEventHeaderDTO header;
    private JSONObject event;

}