update 资料中心-推送范围字典翻译
This commit is contained in:
+1
@@ -79,6 +79,7 @@ public class LawsDataCenterFile implements Serializable {
|
||||
@Excel(name = "推送范围(用户id逗号拼接)", width = 15)
|
||||
@ApiModelProperty(value = "推送范围(用户id逗号拼接)")
|
||||
@Size(max = 2000, message = "推送范围超出最大限度")
|
||||
@Dict(dictTable = "sys_user", dicCode = "id", dicText = "realname")
|
||||
private java.lang.String pushRangeIds;
|
||||
/**文件说明*/
|
||||
@Excel(name = "文件说明", width = 15)
|
||||
|
||||
Reference in New Issue
Block a user