广汽安道拓Acura项目MES后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
4.2 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. // Copyright (c) Shenyang Leading Edge Intelligent Technology Co., Ltd. All rights reserved.
  2. package base
  3. import (
  4. "LAPP_ACURA_MOM_BACKEND/grmi"
  5. model "LAPP_ACURA_MOM_BACKEND/models/base"
  6. )
  7. /******************************************************************************
  8. *
  9. * @Description : OPCMonitorComDetailRule的字段元数据
  10. *
  11. * @Author : 代码生成器创建
  12. *
  13. * @Date : 2021-11-25 09:48:01
  14. *
  15. ******************************************************************************/
  16. var OPCMonitorComDetailRule_PlantNr = grmi.NewField("PlantNr", "[OPCMonitorComDetailRule].PlantNr", "plantnr", grmi.TypeInt)
  17. var OPCMonitorComDetailRule_OperationId = grmi.NewField("OperationId", "[OPCMonitorComDetailRule].OperationId", "operationid", grmi.TypeInt)
  18. var OPCMonitorComDetailRule_WorkPlaceNr = grmi.NewField("WorkPlaceNr", "[OPCMonitorComDetailRule].WorkPlaceNr", "workplacenr", grmi.TypeInt)
  19. var OPCMonitorComDetailRule_RuleId = grmi.NewField("RuleId", "[OPCMonitorComDetailRule].RuleId", "ruleid", grmi.TypeInt)
  20. var OPCMonitorComDetailRule_DetailId = grmi.NewField("DetailId", "[OPCMonitorComDetailRule].DetailId", "detailid", grmi.TypeInt)
  21. var OPCMonitorComDetailRule_PO = grmi.NewField("PO", "[OPCMonitorComDetailRule].PO", "po", grmi.TypeString)
  22. var OPCMonitorComDetailRule_StepNo = grmi.NewField("StepNo", "[OPCMonitorComDetailRule].StepNo", "stepno", grmi.TypeInt)
  23. var OPCMonitorComDetailRule_StepDesc = grmi.NewField("StepDesc", "[OPCMonitorComDetailRule].StepDesc", "stepdesc", grmi.TypeString)
  24. var OPCMonitorComDetailRule_ProjectId = grmi.NewField("ProjectId", "[OPCMonitorComDetailRule].ProjectId", "projectid", grmi.TypeString)
  25. var OPCMonitorComDetailRule_BaseOnType = grmi.NewField("BaseOnType", "[OPCMonitorComDetailRule].BaseOnType", "baseontype", grmi.TypeString)
  26. var OPCMonitorComDetailRule_BaseOnValue = grmi.NewField("BaseOnValue", "[OPCMonitorComDetailRule].BaseOnValue", "baseonvalue", grmi.TypeString)
  27. var OPCMonitorComDetailRule_DataType = grmi.NewField("DataType", "[OPCMonitorComDetailRule].DataType", "datatype", grmi.TypeString)
  28. var OPCMonitorComDetailRule_LastModify = grmi.NewField("LastModify", "[OPCMonitorComDetailRule].LastModify", "lastmodify", grmi.TypeDateTime)
  29. var OPCMonitorComDetailRule_LastUser = grmi.NewField("LastUser", "[OPCMonitorComDetailRule].LastUser", "lastuser", grmi.TypeString)
  30. var OPCMonitorComDetailRule_CreateTime = grmi.NewField("CreateTime", "[OPCMonitorComDetailRule].CreateTime", "createtime", grmi.TypeDateTime)
  31. /******************************************************************************
  32. *
  33. * @Description : OPCMonitorComDetailRule的元数据
  34. *
  35. * @Author : 代码生成器创建
  36. *
  37. * @Date : 2021-11-25 09:48:01
  38. *
  39. ******************************************************************************/
  40. var OPCMonitorComDetailRule = grmi.NewEntity(
  41. "OPCMonitorComDetailRule",
  42. func() interface{} { return &model.OPCMonitorComDetailRule{} },
  43. map[string]grmi.Field{
  44. OPCMonitorComDetailRule_PlantNr.Name: OPCMonitorComDetailRule_PlantNr,
  45. OPCMonitorComDetailRule_OperationId.Name: OPCMonitorComDetailRule_OperationId,
  46. OPCMonitorComDetailRule_WorkPlaceNr.Name: OPCMonitorComDetailRule_WorkPlaceNr,
  47. OPCMonitorComDetailRule_RuleId.Name: OPCMonitorComDetailRule_RuleId,
  48. OPCMonitorComDetailRule_DetailId.Name: OPCMonitorComDetailRule_DetailId,
  49. OPCMonitorComDetailRule_PO.Name: OPCMonitorComDetailRule_PO,
  50. OPCMonitorComDetailRule_StepNo.Name: OPCMonitorComDetailRule_StepNo,
  51. OPCMonitorComDetailRule_StepDesc.Name: OPCMonitorComDetailRule_StepDesc,
  52. OPCMonitorComDetailRule_ProjectId.Name: OPCMonitorComDetailRule_ProjectId,
  53. OPCMonitorComDetailRule_BaseOnType.Name: OPCMonitorComDetailRule_BaseOnType,
  54. OPCMonitorComDetailRule_BaseOnValue.Name: OPCMonitorComDetailRule_BaseOnValue,
  55. OPCMonitorComDetailRule_DataType.Name: OPCMonitorComDetailRule_DataType,
  56. OPCMonitorComDetailRule_LastModify.Name: OPCMonitorComDetailRule_LastModify,
  57. OPCMonitorComDetailRule_LastUser.Name: OPCMonitorComDetailRule_LastUser,
  58. OPCMonitorComDetailRule_CreateTime.Name: OPCMonitorComDetailRule_CreateTime,
  59. },
  60. []string{"PlantNr"},
  61. []string{"PO", "StepNo", "StepDesc", "ProjectId", "BaseOnType", "BaseOnValue", "DataType", "LastUser"})