TASK: library分类;
This commit is contained in:
@@ -35,6 +35,6 @@ public class Classification implements Serializable {
|
||||
@ApiModelProperty(value = "更新时间")
|
||||
private LocalDateTime updateTime;
|
||||
@ApiModelProperty(value = "是否删除1:是0:否")
|
||||
private Integer isDeleted;
|
||||
private Integer isDeleted = 0;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user