渲染题目列表
This commit is contained in:
parent
032eb55c3b
commit
a5bbd4b77d
|
@ -5,12 +5,12 @@ import lombok.Data;
|
|||
|
||||
@Data
|
||||
public class BaseEntity {
|
||||
@ApiModelProperty("电子邮箱")
|
||||
@ApiModelProperty("创建时间")
|
||||
private String createTime;
|
||||
@ApiModelProperty("电子邮箱")
|
||||
@ApiModelProperty("更新时间")
|
||||
private String updateTime;
|
||||
@ApiModelProperty("电子邮箱")
|
||||
@ApiModelProperty("创建人id")
|
||||
private Integer createUser;
|
||||
@ApiModelProperty("电子邮箱")
|
||||
@ApiModelProperty("更新人id ")
|
||||
private Integer updateUser;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue