Sign in

wms / wms_shanghaijiaoda · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms_shanghaijiaoda
  • ..
  • receipt
  • ReceiptResult.java
  • 移植PDA接口过来
    99963e50
    游杰 authored
    2020-02-25 17:36:02 +0800  
    Browse Code »
ReceiptResult.java 210 Bytes
Edit Raw Blame History Permalink
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;
}