6 Star 26 Fork 3

Gui.H/OpenTask

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ExecutorClient.cs 716 Bytes
一键复制 编辑 原始数据 按行查看 历史
gui.h 提交于 2024-07-14 18:01 +08:00 . 初始化项目
// Licensed under the MIT License (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// https://github.com/SpringHgui/OpenTask/blob/master/LICENSE
// Copyright (c) 2024 Gui.H
using System.Text.Json.Serialization;
namespace OpenTask.Application
{
public class ExecutorClient
{
[JsonIgnore]
public string? ServerId { get; set; }
public required string GroupName { get; set; }
public string? ConnectionId { get; set; }
public IEnumerable<string>? Handelrs { get; set; }
public DateTime StartTime { get; set; }
public required string ClientId { get; set; }
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/SpringHgui/OpenTask.git
git@gitee.com:SpringHgui/OpenTask.git
SpringHgui
OpenTask
OpenTask
master

搜索帮助