You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
574 B

  1. using Learun.Util;
  2. using System.Collections.Generic;
  3. namespace Learun.Application.Base.SystemModule
  4. {
  5. /// <summary>
  6. /// 版 本 Learun-ADMS-Ultimate V7.0.0 数字化智慧校园
  7. /// Copyright (c) 2013-2018 北京泉江科技有限公司
  8. /// 创 建:超级管理员
  9. /// 日 期:2017-12-19 12:03
  10. /// 描 述:系统数据初始化
  11. /// </summary>
  12. public interface DatabaseInitIBLL
  13. {
  14. /// <summary>
  15. /// 系统数据初始化
  16. /// <summary>
  17. /// <returns></returns>
  18. void InitDatabase();
  19. }
  20. }