|
|
|
@ -88,8 +88,8 @@ public class Functionx implements Serializable { |
|
|
|
|
@ApiModelProperty(value = "用户角色") |
|
|
|
|
private java.lang.String userRole; |
|
|
|
|
/**责任人*/ |
|
|
|
|
@Excel(name = "责任人", width = 15, dictTable = "sys_user", dicText = "realname", dicCode = "username") |
|
|
|
|
@Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
|
|
|
|
@Excel(name = "责任人", width = 15, dictTable = "sys_user", dicText = "realname", dicCode = "id") |
|
|
|
|
@Dict(dictTable = "sys_user", dicText = "realname", dicCode = "id") |
|
|
|
|
@ApiModelProperty(value = "责任人") |
|
|
|
|
private java.lang.String managerUsers; |
|
|
|
|
/**任务等级*/ |
|
|
|
|