|
|
@ -11,6 +11,7 @@ import javax.validation.constraints.*; |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Data |
|
|
|
@Data |
|
|
|
public class TaskCateBaseVO { |
|
|
|
public class TaskCateBaseVO { |
|
|
|
|
|
|
|
private Long id; |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "") |
|
|
|
@ApiModelProperty(value = "") |
|
|
|
private Long parentId; |
|
|
|
private Long parentId; |
|
|
|