ClassDef.cs 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace Core.StlMes.Client.PlnSaleOrd.PlanStove
  6. {
  7. /// <summary>
  8. /// 实体类的全名命名
  9. /// </summary>
  10. public class ClassDef
  11. {
  12. //DBK
  13. public const string PlnOrderDbkSEntity = "com.steering.pss.plnsaleord.stove.entity.PlnOrderDbkSEntity";
  14. public const string PlnZyDbkMEntity = "com.steering.pss.plnsaleord.stove.entity.PlnZyDbkMEntity";
  15. //RCL
  16. public const string PlnOrderRclSEntity = "com.steering.pss.plnsaleord.stove.entity.PlnOrderRclSEntity";
  17. public const string PlnZyRclMEntity = "com.steering.pss.plnsaleord.stove.entity.PlnZyRclMEntity";
  18. //ZG
  19. public const string PlnOrderZgSEntity = "com.steering.pss.plnsaleord.stove.entity.PlnOrderZgSEntity";
  20. public const string PlnZyZgMEntity = "com.steering.pss.plnsaleord.stove.entity.PlnZyZgMEntity";
  21. public const string PlnZyZgCEntity = "com.steering.pss.plnsaleord.stove.entity.PlnZyZgCEntity";
  22. //JGX
  23. public const string PlnOrderJgxSEntity = "com.steering.pss.plnsaleord.stove.entity.PlnOrderJgxSEntity";
  24. public const string PlnZyJgxMEntity = "com.steering.pss.plnsaleord.stove.entity.PlnZyJgxMEntity";
  25. public const string PlnZyJgxCEntity = "com.steering.pss.plnsaleord.stove.entity.PlnZyJgxCEntity";
  26. }
  27. }