// 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 : CustDemandHead的字段元数据 * * @Author : 代码生成器创建 * * @Date : 2021-10-18 17:15:04 * ******************************************************************************/ var CustDemandHead_PlantNr = grmi.NewField("PlantNr", "[AP_CustDemandHead].PlantNr", "plantnr", grmi.TypeInt) var CustDemandHead_CustomerId = grmi.NewField("CustomerId", "[AP_CustDemandHead].CustomerId", "customerid", grmi.TypeString) var CustDemandHead_VersionId = grmi.NewField("VersionId", "[AP_CustDemandHead].VersionId", "versionid", grmi.TypeString) var CustDemandHead_Descr = grmi.NewField("Descr", "[AP_CustDemandHead].Descr", "descr", grmi.TypeString) var CustDemandHead_Status = grmi.NewField("Status", "[AP_CustDemandHead].Status", "status", grmi.TypeString) var CustDemandHead_PlanReleaseTime = grmi.NewField("PlanReleaseTime", "[AP_CustDemandHead].PlanReleaseTime", "planreleasetime", grmi.TypeDateTime) var CustDemandHead_ActualReleaseTime = grmi.NewField("ActualReleaseTime", "[AP_CustDemandHead].ActualReleaseTime", "actualreleasetime", grmi.TypeDateTime) var CustDemandHead_CreateMode = grmi.NewField("CreateMode", "[AP_CustDemandHead].CreateMode", "createmode", grmi.TypeString) var CustDemandHead_CreateUser = grmi.NewField("CreateUser", "[AP_CustDemandHead].CreateUser", "createuser", grmi.TypeString) var CustDemandHead_CtrlPara1 = grmi.NewField("CtrlPara1", "[AP_CustDemandHead].CtrlPara1", "ctrlpara1", grmi.TypeInt) var CustDemandHead_CtrlPara2 = grmi.NewField("CtrlPara2", "[AP_CustDemandHead].CtrlPara2", "ctrlpara2", grmi.TypeInt) var CustDemandHead_CtrlStr1 = grmi.NewField("CtrlStr1", "[AP_CustDemandHead].CtrlStr1", "ctrlstr1", grmi.TypeString) var CustDemandHead_CtrlStr2 = grmi.NewField("CtrlStr2", "[AP_CustDemandHead].CtrlStr2", "ctrlstr2", grmi.TypeString) var CustDemandHead_CtrlTime1 = grmi.NewField("CtrlTime1", "[AP_CustDemandHead].CtrlTime1", "ctrltime1", grmi.TypeDateTime) var CustDemandHead_CtrlTime2 = grmi.NewField("CtrlTime2", "[AP_CustDemandHead].CtrlTime2", "ctrltime2", grmi.TypeDateTime) var CustDemandHead_LastModify = grmi.NewField("LastModify", "[AP_CustDemandHead].LastModify", "lastmodify", grmi.TypeDateTime) var CustDemandHead_LastUser = grmi.NewField("LastUser", "[AP_CustDemandHead].LastUser", "lastuser", grmi.TypeString) var CustDemandHead_CreateTime = grmi.NewField("CreateTime", "[AP_CustDemandHead].CreateTime", "createtime", grmi.TypeDateTime) var CustDemandHead_CreateYear = grmi.NewField("CreateYear", "[AP_CustDemandHead].CreateYear", "createyear", grmi.TypeString) var CustDemandHead_CreateWeek = grmi.NewField("CreateWeek", "[AP_CustDemandHead].CreateWeek", "createweek", grmi.TypeString) /****************************************************************************** * * @Description : CustDemandHead的元数据 * * @Author : 代码生成器创建 * * @Date : 2021-10-18 17:15:04 * ******************************************************************************/ var CustDemandHead = grmi.NewEntity( "AP_CustDemandHead", func() interface{} { return &model.CustDemandHead{} }, map[string]grmi.Field{ CustDemandHead_PlantNr.Name: CustDemandHead_PlantNr, CustDemandHead_CustomerId.Name: CustDemandHead_CustomerId, CustDemandHead_VersionId.Name: CustDemandHead_VersionId, CustDemandHead_Descr.Name: CustDemandHead_Descr, CustDemandHead_Status.Name: CustDemandHead_Status, CustDemandHead_PlanReleaseTime.Name: CustDemandHead_PlanReleaseTime, CustDemandHead_ActualReleaseTime.Name: CustDemandHead_ActualReleaseTime, CustDemandHead_CreateMode.Name: CustDemandHead_CreateMode, CustDemandHead_CreateUser.Name: CustDemandHead_CreateUser, CustDemandHead_CtrlPara1.Name: CustDemandHead_CtrlPara1, CustDemandHead_CtrlPara2.Name: CustDemandHead_CtrlPara2, CustDemandHead_CtrlStr1.Name: CustDemandHead_CtrlStr1, CustDemandHead_CtrlStr2.Name: CustDemandHead_CtrlStr2, CustDemandHead_CtrlTime1.Name: CustDemandHead_CtrlTime1, CustDemandHead_CtrlTime2.Name: CustDemandHead_CtrlTime2, CustDemandHead_LastModify.Name: CustDemandHead_LastModify, CustDemandHead_LastUser.Name: CustDemandHead_LastUser, CustDemandHead_CreateTime.Name: CustDemandHead_CreateTime, CustDemandHead_CreateYear.Name: CustDemandHead_CreateYear, CustDemandHead_CreateWeek.Name: CustDemandHead_CreateWeek, }, []string{"PlantNr"}, []string{"Descr", "Status", "PlanReleaseTime", "ActualReleaseTime", "CreateMode", "CreateUser", "CtrlPara1", "CtrlPara2", "CtrlStr1", "CtrlStr2", "CtrlTime1", "CtrlTime2", "LastUser", "CreateYear", "CreateWeek"})