This commit is contained in:
menghaiwen@fusen.cn 2024-02-01 15:36:00 +08:00
parent 947aa9402a
commit 35b6dd1d4f

View File

@ -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; // --
}