From a3de6fbf95c9d3ca08ac5b78217c7a065c9a39a7 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 27 十月 2023 10:25:33 +0800 Subject: [PATCH] 退货单修改 --- model/request/contract.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/request/contract.go b/model/request/contract.go index e051bb6..ef09ea2 100644 --- a/model/request/contract.go +++ b/model/request/contract.go @@ -13,7 +13,7 @@ StatusId int `json:"status_id"` File string `json:"file"` CodeStandID string `json:"codeStandID"` //缂栫爜id - SendTime string `json:"sendTime"` //鍙戣揣鏃堕棿s + SendTime string `json:"sendTime"` //鍙戣揣鏃堕棿 } type UpdateContract struct { -- Gitblit v1.8.0