This commit is contained in:
2025-01-13 10:26:18 +08:00
parent 9c1d979bd8
commit 02548a3028
33 changed files with 399 additions and 222 deletions

View File

@ -19,6 +19,7 @@ import java.util.List;
public interface TemplateMapper {
List<TemplateRespVO> list(TemplateReqQuery templateReqQuery);
TemplateRespVO getById(Long id);
TemplateEntity get(Long id);
int add(TemplateEntity task);
int deleteById(Long id);
int update(TemplateEntity task);