代码规范修改提交

This commit is contained in:
1539530615@qq.com 2024-01-22 15:27:57 +08:00
parent a1ae4cc155
commit faf1b88628
1 changed files with 5 additions and 0 deletions

View File

@ -71,5 +71,10 @@ public interface RepairService {
*/
List<DictVo> getDicSelect(String value);
/**
* 导出维修列表
* @param bean
* @return
*/
List<RepairTask> exportRepairTaskList(RepairTask bean);
}