chenjiahe
2023-06-14 0de596b5fce6a1ae1d33adb8015f4c8b07c65c11
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;
}