buhuazhen
2026-05-20 5862905480f0887b84194722b2b2b6a7f979df43
src/main/java/com/ruoyi/sales/pojo/InvoiceRegistration.java
@@ -49,5 +49,8 @@
    @ApiModelProperty(value = "租户ID")
    @TableField(fill = FieldFill.INSERT)
    private Integer tenantId;
    private Long tenantId;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}