luofl
2025-03-14 0449a6264819bce3869f47b9e5bd3729f158db54
ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/model/RefundPass.java
@@ -63,6 +63,10 @@
    @TableField("auth_time")
    private LocalDateTime authTime;
    @ApiModelProperty(value = "平台收货时间")
    @TableField("receive_time")
    private LocalDateTime receiveTime;
    @ApiModelProperty(value = "后台审核备注")
    @TableField("pass_remark")
    private String passRemark;