1、长者标签增加差异标签导出
This commit is contained in:
parent
b814814f6d
commit
f3bd9e4fa8
|
|
@ -46,14 +46,15 @@ public class CanAddElderTag implements Serializable {
|
|||
private java.lang.String sysOrgCode;
|
||||
/**标签类型 tx体型标签 qx情绪标签*/
|
||||
@Excel(name = "标签类型", width = 20,dicCode = "elder_tag_type")
|
||||
@ApiModelProperty(value = "标签类型 tx体型标签 qx情绪标签")
|
||||
@ApiModelProperty(value = "标签类型")
|
||||
@Dict(dicCode = "elder_tag_type")
|
||||
private java.lang.String type;
|
||||
/**标签名称*/
|
||||
@Excel(name = "标签名称", width = 30)
|
||||
@ApiModelProperty(value = "标签名称")
|
||||
private java.lang.String tagName;
|
||||
/**说明*/
|
||||
@Excel(name = "说明", width = 40)
|
||||
@Excel(name = "说明", width = 50)
|
||||
@ApiModelProperty(value = "说明")
|
||||
private java.lang.String describ;
|
||||
/**价格*/
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ public class ElderTag implements Serializable {
|
|||
/**标签类型*/
|
||||
@Excel(name = "标签类型", width = 15)
|
||||
@ApiModelProperty(value = "标签类型")
|
||||
@Dict(dictTable = "nu_elder_tag_type",dicText = "type_name",dicCode = "id")
|
||||
@Dict(dicCode = "elder_tag_type")
|
||||
private java.lang.String type;
|
||||
/**标签名称*/
|
||||
@Excel(name = "标签名称", width = 15)
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ public class ElderTagMain implements Serializable {
|
|||
private String id;
|
||||
/**标签类型*/
|
||||
@ApiModelProperty(value = "标签类型")
|
||||
@Dict(dictTable = "nu_elder_tag_type",dicText = "type_name",dicCode = "id")
|
||||
@Dict(dicCode = "elder_tag_type")
|
||||
private String typeId;
|
||||
/**标签名称*/
|
||||
@Excel(name = "标签名称", width = 15)
|
||||
|
|
|
|||
Loading…
Reference in New Issue