lyh
2025-04-11 2cf1565485060fd56e1f1f1cffbba7a4d70d42a6
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/entity/ComponentInfo.java
@@ -46,7 +46,7 @@
    @TableField(value = "process_type")
    private Integer processType;
    @TableField(value = "structure_type")
    private Integer structureType;
    private String structureType;
    @TableField(value = "component_code")
    private String componentCode;
    @TableField(value = "component_status")
@@ -70,4 +70,9 @@
    @TableLogic
    @TableField(value = "delete_flag", select = false)
    private Integer deleteFlag = 0;
    //创建人
    private transient String createName;
    //更新人
    private transient String updateName;
}