buhuazhen
9 天以前 acaf0e69a594f36ef9be6749c2b8d66e4ef6123b
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;
}