lyh
2025-06-16 24e0bdd24a10449c98013cdb5bcc5e37735f5a91
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;