ll
liukangdong
2024-11-29 b850badcf800eff5819e0789d1b81e5e27fcd037
1
2
3
4
5
6
7
8
9
10
11
package com.doumee.core.haikang.model.param.request;
 
import lombok.Data;
 
import java.util.List;
 
@Data
public class IccmPermissionResourceRequest {
    private String paramKey;//    String    false    参数类型(1:门禁点2:梯控楼层3:门口机4:围墙机)
    private List<String> paramValues    ;//参数集合(资源编码)
}