no message
This commit is contained in:
@ -223,7 +223,13 @@ public class ItemServiceImpl implements ItemService {
|
||||
AppItemAttrVO attrs0 = new AppItemAttrVO();
|
||||
attrs0.setAttrKey("lease_term_type");
|
||||
attrs0.setAttrValue("短租");
|
||||
|
||||
AppItemAttrVO attrs1 = new AppItemAttrVO();
|
||||
attrs1.setAttrKey("item_fineness");
|
||||
attrs1.setAttrValue("wholeNew");
|
||||
|
||||
attrs.add(attrs0);
|
||||
attrs.add(attrs1);
|
||||
|
||||
// 设置商品名称
|
||||
model.setTitle("小刀B01_6050_日租套餐F");
|
||||
|
||||
Reference in New Issue
Block a user