hyingbo
9 天以前 cc0e9036de6e922e8fe254fef01d8de9996024b7
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;