yaowanxin
23 小时以前 a6249b972f4b929e070ace0517da5b44f5d96be2
src/main/java/com/ruoyi/basic/pojo/SupplierManage.java
@@ -16,6 +16,7 @@
    private Integer id;
    @ApiModelProperty(value = "供应商名称")
    private String supplierName;
    @ApiModelProperty(value = "纳税人识别号")
@@ -64,5 +65,5 @@
    @ApiModelProperty(value = "租户ID")
    @TableField(fill = FieldFill.INSERT)
    private Integer tenantId;
    private Long tenantId;
}