xuhy
2025-04-17 ad50556ee0de54549d5cef88c75220929f164807
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;
 
}