初始化项目
This commit is contained in:
15
AUTS.Domain.ViewModels/User/ResultAddUserVM.cs
Normal file
15
AUTS.Domain.ViewModels/User/ResultAddUserVM.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AUTS.Domain.ViewModels.User
|
||||
{
|
||||
public class ResultAddUserVM
|
||||
{
|
||||
public List<Entities.TBL_UTS_Manage_Company> companyList { get; set; }
|
||||
|
||||
public List<Entities.TBL_UTS_Manage_DBList> dbList { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user