|
// Copyright (c) Shenyang Leading Edge Intelligent Technology Co., Ltd. All rights reserved.
|
|
|
|
package ap
|
|
|
|
import (
|
|
"leit.com/LAPP_CHEERSSON_BACKEND/grmi"
|
|
model "leit.com/LAPP_CHEERSSON_BACKEND/models/ap"
|
|
)
|
|
|
|
/******************************************************************************
|
|
*
|
|
* @Description : CustDemandVerHead的字段元数据
|
|
*
|
|
* @Author : 代码生成器创建
|
|
*
|
|
* @Date : 2021-09-07 15:50:55
|
|
*
|
|
******************************************************************************/
|
|
var CustDemandVerHead_PlantNr = grmi.NewField("PlantNr", "[AP_CustDemandVerHead].PlantNr", "plantnr", grmi.TypeInt)
|
|
var CustDemandVerHead_CustomerId = grmi.NewField("CustomerId", "[AP_CustDemandVerHead].CustomerId", "customerid", grmi.TypeString)
|
|
var CustDemandVerHead_VersionId = grmi.NewField("VersionId", "[AP_CustDemandVerHead].VersionId", "versionid", grmi.TypeString)
|
|
var CustDemandVerHead_Descr = grmi.NewField("Descr", "[AP_CustDemandVerHead].Descr", "descr", grmi.TypeString)
|
|
var CustDemandVerHead_Status = grmi.NewField("Status", "[AP_CustDemandVerHead].Status", "status", grmi.TypeString)
|
|
var CustDemandVerHead_GlobalPublish = grmi.NewField("GlobalPublish", "[AP_CustDemandVerHead].GlobalPublish", "globalpublish", grmi.TypeInt)
|
|
var CustDemandVerHead_PlanReleaseTime = grmi.NewField("PlanReleaseTime", "[AP_CustDemandVerHead].PlanReleaseTime", "planreleasetime", grmi.TypeDateTime)
|
|
var CustDemandVerHead_ActualReleaseTime = grmi.NewField("ActualReleaseTime", "[AP_CustDemandVerHead].ActualReleaseTime", "actualreleasetime", grmi.TypeDateTime)
|
|
var CustDemandVerHead_CreateMode = grmi.NewField("CreateMode", "[AP_CustDemandVerHead].CreateMode", "createmode", grmi.TypeString)
|
|
var CustDemandVerHead_CreateUser = grmi.NewField("CreateUser", "[AP_CustDemandVerHead].CreateUser", "createuser", grmi.TypeString)
|
|
var CustDemandVerHead_CtrlPara1 = grmi.NewField("CtrlPara1", "[AP_CustDemandVerHead].CtrlPara1", "ctrlpara1", grmi.TypeInt)
|
|
var CustDemandVerHead_CtrlPara2 = grmi.NewField("CtrlPara2", "[AP_CustDemandVerHead].CtrlPara2", "ctrlpara2", grmi.TypeInt)
|
|
var CustDemandVerHead_CtrlStr1 = grmi.NewField("CtrlStr1", "[AP_CustDemandVerHead].CtrlStr1", "ctrlstr1", grmi.TypeString)
|
|
var CustDemandVerHead_CtrlStr2 = grmi.NewField("CtrlStr2", "[AP_CustDemandVerHead].CtrlStr2", "ctrlstr2", grmi.TypeString)
|
|
var CustDemandVerHead_CtrlTime1 = grmi.NewField("CtrlTime1", "[AP_CustDemandVerHead].CtrlTime1", "ctrltime1", grmi.TypeDateTime)
|
|
var CustDemandVerHead_CtrlTime2 = grmi.NewField("CtrlTime2", "[AP_CustDemandVerHead].CtrlTime2", "ctrltime2", grmi.TypeDateTime)
|
|
var CustDemandVerHead_LastModify = grmi.NewField("LastModify", "[AP_CustDemandVerHead].LastModify", "lastmodify", grmi.TypeDateTime)
|
|
var CustDemandVerHead_LastUser = grmi.NewField("LastUser", "[AP_CustDemandVerHead].LastUser", "lastuser", grmi.TypeString)
|
|
var CustDemandVerHead_CreateTime = grmi.NewField("CreateTime", "[AP_CustDemandVerHead].CreateTime", "createtime", grmi.TypeDateTime)
|
|
var CustDemandVerHead_CreateYear = grmi.NewField("CreateYear", "[AP_CustDemandVerHead].CreateYear", "createyear", grmi.TypeString)
|
|
var CustDemandVerHead_CreateWeek = grmi.NewField("CreateWeek", "[AP_CustDemandVerHead].CreateWeek", "createweek", grmi.TypeString)
|
|
var CustDemandVerHead_PublishId = grmi.NewField("PublishId", "[AP_CustDemandVerHead].PublishId", "publishid", grmi.TypeString)
|
|
var CustDemandVerHead_PublishNumber = grmi.NewField("PublishNumber", "[AP_CustDemandVerHead].PublishNumber", "publishnumber", grmi.TypeString)
|
|
var CustDemandVerHead_PublishStatus = grmi.NewField("PublishStatus", "[AP_CustDemandVerHead].PublishStatus", "PublishStatus", grmi.TypeInt)
|
|
var CustDemandVerHead_MpsStatus = grmi.NewField("MpsStatus", "[AP_CustDemandVerHead].MpsStatus", "MpsStatus", grmi.TypeInt)
|
|
/******************************************************************************
|
|
*
|
|
* @Description : CustDemandVerHead的元数据
|
|
*
|
|
* @Author : 代码生成器创建
|
|
*
|
|
* @Date : 2021-09-07 15:50:55
|
|
*
|
|
******************************************************************************/
|
|
var CustDemandVerHead = grmi.NewEntity(
|
|
"AP_CustDemandVerHead",
|
|
func() interface{} { return &model.CustDemandVerHead{} },
|
|
map[string]grmi.Field{
|
|
CustDemandVerHead_PlantNr.Name: CustDemandVerHead_PlantNr,
|
|
CustDemandVerHead_CustomerId.Name: CustDemandVerHead_CustomerId,
|
|
CustDemandVerHead_VersionId.Name: CustDemandVerHead_VersionId,
|
|
CustDemandVerHead_Descr.Name: CustDemandVerHead_Descr,
|
|
CustDemandVerHead_GlobalPublish.Name: CustDemandVerHead_GlobalPublish,
|
|
CustDemandVerHead_Status.Name: CustDemandVerHead_Status,
|
|
CustDemandVerHead_PlanReleaseTime.Name: CustDemandVerHead_PlanReleaseTime,
|
|
CustDemandVerHead_ActualReleaseTime.Name: CustDemandVerHead_ActualReleaseTime,
|
|
CustDemandVerHead_CreateMode.Name: CustDemandVerHead_CreateMode,
|
|
CustDemandVerHead_CreateUser.Name: CustDemandVerHead_CreateUser,
|
|
CustDemandVerHead_CtrlPara1.Name: CustDemandVerHead_CtrlPara1,
|
|
CustDemandVerHead_CtrlPara2.Name: CustDemandVerHead_CtrlPara2,
|
|
CustDemandVerHead_CtrlStr1.Name: CustDemandVerHead_CtrlStr1,
|
|
CustDemandVerHead_CtrlStr2.Name: CustDemandVerHead_CtrlStr2,
|
|
CustDemandVerHead_CtrlTime1.Name: CustDemandVerHead_CtrlTime1,
|
|
CustDemandVerHead_CtrlTime2.Name: CustDemandVerHead_CtrlTime2,
|
|
CustDemandVerHead_LastModify.Name: CustDemandVerHead_LastModify,
|
|
CustDemandVerHead_LastUser.Name: CustDemandVerHead_LastUser,
|
|
CustDemandVerHead_CreateTime.Name: CustDemandVerHead_CreateTime,
|
|
CustDemandVerHead_CreateYear.Name: CustDemandVerHead_CreateYear,
|
|
CustDemandVerHead_CreateWeek.Name: CustDemandVerHead_CreateWeek,
|
|
CustDemandVerHead_PublishId.Name: CustDemandVerHead_PublishId,
|
|
CustDemandVerHead_PublishNumber.Name: CustDemandVerHead_PublishNumber,
|
|
CustDemandVerHead_PublishStatus.Name: CustDemandVerHead_PublishStatus,
|
|
CustDemandVerHead_MpsStatus.Name: CustDemandVerHead_MpsStatus,
|
|
},
|
|
[]string{"PlantNr"},
|
|
[]string{"Descr", "Status", "PlanReleaseTime", "GlobalPublish", "ActualReleaseTime", "CreateMode", "CreateUser", "CtrlPara1", "CtrlPara2", "CtrlStr1", "CtrlStr2", "CtrlTime1", "CtrlTime2", "LastUser", "CreateYear", "CreateWeek", "PublishId", "PublishNumber", "PublishStatus,MpsStatus"})
|