|
@@ -1,13 +1,11 @@
|
|
|
package com.ym.mec.biz.dal.dto;
|
|
|
|
|
|
-import com.alibaba.fastjson.annotation.JSONField;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
|
|
|
public class ActivityCourseDetailDto {
|
|
|
- @JSONField(serialize=false)
|
|
|
- private Integer userId;
|
|
|
+ private transient Integer userId;
|
|
|
|
|
|
@ApiModelProperty(value = "vip1", required = false)
|
|
|
private Integer vip1 = 0;
|