分组配置管理GroupName改为可手动输入
This commit is contained in:
@@ -10,14 +10,14 @@ import com.nis.util.excel.ExcelField;
|
||||
public class UrlCommCfgTemplate extends StringAllNotDoLogTemplate{
|
||||
|
||||
@ExcelField(title="group_name",align=2,sort=10)
|
||||
private Integer groupId;
|
||||
private String groupName;
|
||||
|
||||
public Integer getGroupId() {
|
||||
return groupId;
|
||||
public String getGroupName() {
|
||||
return groupName;
|
||||
}
|
||||
|
||||
public void setGroupId(Integer groupId) {
|
||||
this.groupId = groupId;
|
||||
public void setGroupName(String groupName) {
|
||||
this.groupName = groupName;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user