Commit df2cd63b by shuhu.hou@freemud.cn

创建订单接口新增thirdCategoryId字段

parent cc3d0502
...@@ -80,6 +80,10 @@ public class CreateOrderProductRequest extends BaseConfig { ...@@ -80,6 +80,10 @@ public class CreateOrderProductRequest extends BaseConfig {
*/ */
private String extras; private String extras;
/** /**
* 第三方菜品分类Id
*/
private String thirdCategoryId;
/**
* 商品所属菜单分类id * 商品所属菜单分类id
*/ */
private String categoryId; private String categoryId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment