|
|
@@ -2,7 +2,7 @@
|
|
|
* @Author: deng.yinping deng.yinping@muchinfo.cn
|
|
|
* @Date: 2024-12-17 13:04:09
|
|
|
* @LastEditors: deng.yinping deng.yinping@muchinfo.cn
|
|
|
- * @LastEditTime: 2024-12-17 13:11:20
|
|
|
+ * @LastEditTime: 2024-12-17 13:29:44
|
|
|
* @FilePath: \MTP20_IF\controllers\sbyj\goods-inventory.go
|
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
*/
|
|
|
@@ -65,6 +65,7 @@ type QueryUserGoodsInventoryLogReq struct {
|
|
|
// @Produce json
|
|
|
// @Security ApiKeyAuth
|
|
|
// @Param userId query int true "用户ID"
|
|
|
+// @Param goodsId query int false "商品ID"
|
|
|
// @Success 200 {array} models.UsergoodsinventorylogRsp
|
|
|
// @Failure 500 {object} app.Response
|
|
|
// @Router /sbyj/QueryUserGoodsInventoryLog [get]
|