buhuazhen
2026-05-27 6690f4754d433b9cde475868034b6d1a3c11d396
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;
}