EntityExtentions.cs 245 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace NXWMS.Client.Helper.Extends
  6. {
  7. /// <summary>
  8. /// 实体扩展
  9. /// </summary>
  10. public static class EntityExtentions
  11. {
  12. }
  13. }