init
This commit is contained in:
25
src/main/java/cn/wujiangbo/dto/AppSuggestionVO.java
Normal file
25
src/main/java/cn/wujiangbo/dto/AppSuggestionVO.java
Normal file
@@ -0,0 +1,25 @@
|
||||
package cn.wujiangbo.dto;
|
||||
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
public class AppSuggestionVO {
|
||||
|
||||
private Long id;
|
||||
|
||||
private LocalDateTime createTime;
|
||||
|
||||
private Long userId;
|
||||
|
||||
private String suggestionCountent;
|
||||
|
||||
|
||||
private String complaint;
|
||||
|
||||
private String demands;
|
||||
|
||||
private String status;
|
||||
|
||||
private String realName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user