ll
liukangdong
2024-12-17 3696ebf6880c87789305453e22c5538afd136388
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    ;//参数集合(资源编码)
}