fwq
2023-08-16 646ece35ec3fb713e811926b3cc74460e5225afb
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;
}