来单提醒 + 客户催单 业务代码开发

This commit is contained in:
zvv
2026-04-06 16:21:58 +08:00
parent 21bfc4430b
commit 0232c08966
5 changed files with 148 additions and 0 deletions

View File

@@ -111,4 +111,11 @@ public interface OrderService {
* @param id
*/
void complete(Long id);
/**
* 客户催单
* @param id
*/
void reminder(Long id);
}