IIndustryInfoRepository.gen.cs 1006 B

1234567891011121314151617181920212223242526
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 对此文件的更改可能会导致不正确的行为,并且如果
  5. // 重新生成代码,这些更改将会丢失。
  6. // 如存在本生成代码外的新需求,请在相同命名空间下创建同名分部类实现 IIndustryInfoRepository 分部方法。
  7. // </auto-generated>
  8. //
  9. // <copyright file="IIndustryInfoRepository.gen.cs">
  10. // Copyright(c)2013 YUECN.All rights reserved.
  11. // CLR版本: v0.8
  12. // 开发组织:IWB
  13. // 公司网站:www.iwbnet.com
  14. // 所属工程: YZXYH
  15. // 生成时间:2017-07-23 23:19
  16. // </copyright>
  17. //------------------------------------------------------------------------------
  18. using YZXYH.Repository.Models;
  19. namespace YZXYH.Repository.Interface
  20. {
  21. public partial interface IIndustryInfoRepository:IBaseRepository<IndustryInfo>
  22. {
  23. }
  24. }