|
|
@ -13,7 +13,7 @@ import ( |
|
|
|
* |
|
|
|
* @Author : 代码生成器创建 |
|
|
|
* |
|
|
|
* @Date : 2021-05-10 16:21:26 |
|
|
|
* @Date : 2021-05-10 17:10:28 |
|
|
|
* |
|
|
|
******************************************************************************/ |
|
|
|
var ArtDemandLst_PlantNr = grmi.NewField("PlantNr", "LOG_ArtDemandLst.PlantNr", "plantnr", grmi.TypeInt) |
|
|
@ -44,6 +44,7 @@ var ArtDemandLst_DemandCtrlTime1 = grmi.NewField("DemandCtrlTime1", "LOG_ArtDema |
|
|
|
var ArtDemandLst_DemandCtrlTime2 = grmi.NewField("DemandCtrlTime2", "LOG_ArtDemandLst.DemandCtrlTime2", "demandctrltime2", grmi.TypeDateTime) |
|
|
|
var ArtDemandLst_OrderStatus = grmi.NewField("OrderStatus", "LOG_ArtDemandLst.OrderStatus", "orderstatus", grmi.TypeInt) |
|
|
|
var ArtDemandLst_ReleaseQty = grmi.NewField("ReleaseQty", "LOG_ArtDemandLst.ReleaseQty", "releaseqty", grmi.TypeFloat64) |
|
|
|
var ArtDemandLst_Source = grmi.NewField("Source", "LOG_ArtDemandLst.Source", "source", grmi.TypeString) |
|
|
|
var ArtDemandLst_LastModify = grmi.NewField("LastModify", "LOG_ArtDemandLst.LastModify", "lastmodify", grmi.TypeDateTime) |
|
|
|
var ArtDemandLst_LastUser = grmi.NewField("LastUser", "LOG_ArtDemandLst.LastUser", "lastuser", grmi.TypeString) |
|
|
|
var ArtDemandLst_CreateTime = grmi.NewField("CreateTime", "LOG_ArtDemandLst.CreateTime", "createtime", grmi.TypeDateTime) |
|
|
@ -54,7 +55,7 @@ var ArtDemandLst_CreateTime = grmi.NewField("CreateTime", "LOG_ArtDemandLst.Crea |
|
|
|
* |
|
|
|
* @Author : 代码生成器创建 |
|
|
|
* |
|
|
|
* @Date : 2021-05-10 16:21:26 |
|
|
|
* @Date : 2021-05-10 17:10:28 |
|
|
|
* |
|
|
|
******************************************************************************/ |
|
|
|
var ArtDemandLst = grmi.NewEntity( |
|
|
@ -89,9 +90,10 @@ var ArtDemandLst = grmi.NewEntity( |
|
|
|
ArtDemandLst_DemandCtrlTime2.Name: ArtDemandLst_DemandCtrlTime2, |
|
|
|
ArtDemandLst_OrderStatus.Name: ArtDemandLst_OrderStatus, |
|
|
|
ArtDemandLst_ReleaseQty.Name: ArtDemandLst_ReleaseQty, |
|
|
|
ArtDemandLst_Source.Name: ArtDemandLst_Source, |
|
|
|
ArtDemandLst_LastModify.Name: ArtDemandLst_LastModify, |
|
|
|
ArtDemandLst_LastUser.Name: ArtDemandLst_LastUser, |
|
|
|
ArtDemandLst_CreateTime.Name: ArtDemandLst_CreateTime, |
|
|
|
}, |
|
|
|
[]string{"PlantNr"}, |
|
|
|
[]string{"ArtId", "DemandTime", "DemandYear", "DemandMonth", "DemandWeek", "DemandDate", "DemandHour", "DemandQty", "QtyUomId", "DemandObjId", "DemandType", "Status", "DemandSendTime", "DemandRecieveTime", "DemandConfirmTime", "DemandCloseTime", "DemandDeliveredQty", "DemandCtrlPara1", "DemandCtrlPara2", "DemandCtrlPara3", "DemandCtrlPara4", "DemandCtrlTime1", "DemandCtrlTime2", "OrderStatus", "ReleaseQty", "LastUser"}) |
|
|
|
[]string{"ArtId", "DemandTime", "DemandYear", "DemandMonth", "DemandWeek", "DemandDate", "DemandHour", "DemandQty", "QtyUomId", "DemandObjId", "DemandType", "Status", "DemandSendTime", "DemandRecieveTime", "DemandConfirmTime", "DemandCloseTime", "DemandDeliveredQty", "DemandCtrlPara1", "DemandCtrlPara2", "DemandCtrlPara3", "DemandCtrlPara4", "DemandCtrlTime1", "DemandCtrlTime2", "OrderStatus", "ReleaseQty", "Source", "LastUser"}) |