¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.smartor.domain; |
| | | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | @ApiModel(value = "ServiceSLTDMedicalRecordResDTO", description = "çç«åå¾·ç
åä¿¡æ¯ååºä¿¡æ¯") |
| | | @Data |
| | | public class ServiceSLTDMedicalRecordResDTO { |
| | | |
| | | @ApiModelProperty(value = "ç
åå¼: DE04.01.119.00-主è¯\n" + "DE02.10.071.00-ç°ç
å²\n" + "DE02.10.099.00-æ¢å¾å²\n" + "DE04.10.258.00-使 ¼æ£æ¥\n" + "DE02.10.097.00-个人å²\n" + "DE02.10.098.00-å©è²å²\n" + "DE02.10.103.00-å®¶æå²\n" + "DE02.10.022.00-è¿æå²") |
| | | private String code; |
| | | |
| | | @ApiModelProperty(value = "ç
åå
容") |
| | | private String content; |
| | | |
| | | } |