|
// 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 : PrintInfoCreateRecord的字段元数据
|
|
*
|
|
* @Author : 代码生成器创建
|
|
*
|
|
* @Date : 2021-09-16 13:10:56
|
|
*
|
|
******************************************************************************/
|
|
var PrintInfoCreateRecord_PlantNr = grmi.NewField("PlantNr", "PrintInfoCreateRecord.PlantNr", "plantnr", grmi.TypeInt)
|
|
var PrintInfoCreateRecord_WorkLineid = grmi.NewField("WorkLineid", "PrintInfoCreateRecord.WorkLineid", "worklineid", grmi.TypeString)
|
|
var PrintInfoCreateRecord_SerialOrderId = grmi.NewField("SerialOrderId", "PrintInfoCreateRecord.SerialOrderId", "serialorderid", grmi.TypeString)
|
|
var PrintInfoCreateRecord_TemplateId = grmi.NewField("TemplateId", "PrintInfoCreateRecord.TemplateId", "templateid", grmi.TypeString)
|
|
var PrintInfoCreateRecord_SubmitPO = grmi.NewField("SubmitPO", "PrintInfoCreateRecord.SubmitPO", "submitpo", grmi.TypeInt)
|
|
var PrintInfoCreateRecord_SubmitWorkPlaceNr = grmi.NewField("SubmitWorkPlaceNr", "PrintInfoCreateRecord.SubmitWorkPlaceNr", "submitworkplacenr", grmi.TypeString)
|
|
var PrintInfoCreateRecord_Status = grmi.NewField("Status", "PrintInfoCreateRecord.Status", "status", grmi.TypeInt)
|
|
var PrintInfoCreateRecord_CreateId = grmi.NewField("CreateId", "PrintInfoCreateRecord.CreateId", "createid", grmi.TypeInt64)
|
|
var PrintInfoCreateRecord_LastModify = grmi.NewField("LastModify", "PrintInfoCreateRecord.LastModify", "lastmodify", grmi.TypeDateTime)
|
|
var PrintInfoCreateRecord_LastUser = grmi.NewField("LastUser", "PrintInfoCreateRecord.LastUser", "lastuser", grmi.TypeString)
|
|
var PrintInfoCreateRecord_CreateTime = grmi.NewField("CreateTime", "PrintInfoCreateRecord.CreateTime", "createtime", grmi.TypeDateTime)
|
|
|
|
/******************************************************************************
|
|
*
|
|
* @Description : PrintInfoCreateRecord的元数据
|
|
*
|
|
* @Author : 代码生成器创建
|
|
*
|
|
* @Date : 2021-09-16 13:10:56
|
|
*
|
|
******************************************************************************/
|
|
var PrintInfoCreateRecord = grmi.NewEntity(
|
|
"PrintInfoCreateRecord",
|
|
func() interface{} { return &model.PrintInfoCreateRecord{} },
|
|
map[string]grmi.Field{
|
|
PrintInfoCreateRecord_PlantNr.Name: PrintInfoCreateRecord_PlantNr,
|
|
PrintInfoCreateRecord_WorkLineid.Name: PrintInfoCreateRecord_WorkLineid,
|
|
PrintInfoCreateRecord_SerialOrderId.Name: PrintInfoCreateRecord_SerialOrderId,
|
|
PrintInfoCreateRecord_TemplateId.Name: PrintInfoCreateRecord_TemplateId,
|
|
PrintInfoCreateRecord_SubmitPO.Name: PrintInfoCreateRecord_SubmitPO,
|
|
PrintInfoCreateRecord_SubmitWorkPlaceNr.Name: PrintInfoCreateRecord_SubmitWorkPlaceNr,
|
|
PrintInfoCreateRecord_Status.Name: PrintInfoCreateRecord_Status,
|
|
PrintInfoCreateRecord_CreateId.Name: PrintInfoCreateRecord_CreateId,
|
|
PrintInfoCreateRecord_LastModify.Name: PrintInfoCreateRecord_LastModify,
|
|
PrintInfoCreateRecord_LastUser.Name: PrintInfoCreateRecord_LastUser,
|
|
PrintInfoCreateRecord_CreateTime.Name: PrintInfoCreateRecord_CreateTime,
|
|
},
|
|
[]string{"PlantNr"},
|
|
[]string{"TemplateId", "SubmitPO", "SubmitWorkPlaceNr", "Status", "CreateId", "LastUser"})
|