zhangherong
2025-06-07 f9b0a5f16a7445a7af82cfb9291e1157ee7f4909
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/entity/ComponentDepartment.java
@@ -24,8 +24,8 @@
    @TableField(value = "create_time", select = false, fill = FieldFill.INSERT)
    private Date createTime;
    @JsonIgnore
    @TableField(value = "create_user", select = false, fill = FieldFill.INSERT)
    private String createUser;
    @TableField(value = "create_by", select = false, fill = FieldFill.INSERT)
    private String createBy;
    public ComponentDepartment(String componentId, String departId){
        this.componentId = componentId;