更新
This commit is contained in:
zhouwentao 2024-04-29 15:59:29 +08:00
parent 082d95d839
commit 24112cc459
1 changed files with 0 additions and 1 deletions

View File

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