fhx
2024-05-30 ba7ae0e979b027f4175a30f34cf8582c03513b0f
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;
}