fix: bug-505 管理端,部件管理里面,编辑部件时,部件描述填写完保存后,再点编辑进来这里就是空的,每次都要重新填写一遍才能 保存数据

This commit is contained in:
曹鹏飞 2025-07-22 10:03:15 +08:00
parent 8189b7c027
commit 2c5aa085ac
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ public class ProductPartInfoVO {
*/
private String attrName;
/**
* 描述
*/
private String describe;
/**
*
*/