parent
082d95d839
commit
24112cc459
|
|
@ -22,7 +22,6 @@ import java.util.Date;
|
||||||
@ApiModel(value = "PC端用户成绩返回对象")
|
@ApiModel(value = "PC端用户成绩返回对象")
|
||||||
public class UserScoreInfo implements Serializable {
|
public class UserScoreInfo implements Serializable {
|
||||||
@TableId(type = IdType.ASSIGN_ID)
|
@TableId(type = IdType.ASSIGN_ID)
|
||||||
@JsonIgnore
|
|
||||||
private String id;
|
private String id;
|
||||||
/**使用状态(0-未使用,1-使用中)*/
|
/**使用状态(0-未使用,1-使用中)*/
|
||||||
@ApiModelProperty(value = "使用状态(0-未使用,1-使用中,2-草表)")
|
@ApiModelProperty(value = "使用状态(0-未使用,1-使用中,2-草表)")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue