6 changed files with 56 additions and 12 deletions
@ -0,0 +1,35 @@ |
|||
package com.epmet.dto.form.yt; |
|||
|
|||
import com.epmet.commons.tools.dto.form.PageFormDTO; |
|||
import com.epmet.commons.tools.validator.group.CustomerClientShowGroup; |
|||
import lombok.Data; |
|||
import org.hibernate.validator.constraints.Length; |
|||
|
|||
import javax.validation.constraints.NotBlank; |
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* |
|||
* @description: 烟台摄像头 |
|||
* @author qushutong |
|||
* @date 2023/10/22 16:38 |
|||
* @param |
|||
* @return |
|||
* @Version1.0 |
|||
**/ |
|||
@Data |
|||
public class IcMonitoringFormDTO extends PageFormDTO { |
|||
|
|||
private static final long serialVersionUID = 1L; |
|||
/** |
|||
* 所属组织id |
|||
*/ |
|||
private String staffId; |
|||
|
|||
/** |
|||
* 删选的id |
|||
*/ |
|||
private String agencyId; |
|||
|
|||
|
|||
} |
|||
Loading…
Reference in new issue