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

      

  • 相关阅读:
    Python3之json文件操作
    Python3之MySQL操作
    使用requests模块的网络编程
    Python 判断小数的函数
    python之函数
    CPUID
    .inc
    probe,victim,
    coolcode
    Linux vim 常用方法
  • 原文地址:https://www.cnblogs.com/lizhigang/p/13843972.html
Copyright © 2011-2022 走看看