|
|
@ -1,7 +1,6 @@ |
|
|
|
package com.epmet.dto.basereport.form; |
|
|
|
|
|
|
|
import com.epmet.commons.tools.validator.group.CustomerClientShowGroup; |
|
|
|
import com.epmet.dto.indexcollect.form.GridPartyAbilityFormDTO; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import javax.validation.constraints.NotEmpty; |
|
|
@ -19,7 +18,7 @@ public class GridRegUserFormDTO implements Serializable { |
|
|
|
/** |
|
|
|
* 数据集合对象 |
|
|
|
*/ |
|
|
|
@NotEmpty(message = "至少有一条数据", groups = {GridGroupTotalFormDTO.saveList.class}) |
|
|
|
@NotEmpty(message = "至少有一条数据", groups = {GridRegUserFormDTO.saveList.class}) |
|
|
|
private List<DataList> dataList; |
|
|
|
|
|
|
|
/** |
|
|
|