feat: 新增虚拟支付订单与网盘链接检测功能
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.ruoyi.office.mapper;
|
||||
|
||||
import com.ruoyi.office.domain.TtProjectLinkCheck;
|
||||
|
||||
/**
|
||||
* 项目网盘链接检测结果 Mapper。
|
||||
*/
|
||||
public interface TtProjectLinkCheckMapper
|
||||
{
|
||||
int upsertTtProjectLinkCheck(TtProjectLinkCheck linkCheck);
|
||||
|
||||
int deleteByProjectId(Integer projectId);
|
||||
|
||||
int deleteByProjectIds(Integer[] projectIds);
|
||||
}
|
||||
Reference in New Issue
Block a user