buhuazhen
2026-04-16 48d1f158e54933a4414b4092f4a0e4d71d7e1632
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;
}