docs: 补充importEntityBatch方法的JavaDoc @return标签

规范审查发现Task 3的JavaDoc注释不够完整,补充了@return标签说明无返回值。

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
wkc
2026-02-08 16:13:43 +08:00
parent 198ac91696
commit 894e376c9e

View File

@@ -28,6 +28,7 @@ public interface CcdiEnterpriseBaseInfoMapper extends BaseMapper<CcdiEnterpriseB
* 批量导入实体中介数据(使用ON DUPLICATE KEY UPDATE)
*
* @param list 实体中介列表
* @return 无返回值
*/
void importEntityBatch(@Param("list") List<CcdiEnterpriseBaseInfo> list);