|
|
@ -13,7 +13,7 @@ import ( |
|
|
|
* |
|
|
|
* @Author : 代码生成器创建 |
|
|
|
* |
|
|
|
* @Date : 2021-04-22 11:27:55 |
|
|
|
* @Date : 2021-04-27 14:21:19 |
|
|
|
* |
|
|
|
******************************************************************************/ |
|
|
|
var ArtDemandLst_PlantNr = grmi.NewField("PlantNr", "LOG_ArtDemandLst.PlantNr", "plantnr", grmi.TypeInt) |
|
|
@ -42,6 +42,7 @@ var ArtDemandLst_DemandCtrlPara3 = grmi.NewField("DemandCtrlPara3", "LOG_ArtDema |
|
|
|
var ArtDemandLst_DemandCtrlPara4 = grmi.NewField("DemandCtrlPara4", "LOG_ArtDemandLst.DemandCtrlPara4", "demandctrlpara4", grmi.TypeString) |
|
|
|
var ArtDemandLst_DemandCtrlTime1 = grmi.NewField("DemandCtrlTime1", "LOG_ArtDemandLst.DemandCtrlTime1", "demandctrltime1", grmi.TypeDateTime) |
|
|
|
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_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) |
|
|
@ -52,7 +53,7 @@ var ArtDemandLst_CreateTime = grmi.NewField("CreateTime", "LOG_ArtDemandLst.Crea |
|
|
|
* |
|
|
|
* @Author : 代码生成器创建 |
|
|
|
* |
|
|
|
* @Date : 2021-04-22 11:27:55 |
|
|
|
* @Date : 2021-04-27 14:21:19 |
|
|
|
* |
|
|
|
******************************************************************************/ |
|
|
|
var ArtDemandLst = grmi.NewEntity( |
|
|
@ -85,9 +86,10 @@ var ArtDemandLst = grmi.NewEntity( |
|
|
|
ArtDemandLst_DemandCtrlPara4.Name: ArtDemandLst_DemandCtrlPara4, |
|
|
|
ArtDemandLst_DemandCtrlTime1.Name: ArtDemandLst_DemandCtrlTime1, |
|
|
|
ArtDemandLst_DemandCtrlTime2.Name: ArtDemandLst_DemandCtrlTime2, |
|
|
|
ArtDemandLst_OrderStatus.Name: ArtDemandLst_OrderStatus, |
|
|
|
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", "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", "LastUser"}) |