diff --git a/SanPinPLM/相关操作/4.0-other/18.枚举数据定义.md b/SanPinPLM/相关操作/4.0-other/18.枚举数据定义.md index 557e9db4..fe170fb2 100644 --- a/SanPinPLM/相关操作/4.0-other/18.枚举数据定义.md +++ b/SanPinPLM/相关操作/4.0-other/18.枚举数据定义.md @@ -16,6 +16,10 @@ 新增枚举数据,填写枚举数据名称,如果要添加多个 **同名枚举数据** ,则需要填写相应的 **枚举编码** ,目的是在定义对象属性时能够 **区分** 各个同名枚举数据,此外,需要勾选 **自定义值** 和 **枚举值不显示在下拉框里** +![](assets/Pasted%20image%2020250725170647.png) + + + diff --git a/SanPinPLM/相关操作/4.0-other/assets/Pasted image 20250725170647.png b/SanPinPLM/相关操作/4.0-other/assets/Pasted image 20250725170647.png new file mode 100644 index 00000000..f6d554fc Binary files /dev/null and b/SanPinPLM/相关操作/4.0-other/assets/Pasted image 20250725170647.png differ