Compare commits

..

5 Commits

Author SHA1 Message Date
29791c9c35 Merge branch 'main' of https://www.294713.xyz/LiuShaoming/6098 2026-03-22 16:00:08 +08:00
4b910f6f15 移除LifeCycleStation构造函数中的测试代码
删除了对TestGit方法的两次测试调用,并添加注释说明,提升了代码整洁性。
Merge branch 'main' of https://www.294713.xyz/LiuShaoming/6098
2026-03-22 15:58:29 +08:00
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,13 @@ namespace Cowain.Bake.Main.Station
{
_unityContainer = unityContainer;
_station = _unityContainer.Resolve<MemoryDataProvider>().AllStation;
//删除测试git
}
//求最大值
public int TestGit(int a, int b)
{
return a > b ? a : b;
}
// 心跳