zoukankan      html  css  js  c++  java
  • SSTS架构图

    1.SSTS

      

    1)Common

      Entities.Extensions

      Platform.Common

    2)Model

      SSTS.Model

      

     3)DAL

      SSTS.IDAL(引用:Entities.Extensions、SSTS.Model)

      

       SSTS.DAL(引用:Entities.Extensions、SSTS.Model、SSTS.IDAL)

      

       SSTS.DALContainer(引用:SSTS.IDAL、SSTS.DAL)

      

     4)BLL

      SSTS.IBLL(引用:SSTS.Model)

      

      SSTS.BLL(引用:Entities.Extensions、Platform.Common、SSTS.Model、SSTS.IDAL、SSTS.DAL、SSTS.IBLL)

      

      SSTS.BLLContainer(引用:SSTS.IBLL、SSTS.BLL)

      

    5)UI

      SSTS.UI(引用:Entities.Extensions、Platform.Common、SSTS.Model、SSTS.IDAL、SSTS.DAL、SSTS.IBLL、SSTS.BLL)

      

      SSTS.TSUI(引用:SSTS.TSBLL)

      

    6)Preconsole

      

    2.Manage

      

     3.BankHospital/Canteen/.....

      

    1)TestingEnvironment

      

     2)AdapterService

        

    3)SimulateWeb

      

    4)WebUI

      

  • 相关阅读:
    Oracle第五周测验
    软件测试第五周
    Oracle第四周作业
    c++第二章测试
    软件测试第四章
    软件测试 第三章
    Centos 安装.NET Core环境
    .net core 集成极光推送
    Swagger添加文件上传测试
    linux firewall
  • 原文地址:https://www.cnblogs.com/lizhigang/p/13843972.html
Copyright © 2011-2022 走看看