mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 12:52:07 +08:00
配件添加价格
This commit is contained in:
+4
@@ -93,6 +93,10 @@ public class PartsDO extends BaseDO {
|
||||
* 子配件ID列表,复合部件时记录子配件ID,半角逗号分隔
|
||||
*/
|
||||
private String subparts;
|
||||
/**
|
||||
* 价格
|
||||
*/
|
||||
private Double price;
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user