Browse Source

Merge branch 'dev/20220228_v3.0.1通用版_渠道管理第一期' into debug

# Conflicts:
#	report-service/src/main/java/com/lantone/report/vo/GetReviewerVO.java
songxinlu 3 years ago
parent
commit
50dc078ac3

+ 1 - 0
report-service/src/main/java/com/lantone/report/vo/GetReviewerVO.java

@@ -18,4 +18,5 @@ public class GetReviewerVO {
     private String roleID = "10";
     @ApiModelProperty(value = "医院ID",hidden = true)
     private Long hospitalId;
+
 }