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.

61 lines
4.2 KiB

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