Explore Enterprise Education Gitee Premium Gitee AI AI teammates
Fetch the repository succeeded.
Donate
Please sign in before you donate.
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
1 Star 0 Fork 3.8K

APIJSON/Admin.NET

forked from zuohuaijun/Admin.NET
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
Already have an account? Sign in
文件
next
Branches (4)
Tags (21)
next
vben
master
micros
2.4.0
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.1
1.2.0
2.1.0
2.0.3
2.0.2
1.1.1
2.0.1
2.0.0
1.1.0
v1.0.22
v1.0.19
v1.0.18
v1.0.12
v1.0.10
next
Branches (4)
Tags (21)
next
vben
master
micros
2.4.0
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.1
1.2.0
2.1.0
2.0.3
2.0.2
1.1.1
2.0.1
2.0.0
1.1.0
v1.0.22
v1.0.19
v1.0.18
v1.0.12
v1.0.10
Clone or Download
Clone/Download
Prompt
To download the code, please copy the following command and execute it in the terminal
To ensure that your submitted code identity is correctly recognized by Gitee, please execute the following command.
When using the SSH protocol for the first time to clone or push code, follow the prompts below to complete the SSH configuration.
1 Generate RSA keys.
2 Obtain the content of the RSA public key and configure it in SSH Public Keys
To use SVN on Gitee, please visit the usage guide
When using the HTTPS protocol, the command line will prompt for account and password verification as follows. For security reasons, Gitee recommends configure and use personal access tokens instead of login passwords for cloning, pushing, and other operations.
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # Private Token
next
Branches (4)
Tags (21)
next
vben
master
micros
2.4.0
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.1
1.2.0
2.1.0
2.0.3
2.0.2
1.1.1
2.0.1
2.0.0
1.1.0
v1.0.22
v1.0.19
v1.0.18
v1.0.12
v1.0.10
Admin.NET
/
Web
/
src
/
api-services
/
models
/
update-job-trigger-input.ts
Admin.NET
/
Web
/
src
/
api-services
/
models
/
update-job-trigger-input.ts
update-job-trigger-input.ts 3.48 KB
Copy Edit Raw Blame History
/* tslint:disable */
/* eslint-disable */
/**
* Admin.NET
* 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
*
* OpenAPI spec version: 1.0.0
* Contact: 515096995@qq.com
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
import { TriggerStatus } from './trigger-status';
/**
*
* @export
* @interface UpdateJobTriggerInput
*/
export interface UpdateJobTriggerInput {
/**
* 雪花Id
* @type {number}
* @memberof UpdateJobTriggerInput
*/
id?: number;
/**
* 触发器类型FullName
* @type {string}
* @memberof UpdateJobTriggerInput
*/
triggerType?: string | null;
/**
* 程序集Name
* @type {string}
* @memberof UpdateJobTriggerInput
*/
assemblyName?: string | null;
/**
* 参数
* @type {string}
* @memberof UpdateJobTriggerInput
*/
args?: string | null;
/**
* 描述信息
* @type {string}
* @memberof UpdateJobTriggerInput
*/
description?: string | null;
/**
*
* @type {TriggerStatus}
* @memberof UpdateJobTriggerInput
*/
status?: TriggerStatus;
/**
* 起始时间
* @type {Date}
* @memberof UpdateJobTriggerInput
*/
startTime?: Date | null;
/**
* 结束时间
* @type {Date}
* @memberof UpdateJobTriggerInput
*/
endTime?: Date | null;
/**
* 最近运行时间
* @type {Date}
* @memberof UpdateJobTriggerInput
*/
lastRunTime?: Date | null;
/**
* 下一次运行时间
* @type {Date}
* @memberof UpdateJobTriggerInput
*/
nextRunTime?: Date | null;
/**
* 触发次数
* @type {number}
* @memberof UpdateJobTriggerInput
*/
numberOfRuns?: number;
/**
* 最大触发次数(0:不限制,n:N次)
* @type {number}
* @memberof UpdateJobTriggerInput
*/
maxNumberOfRuns?: number;
/**
* 出错次数
* @type {number}
* @memberof UpdateJobTriggerInput
*/
numberOfErrors?: number;
/**
* 最大出错次数(0:不限制,n:N次)
* @type {number}
* @memberof UpdateJobTriggerInput
*/
maxNumberOfErrors?: number;
/**
* 重试次数
* @type {number}
* @memberof UpdateJobTriggerInput
*/
numRetries?: number;
/**
* 重试间隔时间(ms)
* @type {number}
* @memberof UpdateJobTriggerInput
*/
retryTimeout?: number;
/**
* 是否立即启动
* @type {boolean}
* @memberof UpdateJobTriggerInput
*/
startNow?: boolean;
/**
* 是否启动时执行一次
* @type {boolean}
* @memberof UpdateJobTriggerInput
*/
runOnStart?: boolean;
/**
* 是否在启动时重置最大触发次数等于一次的作业
* @type {boolean}
* @memberof UpdateJobTriggerInput
*/
resetOnlyOnce?: boolean;
/**
* 更新时间
* @type {Date}
* @memberof UpdateJobTriggerInput
*/
updatedTime?: Date | null;
/**
* 作业Id
* @type {string}
* @memberof UpdateJobTriggerInput
*/
jobId: string;
/**
* 触发器Id
* @type {string}
* @memberof UpdateJobTriggerInput
*/
triggerId: string;
}
Loading...
Report
Report success
We will send you the feedback within 2 working days through the letter!
Please fill in the reason for the report carefully. Provide as detailed a description as possible.
Please select a report type
Cancel
Send
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

About

🔥基于Furion/.NET 6实现的通用管理平台。整合最新技术,模块插件式开发,前后端分离,开箱即用。集成SqlSugar、多租户、缓存、数据校验、鉴权、事件总线、动态API、通讯、远程请求、任务调度、gRPC等众多黑科技。代码简洁、易扩展,让开发更简单、更通用、更流行!
Cancel

Releases

No release

Contributors

All

Activities

can not load any more
Edit
About
Homepage
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/APIJSON/Admin.NET.git
git@gitee.com:APIJSON/Admin.NET.git
APIJSON
Admin.NET
Admin.NET
next
Going to Help Center

Search

Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register

AltStyle によって変換されたページ (->オリジナル) /