This commit is contained in:
2025-10-27 23:30:05 +08:00
parent 4bf21639c1
commit 6327874166
197 changed files with 5866 additions and 1580 deletions

View File

@@ -15,5 +15,5 @@ import java.util.List;
@Mapper
public interface StockAdjustDao extends ITsTradeDate {
@BatchInsert
int insertOrUpdateListTushare(@BatchList List<JSONObject> list);
int insertOrUpdateList(@BatchList List<JSONObject> list);
}