Cui Zhi Feng
2024-09-18 3a6c70ccfece562accad0a3e3ae67745815d73a7
src/main/java/com/mzl/flower/dto/response/payment/OrderPlatformListDTO.java
@@ -85,4 +85,12 @@
    @ApiModelProperty(value = "快递单号")
    private String deliveryNo;//快递单号
    @ApiModelProperty(value = "特殊需求")
    @DictTrans(target = "specialNeedsStr", codeType = "SPEC_REQ")
    private String specialNeeds;
    private String specialNeedsStr;
    @ApiModelProperty(value = "留言")
    private String remarks;
}