| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: Fish
|
| | | // [ Date ]: Thursday, March 6, 2025
|
| | | // [ Date ]: Friday, March 7, 2025
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public readonly int FuncId;
|
| | | public readonly string Award;
|
| | | public readonly string DetailDescribe;
|
| | | public readonly int OpenNumber;
|
| | |
|
| | | public FunctionForecastConfig()
|
| | | {
|
| | |
| | | Award = tables[1];
|
| | |
|
| | | DetailDescribe = tables[2];
|
| | |
|
| | | int.TryParse(tables[3],out OpenNumber); |
| | | }
|
| | | catch (Exception ex)
|
| | | {
|