无关风月
2025-04-17 720c9faf1c5796f7a306d394f579909bea4cad15
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.admin.vo;
 
import lombok.Data;
 
@Data
public class ReassinDto {
  private   String orderId;
  private Integer type;
 
}