Browse Source

修改接口

DESKTOP-USV654P\pc 1 year ago
parent
commit
4d6c4f9162

+ 1 - 1
src/main/java/com/xjrsoft/module/oa/dto/NewsRelationConfigDto.java

@@ -9,5 +9,5 @@ public class NewsRelationConfigDto {
     private Long relationId;
 
     @ApiModelProperty("关系名称")
-    private Long relationName;
+    private String relationName;
 }

+ 1 - 1
src/main/java/com/xjrsoft/module/oa/entity/NewsRelationConfig.java

@@ -26,5 +26,5 @@ public class NewsRelationConfig {
     private Long relationId;
 
     @ApiModelProperty("关系名称")
-    private Long relationName;
+    private String relationName;
 }