From 8922df2ba7e49d42d83ecaa7ca341a8db7963e88 Mon Sep 17 00:00:00 2001 From: huangyawei Date: Sat, 21 Sep 2024 12:23:53 +0800 Subject: [PATCH] =?UTF-8?q?release-=20APP=E8=BF=94=E5=9B=9E=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=8A=A8=E4=BD=9C=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/luoo/user/dto/point/TaskPointForAppDto.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/luoo_user/src/main/java/com/luoo/user/dto/point/TaskPointForAppDto.java b/luoo_user/src/main/java/com/luoo/user/dto/point/TaskPointForAppDto.java index 4127e7e..1cb16c0 100644 --- a/luoo_user/src/main/java/com/luoo/user/dto/point/TaskPointForAppDto.java +++ b/luoo_user/src/main/java/com/luoo/user/dto/point/TaskPointForAppDto.java @@ -25,7 +25,11 @@ public class TaskPointForAppDto implements Serializable { @ApiModelProperty(value = "任务描述") private String description; + @ApiModelProperty("APP动作") + String action; + @Transient @ApiModelProperty(value = "用户任务状态 1-已参加 2-未参加") Integer userStatus; + } \ No newline at end of file