来单提醒 + 客户催单 业务代码开发
This commit is contained in:
@@ -111,4 +111,11 @@ public interface OrderService {
|
||||
* @param id
|
||||
*/
|
||||
void complete(Long id);
|
||||
|
||||
|
||||
/**
|
||||
* 客户催单
|
||||
* @param id
|
||||
*/
|
||||
void reminder(Long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user