|
|
@@ -36,7 +36,8 @@ public class EventAttr implements Serializable {
|
|
|
private java.lang.Integer id;
|
|
|
/**要素类型*/
|
|
|
@Excel(name = "要素类型", width = 15)
|
|
|
- @ApiModelProperty(value = "要素类型")
|
|
|
+ @ApiModelProperty(value = "要素类型;HIS接口属性-HIS、医保数据属性-MEDICAL、临时变量-TEMP")
|
|
|
+ @Dict(dicCode = "event_attr_type")
|
|
|
private java.lang.String eventAttrType;
|
|
|
/**数据类型*/
|
|
|
@Excel(name = "数据类型", width = 15)
|
|
|
@@ -69,6 +70,7 @@ public class EventAttr implements Serializable {
|
|
|
@ApiModelProperty(value = "显示类型;显示类型。1:文本输入,2:整型输入,3:浮点输入,4:日期,5:时间,6:日期时间,7:数组,8:对象")
|
|
|
@Dict(dicCode = "disp_type")
|
|
|
private java.lang.Integer dispType;
|
|
|
+
|
|
|
/**显示参数;当为数组和对象,需要配置对应的属性名,*/
|
|
|
@Excel(name = "显示参数;当为数组和对象,需要配置对应的属性名,", width = 15)
|
|
|
@ApiModelProperty(value = "显示参数;当为数组和对象,需要配置对应的属性名,")
|