修改bug
This commit is contained in:
parent
55ad3850fb
commit
46f80aaa57
|
|
@ -68,4 +68,8 @@ public class IssueInfo implements Serializable {
|
||||||
@Excel(name = "发版内容", width = 15)
|
@Excel(name = "发版内容", width = 15)
|
||||||
@ApiModelProperty(value = "发版内容")
|
@ApiModelProperty(value = "发版内容")
|
||||||
private String content;
|
private String content;
|
||||||
|
/**发版机构*/
|
||||||
|
@Excel(name = "发版机构", width = 15)
|
||||||
|
@ApiModelProperty(value = "发版机构")
|
||||||
|
private String orgName;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -236,6 +236,7 @@ public class OrgApplyInfo implements Serializable {
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
||||||
@ApiModelProperty(value = "审核时间")
|
@ApiModelProperty(value = "审核时间")
|
||||||
private java.util.Date auditTime;
|
private java.util.Date auditTime;
|
||||||
|
@Dict(dicCode = "username" , dicText = "realname" ,dictTable = "sys_user")
|
||||||
private String auditBy;
|
private String auditBy;
|
||||||
|
|
||||||
/**加盟时间*/
|
/**加盟时间*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue