renkang
2024-11-22 5c4250bc45ff7fc0b554e397264dfba3e88f4cc2
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    ;//参数集合(资源编码)
}