From d20acf38c36c11ee4428c3e74a17f5870dc61b51 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 16 十一月 2023 09:51:00 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/SRM --- proto/quality_inspect.proto | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/proto/quality_inspect.proto b/proto/quality_inspect.proto index 3d8c695..9eb6165 100644 --- a/proto/quality_inspect.proto +++ b/proto/quality_inspect.proto @@ -26,7 +26,7 @@ double report_amount = 13; // 鎶ユ鏁伴噺 InspectMethod inspect_method = 14; // 妫�楠屾柟寮� double inspect_amount = 15; // 妫�楠屾暟閲� - int32 status = 16; // 鐘舵�� + InspectStatus status = 16; // 鐘舵�� string submit_id = 17; // 鎻愪氦浜篒D double reject_amount = 18; // 閫�璐ф暟閲� double exchange_amount = 19; // 鎹㈣揣鏁伴噺 @@ -60,6 +60,15 @@ } +// InspectStatus 妫�楠岀姸鎬� +enum InspectStatus { + InspectStatusNull = 0; + InspectStatusWaitInspect = 1; // 寰呮鏌� + InspectStatusAuditing = 2; // 瀹℃牳涓� + InspectStatusAuditFinish = 3; // 瀹℃牳瀹屾垚 + InspectStatusInspectFinish = 4; // 妫�鏌ュ畬鎴� +} + message SendPurchaseInspectResponse { int32 Code = 1; @@ -68,9 +77,7 @@ message GetInspectListRequest{ - int32 page = 1; - int32 pageSize = 2; - string keyword = 3; + repeated string purchase_order_id = 1; } message GetInspectListResponse{ -- Gitblit v1.8.0