gongzuming
2024-09-12 55255f6b9f81b8a3fdd576b27cda5c34fbb7ba0a
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;
}