Commit 5ad46f03 by huangjy

fix:划拨组织批量

parent b3eff83a
...@@ -20,9 +20,6 @@ import java.util.List; ...@@ -20,9 +20,6 @@ import java.util.List;
public class PlatDeviceBindOrgDTO { public class PlatDeviceBindOrgDTO {
@ApiModelProperty(value = "设备id")
@NotBlank(message = "设备id不能为空")
private String id;
@ApiModelProperty(value = "设备id集合") @ApiModelProperty(value = "设备id集合")
@NotBlank(message = "设备id不能为空") @NotBlank(message = "设备id不能为空")
private List<String> idList; private List<String> idList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment