lyh
2025-01-20 7f22977ffdae8677b86538ea8fb33c88f3af8445
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/entity/NcLogInfo.java
@@ -67,8 +67,8 @@
    private Date createTime;
    @Excel(name = "操作人",width = 15)
    @TableField(value = "create_user",fill = FieldFill.INSERT)
    private String createUser;
    @TableField(value = "create_by",fill = FieldFill.INSERT)
    private String createBy;
}