rx
2024-03-22 8dfd5b03a86aa2b26bf6f523541725793476d483
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.hz.his.dto.sync;
 
import lombok.Data;
 
/**
 * @Author
 */
@Data
public class SyncUserProjectItem {
 
    /**执行记录id*/
    private String orderItemId;
    /**退款总数*/
    private Integer refunded;
}