|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.epmet.resi.partymember.dto.partyOrg.form; |
|
|
|
|
|
|
|
import com.epmet.commons.tools.constant.NumConstant; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import javax.validation.constraints.NotBlank; |
|
|
@ -22,6 +23,11 @@ public class YearSearchFormDTO implements Serializable { |
|
|
|
|
|
|
|
private String type; |
|
|
|
|
|
|
|
/** |
|
|
|
* 是否本人创建的活动,1:是;0:否 |
|
|
|
*/ |
|
|
|
private String isSelf = NumConstant.ONE_STR; |
|
|
|
|
|
|
|
private String staffId; |
|
|
|
private String customerId; |
|
|
|
} |
|
|
|