Blame view

src/main/java/com/huaheng/mobile/receipt/ReceiptResult.java 210 Bytes
游杰 authored
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.huaheng.mobile.receipt;

import lombok.Data;

/**
 *
 * @author Enzo Cotter
 * @date 2019/12/15
 */
@Data
public class ReceiptResult {

    private int receiptId;

    private String receiptCode;
}