package com.ltkj.hosp.sqlDomain; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; /** * @Company: 西安路泰科技有限公司 * @Author: lige * @Date: 2023/12/11 16:37 */ @Data @ApiModel(value = "") public class LtkjMiddleDetail { @ApiModelProperty(value = "fdetallId") private String fdetallId; @ApiModelProperty(value = "fheadId") private String fheadId; @ApiModelProperty(value = "chgItemid") private String chgItemid; @ApiModelProperty(value = "chgItemname") private String chgItemname; @ApiModelProperty(value = "itemId") private String itemId; @ApiModelProperty(value = "rprice") private String rprice; @ApiModelProperty(value = "quantity") private String quantity; @ApiModelProperty(value = "sumTotal") private String sumTotal; @ApiModelProperty(value = "discount") private String discount; @ApiModelProperty(value = "checkexamId") private String checkexamId; @ApiModelProperty(value = "hisPacBm") private String hisPacBm; @ApiModelProperty(value = "zhfybh") private String zhfybh; @ApiModelProperty(value = "hsks") private String hsks; }