Sign in

wms / wms-cloud-server · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms-cloud-server
  • ..
  • receipt
  • ReceiptResult.java
  • 移动端完成登录模块功能
    98e5c7b0
    游杰 authored
    2020-10-20 16:53:48 +0800  
    Browse Code »
ReceiptResult.java 210 Bytes
Edit Raw Blame History
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;
}