-
- All Implemented Interfaces:
-
java.io.Serializable
public class MCGroup implements Serializable
create by nielev on 2019/3/25 场景条件列表返回多控组信息对象
-
-
Method Summary
Modifier and Type Method Description int
getId()
void
setId(int id)
String
getGroupName()
void
setGroupName(String groupName)
-
-
Method Detail
-
getId
int getId()
-
setId
void setId(int id)
-
getGroupName
String getGroupName()
-
setGroupName
void setGroupName(String groupName)
-
-
-
-