|
|
@@ -65,10 +65,6 @@ public class BizMissionDocPO extends TenantPO {
|
|
|
@ApiModelProperty(value = "间隔时间段(最大值),如术后2-6天,即6", position = 10)
|
|
|
private Integer intervalMaxDay;
|
|
|
|
|
|
- /** 医院id(医院上传的自己的文档) */
|
|
|
- @ApiModelProperty(value = "医院id(医院上传的自己的文档)", position = 11)
|
|
|
- private String tenantId;
|
|
|
-
|
|
|
/** 版本号 */
|
|
|
@ApiModelProperty(value = "版本号", position = 16)
|
|
|
private Integer version;
|
|
|
@@ -85,10 +81,7 @@ public class BizMissionDocPO extends TenantPO {
|
|
|
@ApiModelProperty(value = "宣教光广场ID", position = 19)
|
|
|
private String squareDocId;
|
|
|
|
|
|
- @Comment("删除标记")
|
|
|
- @ColumnDefaultValue("0")
|
|
|
@TableLogic
|
|
|
- @TableField(jdbcType = JdbcType.TINYINT)
|
|
|
- private Boolean deleted;
|
|
|
+ private Integer deleted;
|
|
|
|
|
|
}
|