|
@@ -51,6 +51,7 @@ public class ProjectPushList implements Serializable {
|
|
|
/**推送至*/
|
|
|
@Excel(name = "推送至", width = 15)
|
|
|
@ApiModelProperty(value = "推送至")
|
|
|
+ @Dict(dictTable = "sys_user",dicCode = "username",dicText = "realname")
|
|
|
private java.lang.String pushTo;
|
|
|
/**推送内容*/
|
|
|
@Excel(name = "推送内容", width = 15)
|