1、长者标签增加差异标签导出

This commit is contained in:
1378012178@qq.com 2025-08-27 15:17:21 +08:00
parent b814814f6d
commit f3bd9e4fa8
3 changed files with 5 additions and 4 deletions

View File

@ -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;
/**价格*/

View File

@ -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)

View File

@ -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)