From 35b6dd1d4f122e583716aa2717efa069b3a91d98 Mon Sep 17 00:00:00 2001 From: "menghaiwen@fusen.cn" Date: Thu, 1 Feb 2024 15:36:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/order.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/service/order.proto b/service/order.proto index 6d7111a..89d1381 100644 --- a/service/order.proto +++ b/service/order.proto @@ -120,6 +120,9 @@ message OrderDetailDb { optional int64 sale_gerent_id = 19; // 销售负责人 optional int64 design_gerent_id = 20; // 设计负责人 optional bytes scm = 21; // 供应链管理 + optional int64 order_type = 22; // 订单类型:1=平台,2=线下 + optional string pay_deposit_ctime = 23; // 支付时间--定金 + optional string pay_final_ctime = 24; // 支付时间--尾款 }