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
3.4 KiB

// Copyright (c) Shenyang Leading Edge Intelligent Technology Co., Ltd. All rights reserved.
package base
import (
"LAPP_LF_MOM_BACKEND/grmi"
model "LAPP_LF_MOM_BACKEND/models/base"
)
/******************************************************************************
*
* @Description : OPCBasicComInfo的字段元数据
*
* @Author : 代码生成器创建
*
* @Date : 2021-08-13 16:59:07
*
******************************************************************************/
var OPCBasicComInfo_PlantNr = grmi.NewField("PlantNr", "OPCBasicComInfo.PlantNr", "plantnr", grmi.TypeInt)
var OPCBasicComInfo_OperationId = grmi.NewField("OperationId", "OPCBasicComInfo.OperationId", "operationid", grmi.TypeInt)
var OPCBasicComInfo_WorkPlaceNr = grmi.NewField("WorkPlaceNr", "OPCBasicComInfo.WorkPlaceNr", "workplacenr", grmi.TypeInt)
var OPCBasicComInfo_PO = grmi.NewField("PO", "OPCBasicComInfo.PO", "po", grmi.TypeInt)
var OPCBasicComInfo_StepNo = grmi.NewField("StepNo", "OPCBasicComInfo.StepNo", "stepno", grmi.TypeInt)
var OPCBasicComInfo_StepDesc = grmi.NewField("StepDesc", "OPCBasicComInfo.StepDesc", "stepdesc", grmi.TypeString)
var OPCBasicComInfo_ProjectId = grmi.NewField("ProjectId", "OPCBasicComInfo.ProjectId", "projectid", grmi.TypeString)
var OPCBasicComInfo_BrandName = grmi.NewField("BrandName", "OPCBasicComInfo.BrandName", "brandname", grmi.TypeString)
var OPCBasicComInfo_MachineType = grmi.NewField("MachineType", "OPCBasicComInfo.MachineType", "machinetype", grmi.TypeString)
var OPCBasicComInfo_IpAddress = grmi.NewField("IpAddress", "OPCBasicComInfo.IpAddress", "ipaddress", grmi.TypeString)
var OPCBasicComInfo_LastModify = grmi.NewField("LastModify", "OPCBasicComInfo.LastModify", "lastmodify", grmi.TypeDateTime)
var OPCBasicComInfo_LastUser = grmi.NewField("LastUser", "OPCBasicComInfo.LastUser", "lastuser", grmi.TypeString)
var OPCBasicComInfo_CreateTime = grmi.NewField("CreateTime", "OPCBasicComInfo.CreateTime", "createtime", grmi.TypeDateTime)
/******************************************************************************
*
* @Description : OPCBasicComInfo的元数据
*
* @Author : 代码生成器创建
*
* @Date : 2021-08-13 16:59:07
*
******************************************************************************/
var OPCBasicComInfo = grmi.NewEntity(
"OPCBasicComInfo",
func() interface{} { return &model.OPCBasicComInfo{} },
map[string]grmi.Field{
OPCBasicComInfo_PlantNr.Name: OPCBasicComInfo_PlantNr,
OPCBasicComInfo_OperationId.Name: OPCBasicComInfo_OperationId,
OPCBasicComInfo_WorkPlaceNr.Name: OPCBasicComInfo_WorkPlaceNr,
OPCBasicComInfo_PO.Name: OPCBasicComInfo_PO,
OPCBasicComInfo_StepNo.Name: OPCBasicComInfo_StepNo,
OPCBasicComInfo_StepDesc.Name: OPCBasicComInfo_StepDesc,
OPCBasicComInfo_ProjectId.Name: OPCBasicComInfo_ProjectId,
OPCBasicComInfo_BrandName.Name: OPCBasicComInfo_BrandName,
OPCBasicComInfo_MachineType.Name: OPCBasicComInfo_MachineType,
OPCBasicComInfo_IpAddress.Name: OPCBasicComInfo_IpAddress,
OPCBasicComInfo_LastModify.Name: OPCBasicComInfo_LastModify,
OPCBasicComInfo_LastUser.Name: OPCBasicComInfo_LastUser,
OPCBasicComInfo_CreateTime.Name: OPCBasicComInfo_CreateTime,
},
[]string{"PlantNr"},
[]string{"PO", "StepNo", "StepDesc", "ProjectId", "BrandName", "MachineType", "IpAddress", "LastUser"})