SlmBaseMaterialFPlEntity .cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.ComponentModel;
  6. using Core.Mes.Client.Comm.Attribute;
  7. namespace Core.StlMes.Client.SaleOrder
  8. {
  9. /// <summary>
  10. /// 数据库表SLM_BASE_MATERIAL_F_PL所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:Chenxi-PC2 时间:2015-09-11
  12. /// </summary>
  13. public class SlmBaseMaterialFPlEntity
  14. {
  15. private string plineLevel;
  16. [Description("优先级")]
  17. public string PlineLevel
  18. {
  19. get { return plineLevel; }
  20. set { plineLevel = value; }
  21. }
  22. /// <summary>
  23. /// 投入物料编码
  24. /// </summary>
  25. private string inMaterialNo = "";
  26. /// <summary>
  27. /// 产出物料编码
  28. /// </summary>
  29. private string outMaterialNo = "";
  30. /// <summary>
  31. /// 产线代码
  32. /// </summary>
  33. private string plineCode = "";
  34. /// <summary>
  35. /// 产线描述
  36. /// </summary>
  37. private string plineName = "";
  38. /// <summary>
  39. /// 小时能力(t/h)
  40. /// </summary>
  41. private decimal? hrCapcty = null;
  42. /// <summary>
  43. /// 成材率(%)
  44. /// </summary>
  45. private decimal? prdRate = null;
  46. /// <summary>
  47. /// 禁用标识(依据监制点的信息可以获取)
  48. /// </summary>
  49. private bool disableFl = false;
  50. /// <summary>
  51. /// 每万支废品数
  52. /// </summary>
  53. private decimal? wasteRate = null;
  54. /// <summary>
  55. /// 创建人
  56. /// </summary>
  57. private string createName = "";
  58. /// <summary>
  59. /// 创建时间
  60. /// </summary>
  61. private string createTime = "";
  62. /// <summary>
  63. /// 修改人
  64. /// </summary>
  65. private string updateName = "";
  66. /// <summary>
  67. /// 修改时间
  68. /// </summary>
  69. private string updateTime = "";
  70. /// <summary>
  71. /// 删除人
  72. /// </summary>
  73. private string deleteName = "";
  74. /// <summary>
  75. /// 删除时间
  76. /// </summary>
  77. private string deleteTime = "";
  78. private string inMaterialDesc = "";
  79. private string outMaterialDesc = "";
  80. private string processingCost = "";
  81. /// <summary>
  82. /// 加工成本
  83. /// </summary>
  84. [Description("加工费")]
  85. [Nullable(false)]
  86. [DataLength(30)]
  87. public string ProcessingCost
  88. {
  89. get { return processingCost; }
  90. set { processingCost = value; }
  91. }
  92. private string totalCost = "";
  93. /// <summary>
  94. /// 完全成本
  95. /// </summary>
  96. [Description("工序成本")]
  97. [Nullable(false)]
  98. [DataLength(30)]
  99. public string TotalCost
  100. {
  101. get { return totalCost; }
  102. set { totalCost = value; }
  103. }
  104. /// <summary>
  105. /// 投入物料编码
  106. /// </summary>
  107. [Description("投入物料编码")]
  108. [Nullable(false)]
  109. [DataLength(30)]
  110. public string InMaterialNo
  111. {
  112. get { return inMaterialNo; }
  113. set { inMaterialNo = value; }
  114. }
  115. /// <summary>
  116. /// 产出物料编码
  117. /// </summary>
  118. [Description("产出物料编码")]
  119. [Nullable(false)]
  120. [DataLength(30)]
  121. public string OutMaterialNo
  122. {
  123. get { return outMaterialNo; }
  124. set { outMaterialNo = value; }
  125. }
  126. /// <summary>
  127. /// 产线代码
  128. /// </summary>
  129. [Description("产线代码")]
  130. [Nullable(false)]
  131. [DataLength(20)]
  132. public string PlineCode
  133. {
  134. get { return plineCode; }
  135. set { plineCode = value; }
  136. }
  137. /// <summary>
  138. /// 产线描述
  139. /// </summary>
  140. [Description("产线描述")]
  141. [Nullable(false)]
  142. [DataLength(100)]
  143. public string PlineName
  144. {
  145. get { return plineName; }
  146. set { plineName = value; }
  147. }
  148. /// <summary>
  149. /// 小时能力(t/h)
  150. /// </summary>
  151. [Description("小时能力(支/小时)")]
  152. [Nullable(true)]
  153. [DataLength(8)]
  154. public decimal? HrCapcty
  155. {
  156. get { return hrCapcty; }
  157. set { hrCapcty = value; }
  158. }
  159. /// <summary>
  160. /// 成材率(%)
  161. /// </summary>
  162. [Description("成材率(%)")]
  163. [Nullable(true)]
  164. [DataLength(4)]
  165. public decimal? PrdRate
  166. {
  167. get { return prdRate; }
  168. set { prdRate = value; }
  169. }
  170. /// <summary>
  171. /// 禁用标识(依据监制点的信息可以获取)
  172. /// </summary>
  173. [Description("禁用标识")]
  174. [Nullable(true)]
  175. [DataLength(1)]
  176. public bool DisableFl
  177. {
  178. get { return disableFl; }
  179. set { disableFl = value; }
  180. }
  181. /// <summary>
  182. /// 每万支废品数
  183. /// </summary>
  184. [Description("每万支废品数")]
  185. [Nullable(true)]
  186. [DataLength(22)]
  187. public decimal? WasteRate
  188. {
  189. get { return wasteRate; }
  190. set { wasteRate = value; }
  191. }
  192. /// <summary>
  193. /// 创建人
  194. /// </summary>
  195. [Description("创建人")]
  196. [Nullable(true)]
  197. [DataLength(20)]
  198. public string CreateName
  199. {
  200. get { return createName; }
  201. set { createName = value; }
  202. }
  203. /// <summary>
  204. /// 创建时间
  205. /// </summary>
  206. [Description("创建时间")]
  207. [Nullable(true)]
  208. public string CreateTime
  209. {
  210. get { return createTime; }
  211. set { createTime = value; }
  212. }
  213. /// <summary>
  214. /// 修改人
  215. /// </summary>
  216. [Description("修改人")]
  217. [Nullable(true)]
  218. [DataLength(20)]
  219. public string UpdateName
  220. {
  221. get { return updateName; }
  222. set { updateName = value; }
  223. }
  224. /// <summary>
  225. /// 修改时间
  226. /// </summary>
  227. [Description("修改时间")]
  228. [Nullable(true)]
  229. public string UpdateTime
  230. {
  231. get { return updateTime; }
  232. set { updateTime = value; }
  233. }
  234. /// <summary>
  235. /// 删除人
  236. /// </summary>
  237. [Description("删除人")]
  238. [Nullable(true)]
  239. [DataLength(20)]
  240. public string DeleteName
  241. {
  242. get { return deleteName; }
  243. set { deleteName = value; }
  244. }
  245. /// <summary>
  246. /// 删除时间
  247. /// </summary>
  248. [Description("删除时间")]
  249. [Nullable(true)]
  250. public string DeleteTime
  251. {
  252. get { return deleteTime; }
  253. set { deleteTime = value; }
  254. }
  255. /// <summary>
  256. /// 投入物料
  257. /// </summary>
  258. [Description("投入物料")]
  259. public string InMaterialDesc
  260. {
  261. get { return inMaterialDesc; }
  262. set { inMaterialDesc = value; }
  263. }
  264. /// <summary>
  265. /// 产出物料
  266. /// </summary>
  267. [Description("产出物料")]
  268. public string OutMaterialDesc
  269. {
  270. get { return outMaterialDesc; }
  271. set { outMaterialDesc = value; }
  272. }
  273. }
  274. }