| 1234567891011121314151617181920212223242526272829303132333435 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace Core.StlMes.Client.PlnSaleOrd.PlanStove
- {
- /// <summary>
- /// 实体类的全名命名
- /// </summary>
- public class ClassDef
- {
- //DBK
- public const string PlnOrderDbkSEntity = "com.steering.pss.plnsaleord.stove.entity.PlnOrderDbkSEntity";
- public const string PlnZyDbkMEntity = "com.steering.pss.plnsaleord.stove.entity.PlnZyDbkMEntity";
- //RCL
- public const string PlnOrderRclSEntity = "com.steering.pss.plnsaleord.stove.entity.PlnOrderRclSEntity";
- public const string PlnZyRclMEntity = "com.steering.pss.plnsaleord.stove.entity.PlnZyRclMEntity";
- //ZG
- public const string PlnOrderZgSEntity = "com.steering.pss.plnsaleord.stove.entity.PlnOrderZgSEntity";
- public const string PlnZyZgMEntity = "com.steering.pss.plnsaleord.stove.entity.PlnZyZgMEntity";
- public const string PlnZyZgCEntity = "com.steering.pss.plnsaleord.stove.entity.PlnZyZgCEntity";
- //JGX
- public const string PlnOrderJgxSEntity = "com.steering.pss.plnsaleord.stove.entity.PlnOrderJgxSEntity";
- public const string PlnZyJgxMEntity = "com.steering.pss.plnsaleord.stove.entity.PlnZyJgxMEntity";
- public const string PlnZyJgxCEntity = "com.steering.pss.plnsaleord.stove.entity.PlnZyJgxCEntity";
- }
- }
|