liding
2026-04-20 1b19f2d340f582e92c27c9dd1ee5a9dce66ad36a
src/main/java/com/ruoyi/account/pojo/SalesRefundAmountOrder.java
@@ -67,4 +67,11 @@
    @ApiModelProperty("更新人id")
    private Long updateUserId;
    @ApiModelProperty(value = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}