fix: bug-505 管理端,部件管理里面,编辑部件时,部件描述填写完保存后,再点编辑进来这里就是空的,每次都要重新填写一遍才能 保存数据
This commit is contained in:
parent
8189b7c027
commit
2c5aa085ac
|
|
@ -25,6 +25,11 @@ public class ProductPartInfoVO {
|
||||||
*/
|
*/
|
||||||
private String attrName;
|
private String attrName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 描述
|
||||||
|
*/
|
||||||
|
private String describe;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 项
|
* 项
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue