字典表 添加统计节点
This commit is contained in:
+7
@@ -112,6 +112,13 @@ public class SysDictItem implements Serializable {
|
||||
@ApiModelProperty(value = "字典英文名称")
|
||||
private String enName;
|
||||
|
||||
/**
|
||||
* 统计节点(主要为责任领域)
|
||||
*/
|
||||
@Excel(name = "统计节点", width = 15)
|
||||
@ApiModelProperty(value = "统计节点")
|
||||
private String statNode;
|
||||
|
||||
@TableField(exist = false)
|
||||
private String cut;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user