1
zj
2026-01-18 b1f01134713cbcda7cf452fc8d555ea72e2f7945
1
2
3
4
5
6
7
8
9
10
11
package com.nq.service;
 
 
import java.math.BigDecimal;
 
public interface IStockMarketsDayService {
  void saveStockMarketDay();
  void saveHoliday();
 
  BigDecimal selectRateByDaysAndStockCode(Integer paramInteger, int paramInt);
}