小程序主页接口修改

This commit is contained in:
张松
2025-03-10 17:21:47 +08:00
parent ceebf9ff21
commit 7c374f46a5
5 changed files with 18 additions and 5 deletions

View File

@@ -98,4 +98,5 @@ public interface ProductService extends IService<Product> {
* @param param 商品报损入参
*/
void reportDamage(ProductReportDamageParam param);
}
}