修改护理单元的单元编码字段
This commit is contained in:
parent
ad4b66e197
commit
fa14ecc34c
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue