陶杰
2024-12-29 36643a3a6c30bdb280568934a69607173a1f3e1a
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;
}