博主首页

jpa排除字段

        @Transient
直接忽略
    新增和修改忽略   

@Column(name ="`exc_status`", insertable = false, updatable = false) @ApiModelProperty(value = "执行状态:字典(0101020302)") private PlanStatus excStatusNote;

 

posted @ 2023-08-03 16:45  笑~笑  阅读(107)  评论(0编辑  收藏  举报