gongzuming
2024-10-08 3749eb0f67f2c40457d2f26f74092bae8f9b7311
src/main/java/com/mzl/flower/dto/request/customer/QueryCustomerDTO.java
@@ -28,4 +28,7 @@
    @ApiModelProperty(hidden = true)
    private String partnerUserId;
    @ApiModelProperty("启用/禁用(USER_ENABLED_OR_DISABLED)")
    private Integer isEnabled;
}