陶杰
2024-12-18 07534d5e73eab7d0a9d966c005c8f04e15668565
src/main/java/com/mzl/flower/dto/request/supplier/QuerySupplierDTO.java
@@ -32,4 +32,7 @@
    @ApiModelProperty("启用/禁用(USER_ENABLED_OR_DISABLED)")
    private Integer isEnabled;
    @ApiModelProperty("供应商ID")
    private Long id;
}