4 changed files with 10 additions and 34 deletions
@ -1,22 +0,0 @@ |
|||
package com.epmet.dto.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import javax.validation.constraints.NotBlank; |
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* 分类列表查询-接口入参 |
|||
* @Author sun |
|||
*/ |
|||
@Data |
|||
public class CustomerCategoryListFormDTO implements Serializable { |
|||
|
|||
private static final long serialVersionUID = 2599592072265715951L; |
|||
@NotBlank(message = "客户ID不能为空",groups = {CustomerCategoryListFormDTO.Category.class}) |
|||
private String customerId; |
|||
|
|||
public interface Category{} |
|||
|
|||
|
|||
} |
Loading…
Reference in new issue