|
@@ -87,14 +87,6 @@ public class MetaTaskToUser extends BaseEntity {
|
|
|
@ExcelIgnore
|
|
@ExcelIgnore
|
|
|
private String process;
|
|
private String process;
|
|
|
|
|
|
|
|
- @ApiModelProperty("金币奖励数量")
|
|
|
|
|
- @ExcelProperty("金币奖励数量")
|
|
|
|
|
- private int goldNum;
|
|
|
|
|
-
|
|
|
|
|
- @ApiModelProperty("道具id")
|
|
|
|
|
- @ExcelProperty("道具id")
|
|
|
|
|
- private Long metaPropId;
|
|
|
|
|
-
|
|
|
|
|
@Transient
|
|
@Transient
|
|
|
private MetaProp metaProp;
|
|
private MetaProp metaProp;
|
|
|
}
|
|
}
|