buhuazhen
7 天以前 acaf0e69a594f36ef9be6749c2b8d66e4ef6123b
src/main/java/com/ruoyi/basic/pojo/SupplierManage.java
@@ -79,4 +79,11 @@
    @ApiModelProperty(value = "租户ID")
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    @ApiModelProperty(value = "供应商类型")
    @TableField(value = "supplier_type")
    private String supplierType;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}