This commit is contained in:
laodaming@fusen.cn 2023-12-04 16:45:41 +08:00
parent 0eafcfd3e2
commit 75f76f7be5

View File

@ -229,6 +229,7 @@ message GetProductDetailReq{
}
message GetProductDetailRsp{
string msg = 1;
string name = 2;
}