Pu Zhibing
2024-10-22 3205d4b1cd36e376ef23d9d58a911d6eab9c7fc3
1
2
3
4
5
6
7
package com.ruoyi.integration.mongodb.service;
 
import com.ruoyi.integration.api.model.ClearOfflineCardReply;
import com.ruoyi.integration.mongodb.base.BaseService;
 
public interface ClearOfflineCardReplyService extends BaseService<ClearOfflineCardReply> {
}