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; /** * XklAmpReportHealthScoreEntity */ private int type; private double typeHealthScore; }