添加项目文件。

This commit is contained in:
jl
2023-01-13 15:30:20 +08:00
parent 40ed216831
commit bf208bde56
834 changed files with 470902 additions and 0 deletions

View File

@ -0,0 +1,31 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.Mvc;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Epost.TestToolsWeb;
using Epost.Model;
using Epost.Common;
using System.Configuration;
using Epost.BLL;
using System.Data;
using Epost.DAL.Cache;
using static Epost.Common.LogHelper;
namespace Epost.TestToolsWeb.Tests.Controllers
{
[TestClass]
public class HomeControllerTest
{
OrderBLL bll = new OrderBLL();
WmsTaskBLL wmsbll = new WmsTaskBLL();
AddressstorageBLL addrBLL = new AddressstorageBLL();
CommandBLL combll = new CommandBLL();
ScanModelCacheDAL scanCacheDAL = new ScanModelCacheDAL();
JobModelCacheDAL JobCache = new JobModelCacheDAL();
}
}