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
  • ..
  • entity
  • Pain.java
  • liushuangwu's avatar
    111 · 45bfc6bd
    liushuangwu committed Oct 15, 2022
    45bfc6bd Browse Files
Pain.java 289 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
package com.pipihelper.project.feishu.entity;

import lombok.Data;

@Data
public class Pain {
    private Integer id;
    private String openId;
    private Integer index;
    private Integer status;
    private String timeRange;
    private Integer floor;
    private String messageId;
}