Compare commits

...

3 Commits

Author SHA1 Message Date
2ebfd69b60 Merge branch 'main' of https://www.294713.xyz/LiuShaoming/6098 2026-03-22 15:52:26 +08:00
52e1ccefc5 调整LifeCycleStation中TestGit方法的参数
将LifeCycleStation构造函数中调用TestGit方法的第二个参数由2修改为21,以适应新的业务需求或测试场景。
1.测试VS与Git的使用方式1first commit
2026-03-22 15:50:45 +08:00
5ff1072425 1.测试VS与Git的使用方式1first commit 2026-03-22 15:33:07 +08:00

View File

@@ -26,6 +26,14 @@ namespace Cowain.Bake.Main.Station
{
_unityContainer = unityContainer;
_station = _unityContainer.Resolve<MemoryDataProvider>().AllStation;
TestGit(1,2);
TestGit(1, 21);
}
//求最大值
public int TestGit(int a, int b)
{
return a > b ? a : b;
}
// 心跳