忽略dll文件git
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
using Hncore.Infrastructure.WebApi;
|
||||
using Hncore.Pass.Manage.Domain;
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.ManageDataDomain.Request
|
||||
{
|
||||
public class BindDataDomainRequest
|
||||
{
|
||||
public System.Int32 Managerid { get; set; }
|
||||
public System.Int32[] Projectcodes { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
using Hncore.Infrastructure.WebApi;
|
||||
using Hncore.Pass.Manage.Domain;
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.ManageDataDomain.Request
|
||||
{
|
||||
public class BindDataDomainRequest
|
||||
{
|
||||
public System.Int32 Managerid { get; set; }
|
||||
public System.Int32[] Projectcodes { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user