Files
Yi.Admin/Yi.Framework.Net5/Yi.Framework.Common/Const/JobConst.cs

18 lines
304 B
C#
Raw Normal View History

2021-11-03 18:14:44 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.Common.Const
{
public class JobConst
{
public const string url = nameof(url);
public const string method = nameof(method);
}
}