7 changed files with 42 additions and 3 deletions
@ -0,0 +1,20 @@ |
|||
package com.epmet.dto.project.result; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @Description 项目最近进展结果DTO |
|||
* @ClassName ProjectLatestOperationResultDTO |
|||
* @Auth wangc |
|||
* @Date 2020-09-28 14:19 |
|||
*/ |
|||
@Data |
|||
public class ProjectLatestOperationResultDTO implements Serializable { |
|||
private static final long serialVersionUID = 3295536551300176323L; |
|||
|
|||
private String projectId; |
|||
|
|||
private String operationName; |
|||
} |
Loading…
Reference in new issue