修改护理单元的单元编码字段

This commit is contained in:
yangjun 2025-06-19 09:42:16 +08:00
parent ad4b66e197
commit fa14ecc34c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class NuBaseInfo implements Serializable {
/**护理单元编码*/
@Excel(name = "护理单元编码", width = 15)
@ApiModelProperty(value = "护理单元编码")
private String code;
private String nuId;
/**区域标签ID*/
@Excel(name = "区域标签ID", width = 15, dicCode = "nu_type")
@Dict(dicCode = "nu_type")