• This project
    • Loading...
  • Sign in

fangyeqing / xkl-interface · Files

Go to a project

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • xkl-interface
  • ..
  • model
  • ReportDetailModel.java
  • MOD:report structure
    9365f848
    by fangyeqing
    2017-03-20 00:18:46 +0800  
    Browse Files
ReportDetailModel.java 377 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
package com.xkl.model;

import lombok.Data;

/**
 * Created by win7 on 2016/12/12.
 */
@Data
public class ReportDetailModel {
    /**
     * XklAmpReportDetailEntity
     */
    private int itemId;//对应itemId
    private double itemValue;
    private int status;
    /**
     * XklAmpReportMetaItemsEntity
     */
    private String title;
    private String normalRange;
}