liyong
2026-04-15 4e7cc75a569c4e3ec31343fc5cec9db48b7acb0b
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;
}