ruoyi-project/src/main/java/com/ruoyi/project/domain/vo/EthicalReviewVO.java
@@ -549,7 +549,7 @@ private Long fcid; @ApiModelProperty("delFlag") private Long delFlag; private Integer delFlag; /** * 专家意见 @@ -603,4 +603,17 @@ @TableField(exist = false) private String basecreateby; /** * 发送方式 */ @ApiModelProperty("发送方式") @Excel(name = "发送方式") private String sendType; /** * 接收状态 */ @ApiModelProperty("接收状态") @Excel(name = "接收状态") private String receiveStatus; }