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
  • LoveChat.java
  • liushuangwu's avatar
    LoveChatController · ca0c0e9d
    liushuangwu committed Oct 16, 2022
    ca0c0e9d Browse Files
LoveChat.java 210 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.pipihelper.project.feishu.entity;

import lombok.Data;

@Data
public class LoveChat {

    private Integer id;
    private String title;
    private String content;
    private Integer isDelete;

}