solar_App: 更改為測試的資料表

This commit is contained in:
wanling040@gmail.com 2022-08-08 11:48:25 +08:00
parent cb772ef326
commit 1fb8361765

View File

@ -14,7 +14,7 @@ namespace solarApp.Service
public class getStationSvc
{
string Connection1 = ConfigurationManager.ConnectionStrings["mySql"].ConnectionString;
protected string tableName = "power_station";
protected string tableName = "power_station_for_calc_test";//"power_station";
/// <summary>
/// 電站 Raw Data
/// </summary>