|
@ -17,6 +17,7 @@ |
|
|
|
|
|
|
|
|
package com.epmet.dto.form; |
|
|
package com.epmet.dto.form; |
|
|
|
|
|
|
|
|
|
|
|
import com.epmet.commons.tools.validator.group.CustomerClientShowGroup; |
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
import lombok.Data; |
|
|
import lombok.Data; |
|
|
import org.hibernate.validator.constraints.Length; |
|
|
import org.hibernate.validator.constraints.Length; |
|
@ -103,6 +104,6 @@ public class AddSocietyOrgFormDTO implements Serializable { |
|
|
//token中userId
|
|
|
//token中userId
|
|
|
private String staffId; |
|
|
private String staffId; |
|
|
|
|
|
|
|
|
public interface Add {} |
|
|
public interface Add extends CustomerClientShowGroup {} |
|
|
|
|
|
|
|
|
} |
|
|
} |