|
@@ -5,10 +5,8 @@ import lombok.Data;
|
|
|
|
|
|
@Data
|
|
@Data
|
|
public class OtherTaskFileInfoVO {
|
|
public class OtherTaskFileInfoVO {
|
|
- @JsonIgnore
|
|
|
|
private Integer projectId;
|
|
private Integer projectId;
|
|
private String projectName;
|
|
private String projectName;
|
|
- @JsonIgnore
|
|
|
|
private Integer taskId;
|
|
private Integer taskId;
|
|
private String taskName;
|
|
private String taskName;
|
|
@JsonIgnore
|
|
@JsonIgnore
|