parent
cf1b5370fd
commit
eccdd30fc6
@ -0,0 +1,17 @@ |
|||||||
|
package com.bellmann.model.form; |
||||||
|
|
||||||
|
import io.swagger.v3.oas.annotations.media.Schema; |
||||||
|
import lombok.Data; |
||||||
|
|
||||||
|
import java.util.List; |
||||||
|
|
||||||
|
@Data |
||||||
|
@Schema(description = "设备类型绑定TR069表单") |
||||||
|
public class BindingTr069Form { |
||||||
|
|
||||||
|
@Schema(description = "设备类型ids") |
||||||
|
private List<Long> ids; |
||||||
|
|
||||||
|
@Schema(description = "tr069VerId") |
||||||
|
private Long tr069VerId; |
||||||
|
} |
Loading…
Reference in new issue