update 资料中心-推送范围字典翻译

This commit is contained in:
liao
2023-10-31 15:37:10 +08:00
parent c7dc21b123
commit 20e720e02a
@@ -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)