2026-01-21 09:50:58 +08:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
2026-01-21 19:31:27 +08:00
|
|
|
|
namespace YiDa_WinForm.Model
|
2026-01-21 09:50:58 +08:00
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 全局静态类
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public class Globalstatic
|
|
|
|
|
|
{
|
2026-01-21 19:31:27 +08:00
|
|
|
|
public static List<YiDaModel> yidaModelList = new List<YiDaModel>();
|
2026-01-21 09:50:58 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static string appkey = "962d2ac7d5297cc988263269e5da773a";
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|