当天数据导入
This commit is contained in:
@@ -25,5 +25,11 @@ public interface IQweiUserService extends IService<QweiUser> {
|
||||
}
|
||||
|
||||
Map<String, Object> syncFromQiWei(String tenantId);
|
||||
|
||||
default Map<String, Object> syncCustomerFromQiWei() {
|
||||
return syncCustomerFromQiWei(null);
|
||||
}
|
||||
|
||||
Map<String, Object> syncCustomerFromQiWei(String tenantId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user