采购订单添加物料功能
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Yi.Framework.Common.IOCOptions
|
||||
{
|
||||
public class JWTTokenOptions
|
||||
{
|
||||
public string Audience { get; set; }
|
||||
|
||||
public string Issuer { get; set; }
|
||||
|
||||
public string DefaultScheme { get; set; }
|
||||
public int Expiration { get; set; }
|
||||
|
||||
public int ReExpiration { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user