
3 changed files with 33 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
package com.yxt.pay.biz.order; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
/** |
||||
|
* @description: |
||||
|
* @author: dimengzhe |
||||
|
* @date: 2024/2/2 |
||||
|
**/ |
||||
|
@Data |
||||
|
public class OrderRefundQuery { |
||||
|
|
||||
|
private String mainSid; |
||||
|
} |
Loading…
Reference in new issue