|
// Copyright (c) Shenyang Leading Edge Intelligent Technology Co., Ltd. All rights reserved.
|
|
|
|
package base
|
|
|
|
import (
|
|
"LAPP_ACURA_MOM_BACKEND/grmi"
|
|
model "LAPP_ACURA_MOM_BACKEND/models/base"
|
|
)
|
|
|
|
/******************************************************************************
|
|
*
|
|
* @Description : OPCMonitorComDetailRule的字段元数据
|
|
*
|
|
* @Author : 代码生成器创建
|
|
*
|
|
* @Date : 2021-11-25 09:48:01
|
|
*
|
|
******************************************************************************/
|
|
var OPCMonitorComDetailRule_PlantNr = grmi.NewField("PlantNr", "[OPCMonitorComDetailRule].PlantNr", "plantnr", grmi.TypeInt)
|
|
var OPCMonitorComDetailRule_OperationId = grmi.NewField("OperationId", "[OPCMonitorComDetailRule].OperationId", "operationid", grmi.TypeInt)
|
|
var OPCMonitorComDetailRule_WorkPlaceNr = grmi.NewField("WorkPlaceNr", "[OPCMonitorComDetailRule].WorkPlaceNr", "workplacenr", grmi.TypeInt)
|
|
var OPCMonitorComDetailRule_RuleId = grmi.NewField("RuleId", "[OPCMonitorComDetailRule].RuleId", "ruleid", grmi.TypeInt)
|
|
var OPCMonitorComDetailRule_DetailId = grmi.NewField("DetailId", "[OPCMonitorComDetailRule].DetailId", "detailid", grmi.TypeInt)
|
|
var OPCMonitorComDetailRule_PO = grmi.NewField("PO", "[OPCMonitorComDetailRule].PO", "po", grmi.TypeString)
|
|
var OPCMonitorComDetailRule_StepNo = grmi.NewField("StepNo", "[OPCMonitorComDetailRule].StepNo", "stepno", grmi.TypeInt)
|
|
var OPCMonitorComDetailRule_StepDesc = grmi.NewField("StepDesc", "[OPCMonitorComDetailRule].StepDesc", "stepdesc", grmi.TypeString)
|
|
var OPCMonitorComDetailRule_ProjectId = grmi.NewField("ProjectId", "[OPCMonitorComDetailRule].ProjectId", "projectid", grmi.TypeString)
|
|
var OPCMonitorComDetailRule_BaseOnType = grmi.NewField("BaseOnType", "[OPCMonitorComDetailRule].BaseOnType", "baseontype", grmi.TypeString)
|
|
var OPCMonitorComDetailRule_BaseOnValue = grmi.NewField("BaseOnValue", "[OPCMonitorComDetailRule].BaseOnValue", "baseonvalue", grmi.TypeString)
|
|
var OPCMonitorComDetailRule_DataType = grmi.NewField("DataType", "[OPCMonitorComDetailRule].DataType", "datatype", grmi.TypeString)
|
|
var OPCMonitorComDetailRule_LastModify = grmi.NewField("LastModify", "[OPCMonitorComDetailRule].LastModify", "lastmodify", grmi.TypeDateTime)
|
|
var OPCMonitorComDetailRule_LastUser = grmi.NewField("LastUser", "[OPCMonitorComDetailRule].LastUser", "lastuser", grmi.TypeString)
|
|
var OPCMonitorComDetailRule_CreateTime = grmi.NewField("CreateTime", "[OPCMonitorComDetailRule].CreateTime", "createtime", grmi.TypeDateTime)
|
|
|
|
/******************************************************************************
|
|
*
|
|
* @Description : OPCMonitorComDetailRule的元数据
|
|
*
|
|
* @Author : 代码生成器创建
|
|
*
|
|
* @Date : 2021-11-25 09:48:01
|
|
*
|
|
******************************************************************************/
|
|
var OPCMonitorComDetailRule = grmi.NewEntity(
|
|
"OPCMonitorComDetailRule",
|
|
func() interface{} { return &model.OPCMonitorComDetailRule{} },
|
|
map[string]grmi.Field{
|
|
OPCMonitorComDetailRule_PlantNr.Name: OPCMonitorComDetailRule_PlantNr,
|
|
OPCMonitorComDetailRule_OperationId.Name: OPCMonitorComDetailRule_OperationId,
|
|
OPCMonitorComDetailRule_WorkPlaceNr.Name: OPCMonitorComDetailRule_WorkPlaceNr,
|
|
OPCMonitorComDetailRule_RuleId.Name: OPCMonitorComDetailRule_RuleId,
|
|
OPCMonitorComDetailRule_DetailId.Name: OPCMonitorComDetailRule_DetailId,
|
|
OPCMonitorComDetailRule_PO.Name: OPCMonitorComDetailRule_PO,
|
|
OPCMonitorComDetailRule_StepNo.Name: OPCMonitorComDetailRule_StepNo,
|
|
OPCMonitorComDetailRule_StepDesc.Name: OPCMonitorComDetailRule_StepDesc,
|
|
OPCMonitorComDetailRule_ProjectId.Name: OPCMonitorComDetailRule_ProjectId,
|
|
OPCMonitorComDetailRule_BaseOnType.Name: OPCMonitorComDetailRule_BaseOnType,
|
|
OPCMonitorComDetailRule_BaseOnValue.Name: OPCMonitorComDetailRule_BaseOnValue,
|
|
OPCMonitorComDetailRule_DataType.Name: OPCMonitorComDetailRule_DataType,
|
|
OPCMonitorComDetailRule_LastModify.Name: OPCMonitorComDetailRule_LastModify,
|
|
OPCMonitorComDetailRule_LastUser.Name: OPCMonitorComDetailRule_LastUser,
|
|
OPCMonitorComDetailRule_CreateTime.Name: OPCMonitorComDetailRule_CreateTime,
|
|
},
|
|
[]string{"PlantNr"},
|
|
[]string{"PO", "StepNo", "StepDesc", "ProjectId", "BaseOnType", "BaseOnValue", "DataType", "LastUser"})
|