xuhy
2025-01-16 c0f67c46642a98476a7e8659d0f7d3310fe40e83
1
2
3
4
5
6
7
8
9
package com.stylefeng.guns.modular.dto;
 
import lombok.Data;
 
@Data
public class BackReasonDto {
    String pic;
    String backReason;
}