chenjiahe
2024-02-21 5dda4b5392b66f934219b0e08186b7ad86a92000
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;
}