liyong
2026-04-20 b7760ab3eec64c9c23db976ec104e7d09cfae041
src/main/java/com/ruoyi/safe/pojo/SafeTrainingDetails.java
@@ -92,4 +92,7 @@
    @ApiModelProperty("备注")
    @TableField(exist = false)
    private String remarks;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}