zhangherong
2025-05-16 725a6ed97f7501de1795fce78fbd42624b310015
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;