forked from rongchao/epmet-cloud-rizhao
4 changed files with 40 additions and 8 deletions
@ -0,0 +1,20 @@ |
|||
package com.epmet.dto.project.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
import java.util.List; |
|||
|
|||
/** |
|||
* 描述一下 |
|||
* |
|||
* @author yinzuomei@elink-cn.com |
|||
* @date 2021/7/11 14:42 |
|||
*/ |
|||
@Data |
|||
public class UpdateProjectSatisfactionScoreFormDTO implements Serializable { |
|||
private static final long serialVersionUID = 8358341102854725024L; |
|||
private String projectId; |
|||
private String projectCustomerId; |
|||
private List<String> customerIdList; |
|||
} |
Loading…
Reference in new issue