code review:售后日志逻辑

This commit is contained in:
YunaiV
2023-06-17 22:15:03 +08:00
parent 59e16795be
commit 60b24e36d5
11 changed files with 36 additions and 51 deletions

View File

@@ -112,7 +112,7 @@ public class TradeAfterSaleController {
return success(true);
}
// TODO @陈賝:后续要删除下
/**
* 售后日志测试
*

View File

@@ -32,6 +32,7 @@ public class AppTradeAfterSaleCreateReqVO {
@NotNull(message = "申请原因不能为空")
private String applyReason;
// TODO @陈賝:这个参数不应该有呀。
/**
* @see AfterSaleStatusEnum
*/