lyh
2025-01-16 700ac5685214d37f128b3ad3dfda59e80381b9f6
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;
}