|
@@ -11,19 +11,8 @@ import lombok.Setter;
|
|
|
*/
|
|
|
@Setter
|
|
|
@Getter
|
|
|
-public class ExportConceptAllDTO {
|
|
|
- @Excel(name = "医学标准术语",width = 40, orderNum = "1", isImportField = "true" )
|
|
|
- private String libName;
|
|
|
- @Excel(name = "同义词",width = 40, orderNum = "2", isImportField = "true" )
|
|
|
- private String synonymName;
|
|
|
- @Excel(name = "类型",orderNum = "3", isImportField = "true" )
|
|
|
- private String typeName;
|
|
|
- @Excel(name = "性别", mergeRely = {1,2,3},orderNum = "4", isImportField = "true" )
|
|
|
- private Integer sexType;
|
|
|
- @Excel(name = "最小年龄", orderNum = "5", isImportField = "true" )
|
|
|
- private Double minAge;
|
|
|
- @Excel(name = "最大年龄", orderNum = "6", isImportField = "true" )
|
|
|
- private Double maxAge;
|
|
|
- @Excel(name = "错误信息", orderNum = "7", isImportField = "true" )
|
|
|
+public class ExportConceptAllDTO extends ExportConceptModeDTO {
|
|
|
+
|
|
|
+ @Excel(name = "错误信息", orderNum = "7", isImportField = "true")
|
|
|
private String msg;
|
|
|
}
|