ViewUserSelfAuditRepository.gen.cs 1.1 KB

1234567891011121314151617181920212223242526272829
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 对此文件的更改可能会导致不正确的行为,并且如果
  5. // 重新生成代码,这些更改将会丢失。
  6. // 如存在本生成代码外的新需求,请在相同命名空间下创建同名分部类实现 ViewUserSelfAuditRepository 分部方法。
  7. // </auto-generated>
  8. //
  9. // <copyright file="ViewUserSelfAuditRepository.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-30 11:00
  16. // </copyright>
  17. //------------------------------------------------------------------------------
  18. using YZXYH.Repository.Models;
  19. using YZXYH.Repository.Interface;
  20. namespace YZXYH.Repository
  21. {
  22. public partial class ViewUserSelfAuditRepository:BaseRepository<ViewUserSelfAudit>,IViewUserSelfAuditRepository
  23. {
  24. public ViewUserSelfAuditRepository(Yzxyh2017Context context) : base(context)
  25. {
  26. }
  27. }
  28. }