Administrator
2025-07-14 17cea8fe652d1566e856e168d528a1af628e2140
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.mall.dto.clothes;
 
import lombok.Data;
 
@Data
public class AdminClothesRefundOrderDto {
 
    private Long id;
}