创建模板
This commit is contained in:
@ -168,8 +168,6 @@ public class ItemServiceImpl implements ItemService {
|
|||||||
model.setDeliveryType("PICKUP");
|
model.setDeliveryType("PICKUP");
|
||||||
model.setDeliveryName("电动车租赁自提履约");
|
model.setDeliveryName("电动车租赁自提履约");
|
||||||
|
|
||||||
// 设置履约信息ID
|
|
||||||
model.setDeliveryId("20250901000800000001");
|
|
||||||
|
|
||||||
// 设置履约属性
|
// 设置履约属性
|
||||||
List<AppItemAttrVO> attrs = new ArrayList<AppItemAttrVO>();
|
List<AppItemAttrVO> attrs = new ArrayList<AppItemAttrVO>();
|
||||||
|
|||||||
Reference in New Issue
Block a user