Browse Source

调整了字段名称

pull/192/head
allanwei 3 years ago
parent
commit
e6c8f27db1
6 changed files with 20 additions and 20 deletions
  1. +5
    -5
      meta/log/ArtDemandHead.meta.go
  2. +5
    -5
      meta/log/ArtDemandLst.meta.go
  3. +3
    -3
      models/log/ArtDemandHead.model.go
  4. +3
    -3
      models/log/ArtDemandLst.model.go
  5. +2
    -2
      services/log/implments/ArtDemandHead.service.impl.go
  6. +2
    -2
      services/log/implments/ArtDemandLst.service.impl.go

+ 5
- 5
meta/log/ArtDemandHead.meta.go View File

@ -13,7 +13,7 @@ import (
* *
* @Author : 代码生成器创建 * @Author : 代码生成器创建
* *
* @Date : 2021-05-10 17:10:28
* @Date : 2021-05-10 18:11:08
* *
******************************************************************************/ ******************************************************************************/
var ArtDemandHead_PlantNr = grmi.NewField("PlantNr", "LOG_ArtDemandHead.PlantNr", "plantnr", grmi.TypeInt) var ArtDemandHead_PlantNr = grmi.NewField("PlantNr", "LOG_ArtDemandHead.PlantNr", "plantnr", grmi.TypeInt)
@ -41,7 +41,7 @@ var ArtDemandHead_DemandCtrlPara4 = grmi.NewField("DemandCtrlPara4", "LOG_ArtDem
var ArtDemandHead_DemandCtrlTime1 = grmi.NewField("DemandCtrlTime1", "LOG_ArtDemandHead.DemandCtrlTime1", "demandctrltime1", grmi.TypeDateTime) var ArtDemandHead_DemandCtrlTime1 = grmi.NewField("DemandCtrlTime1", "LOG_ArtDemandHead.DemandCtrlTime1", "demandctrltime1", grmi.TypeDateTime)
var ArtDemandHead_DemandCtrlTime2 = grmi.NewField("DemandCtrlTime2", "LOG_ArtDemandHead.DemandCtrlTime2", "demandctrltime2", grmi.TypeDateTime) var ArtDemandHead_DemandCtrlTime2 = grmi.NewField("DemandCtrlTime2", "LOG_ArtDemandHead.DemandCtrlTime2", "demandctrltime2", grmi.TypeDateTime)
var ArtDemandHead_OrderStatus = grmi.NewField("OrderStatus", "LOG_ArtDemandHead.OrderStatus", "orderstatus", grmi.TypeInt) var ArtDemandHead_OrderStatus = grmi.NewField("OrderStatus", "LOG_ArtDemandHead.OrderStatus", "orderstatus", grmi.TypeInt)
var ArtDemandHead_ReleaseQty = grmi.NewField("ReleaseQty", "LOG_ArtDemandHead.ReleaseQty", "releaseqty", grmi.TypeFloat64)
var ArtDemandHead_UnproducedQty = grmi.NewField("UnproducedQty", "LOG_ArtDemandHead.UnproducedQty", "unproducedqty", grmi.TypeFloat64)
var ArtDemandHead_Source = grmi.NewField("Source", "LOG_ArtDemandHead.Source", "source", grmi.TypeString) var ArtDemandHead_Source = grmi.NewField("Source", "LOG_ArtDemandHead.Source", "source", grmi.TypeString)
var ArtDemandHead_LastModify = grmi.NewField("LastModify", "LOG_ArtDemandHead.LastModify", "lastmodify", grmi.TypeDateTime) var ArtDemandHead_LastModify = grmi.NewField("LastModify", "LOG_ArtDemandHead.LastModify", "lastmodify", grmi.TypeDateTime)
var ArtDemandHead_LastUser = grmi.NewField("LastUser", "LOG_ArtDemandHead.LastUser", "lastuser", grmi.TypeString) var ArtDemandHead_LastUser = grmi.NewField("LastUser", "LOG_ArtDemandHead.LastUser", "lastuser", grmi.TypeString)
@ -53,7 +53,7 @@ var ArtDemandHead_CreateTime = grmi.NewField("CreateTime", "LOG_ArtDemandHead.Cr
* *
* @Author : 代码生成器创建 * @Author : 代码生成器创建
* *
* @Date : 2021-05-10 17:10:28
* @Date : 2021-05-10 18:11:08
* *
******************************************************************************/ ******************************************************************************/
var ArtDemandHead = grmi.NewEntity( var ArtDemandHead = grmi.NewEntity(
@ -85,11 +85,11 @@ var ArtDemandHead = grmi.NewEntity(
ArtDemandHead_DemandCtrlTime1.Name: ArtDemandHead_DemandCtrlTime1, ArtDemandHead_DemandCtrlTime1.Name: ArtDemandHead_DemandCtrlTime1,
ArtDemandHead_DemandCtrlTime2.Name: ArtDemandHead_DemandCtrlTime2, ArtDemandHead_DemandCtrlTime2.Name: ArtDemandHead_DemandCtrlTime2,
ArtDemandHead_OrderStatus.Name: ArtDemandHead_OrderStatus, ArtDemandHead_OrderStatus.Name: ArtDemandHead_OrderStatus,
ArtDemandHead_ReleaseQty.Name: ArtDemandHead_ReleaseQty,
ArtDemandHead_UnproducedQty.Name: ArtDemandHead_UnproducedQty,
ArtDemandHead_Source.Name: ArtDemandHead_Source, ArtDemandHead_Source.Name: ArtDemandHead_Source,
ArtDemandHead_LastModify.Name: ArtDemandHead_LastModify, ArtDemandHead_LastModify.Name: ArtDemandHead_LastModify,
ArtDemandHead_LastUser.Name: ArtDemandHead_LastUser, ArtDemandHead_LastUser.Name: ArtDemandHead_LastUser,
ArtDemandHead_CreateTime.Name: ArtDemandHead_CreateTime, ArtDemandHead_CreateTime.Name: ArtDemandHead_CreateTime,
}, },
[]string{"PlantNr"}, []string{"PlantNr"},
[]string{"DemandType", "DemandYear", "DemandMonth", "DemandWeek", "DemandDate", "DemandHour", "DemandTime", "DemandQty", "QtyUomId", "Status", "DemandSendTime", "DemandRecieveTime", "DemandConfirmTime", "DemandCloseTime", "DemandDeliveredQty", "DemandCtrlPara1", "DemandCtrlPara2", "DemandCtrlPara3", "DemandCtrlPara4", "DemandCtrlTime1", "DemandCtrlTime2", "OrderStatus", "ReleaseQty", "Source", "LastUser"})
[]string{"DemandType", "DemandYear", "DemandMonth", "DemandWeek", "DemandDate", "DemandHour", "DemandTime", "DemandQty", "QtyUomId", "Status", "DemandSendTime", "DemandRecieveTime", "DemandConfirmTime", "DemandCloseTime", "DemandDeliveredQty", "DemandCtrlPara1", "DemandCtrlPara2", "DemandCtrlPara3", "DemandCtrlPara4", "DemandCtrlTime1", "DemandCtrlTime2", "OrderStatus", "UnproducedQty", "Source", "LastUser"})

+ 5
- 5
meta/log/ArtDemandLst.meta.go View File

@ -13,7 +13,7 @@ import (
* *
* @Author : 代码生成器创建 * @Author : 代码生成器创建
* *
* @Date : 2021-05-10 17:10:28
* @Date : 2021-05-10 18:11:08
* *
******************************************************************************/ ******************************************************************************/
var ArtDemandLst_PlantNr = grmi.NewField("PlantNr", "LOG_ArtDemandLst.PlantNr", "plantnr", grmi.TypeInt) var ArtDemandLst_PlantNr = grmi.NewField("PlantNr", "LOG_ArtDemandLst.PlantNr", "plantnr", grmi.TypeInt)
@ -43,7 +43,7 @@ var ArtDemandLst_DemandCtrlPara4 = grmi.NewField("DemandCtrlPara4", "LOG_ArtDema
var ArtDemandLst_DemandCtrlTime1 = grmi.NewField("DemandCtrlTime1", "LOG_ArtDemandLst.DemandCtrlTime1", "demandctrltime1", grmi.TypeDateTime) 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_DemandCtrlTime2 = grmi.NewField("DemandCtrlTime2", "LOG_ArtDemandLst.DemandCtrlTime2", "demandctrltime2", grmi.TypeDateTime)
var ArtDemandLst_OrderStatus = grmi.NewField("OrderStatus", "LOG_ArtDemandLst.OrderStatus", "orderstatus", grmi.TypeInt) 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_UnproducedQty = grmi.NewField("UnproducedQty", "LOG_ArtDemandLst.UnproducedQty", "unproducedqty", grmi.TypeFloat64)
var ArtDemandLst_Source = grmi.NewField("Source", "LOG_ArtDemandLst.Source", "source", grmi.TypeString) 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_LastModify = grmi.NewField("LastModify", "LOG_ArtDemandLst.LastModify", "lastmodify", grmi.TypeDateTime)
var ArtDemandLst_LastUser = grmi.NewField("LastUser", "LOG_ArtDemandLst.LastUser", "lastuser", grmi.TypeString) var ArtDemandLst_LastUser = grmi.NewField("LastUser", "LOG_ArtDemandLst.LastUser", "lastuser", grmi.TypeString)
@ -55,7 +55,7 @@ var ArtDemandLst_CreateTime = grmi.NewField("CreateTime", "LOG_ArtDemandLst.Crea
* *
* @Author : 代码生成器创建 * @Author : 代码生成器创建
* *
* @Date : 2021-05-10 17:10:28
* @Date : 2021-05-10 18:11:08
* *
******************************************************************************/ ******************************************************************************/
var ArtDemandLst = grmi.NewEntity( var ArtDemandLst = grmi.NewEntity(
@ -89,11 +89,11 @@ var ArtDemandLst = grmi.NewEntity(
ArtDemandLst_DemandCtrlTime1.Name: ArtDemandLst_DemandCtrlTime1, ArtDemandLst_DemandCtrlTime1.Name: ArtDemandLst_DemandCtrlTime1,
ArtDemandLst_DemandCtrlTime2.Name: ArtDemandLst_DemandCtrlTime2, ArtDemandLst_DemandCtrlTime2.Name: ArtDemandLst_DemandCtrlTime2,
ArtDemandLst_OrderStatus.Name: ArtDemandLst_OrderStatus, ArtDemandLst_OrderStatus.Name: ArtDemandLst_OrderStatus,
ArtDemandLst_ReleaseQty.Name: ArtDemandLst_ReleaseQty,
ArtDemandLst_UnproducedQty.Name: ArtDemandLst_UnproducedQty,
ArtDemandLst_Source.Name: ArtDemandLst_Source, ArtDemandLst_Source.Name: ArtDemandLst_Source,
ArtDemandLst_LastModify.Name: ArtDemandLst_LastModify, ArtDemandLst_LastModify.Name: ArtDemandLst_LastModify,
ArtDemandLst_LastUser.Name: ArtDemandLst_LastUser, ArtDemandLst_LastUser.Name: ArtDemandLst_LastUser,
ArtDemandLst_CreateTime.Name: ArtDemandLst_CreateTime, ArtDemandLst_CreateTime.Name: ArtDemandLst_CreateTime,
}, },
[]string{"PlantNr"}, []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", "Source", "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", "UnproducedQty", "Source", "LastUser"})

+ 3
- 3
models/log/ArtDemandHead.model.go View File

@ -16,7 +16,7 @@ import (
* *
* @Author : 代码生成器创建 * @Author : 代码生成器创建
* *
* @Date : 2021-05-10 17:10:28
* @Date : 2021-05-10 18:11:08
* *
******************************************************************************/ ******************************************************************************/
type ArtDemandHead struct { type ArtDemandHead struct {
@ -45,7 +45,7 @@ type ArtDemandHead struct {
DemandCtrlTime1 grmi.DateTime `xorm:"datetime 'DemandCtrlTime1'" json:"LOG_ArtDemandHead-DemandCtrlTime1"` DemandCtrlTime1 grmi.DateTime `xorm:"datetime 'DemandCtrlTime1'" json:"LOG_ArtDemandHead-DemandCtrlTime1"`
DemandCtrlTime2 grmi.DateTime `xorm:"datetime 'DemandCtrlTime2'" json:"LOG_ArtDemandHead-DemandCtrlTime2"` DemandCtrlTime2 grmi.DateTime `xorm:"datetime 'DemandCtrlTime2'" json:"LOG_ArtDemandHead-DemandCtrlTime2"`
OrderStatus int `xorm:"int 'OrderStatus' not null" json:"LOG_ArtDemandHead-OrderStatus"` OrderStatus int `xorm:"int 'OrderStatus' not null" json:"LOG_ArtDemandHead-OrderStatus"`
ReleaseQty float64 `xorm:"float 'ReleaseQty' not null" json:"LOG_ArtDemandHead-ReleaseQty"`
UnproducedQty float64 `xorm:"float 'UnproducedQty' not null" json:"LOG_ArtDemandHead-UnproducedQty"`
Source string `xorm:"nvarchar(20) 'Source' not null" json:"LOG_ArtDemandHead-Source"` Source string `xorm:"nvarchar(20) 'Source' not null" json:"LOG_ArtDemandHead-Source"`
LastModify grmi.DateTime `xorm:"datetime 'LastModify' not null updated" json:"LOG_ArtDemandHead-LastModify"` LastModify grmi.DateTime `xorm:"datetime 'LastModify' not null updated" json:"LOG_ArtDemandHead-LastModify"`
LastUser string `xorm:"nvarchar(20) 'LastUser' not null" json:"LOG_ArtDemandHead-LastUser"` LastUser string `xorm:"nvarchar(20) 'LastUser' not null" json:"LOG_ArtDemandHead-LastUser"`
@ -63,7 +63,7 @@ type ArtDemandHead struct {
* *
* @Author : 代码生成器创建 * @Author : 代码生成器创建
* *
* @Date : 2021-05-10 17:10:28
* @Date : 2021-05-10 18:11:08
* *
******************************************************************************/ ******************************************************************************/
func (self *ArtDemandHead) GetKey() core.PK { func (self *ArtDemandHead) GetKey() core.PK {


+ 3
- 3
models/log/ArtDemandLst.model.go View File

@ -16,7 +16,7 @@ import (
* *
* @Author : 代码生成器创建 * @Author : 代码生成器创建
* *
* @Date : 2021-05-10 17:10:28
* @Date : 2021-05-10 18:11:08
* *
******************************************************************************/ ******************************************************************************/
type ArtDemandLst struct { type ArtDemandLst struct {
@ -47,7 +47,7 @@ type ArtDemandLst struct {
DemandCtrlTime1 grmi.DateTime `xorm:"datetime 'DemandCtrlTime1'" json:"LOG_ArtDemandLst-DemandCtrlTime1"` DemandCtrlTime1 grmi.DateTime `xorm:"datetime 'DemandCtrlTime1'" json:"LOG_ArtDemandLst-DemandCtrlTime1"`
DemandCtrlTime2 grmi.DateTime `xorm:"datetime 'DemandCtrlTime2'" json:"LOG_ArtDemandLst-DemandCtrlTime2"` DemandCtrlTime2 grmi.DateTime `xorm:"datetime 'DemandCtrlTime2'" json:"LOG_ArtDemandLst-DemandCtrlTime2"`
OrderStatus int `xorm:"int 'OrderStatus' not null" json:"LOG_ArtDemandLst-OrderStatus"` OrderStatus int `xorm:"int 'OrderStatus' not null" json:"LOG_ArtDemandLst-OrderStatus"`
ReleaseQty float64 `xorm:"float 'ReleaseQty' not null" json:"LOG_ArtDemandLst-ReleaseQty"`
UnproducedQty float64 `xorm:"float 'UnproducedQty' not null" json:"LOG_ArtDemandLst-UnproducedQty"`
Source string `xorm:"nvarchar(20) 'Source'" json:"LOG_ArtDemandLst-Source"` Source string `xorm:"nvarchar(20) 'Source'" json:"LOG_ArtDemandLst-Source"`
LastModify grmi.DateTime `xorm:"datetime 'LastModify' not null updated" json:"LOG_ArtDemandLst-LastModify"` LastModify grmi.DateTime `xorm:"datetime 'LastModify' not null updated" json:"LOG_ArtDemandLst-LastModify"`
LastUser string `xorm:"nvarchar(20) 'LastUser' not null" json:"LOG_ArtDemandLst-LastUser"` LastUser string `xorm:"nvarchar(20) 'LastUser' not null" json:"LOG_ArtDemandLst-LastUser"`
@ -65,7 +65,7 @@ type ArtDemandLst struct {
* *
* @Author : 代码生成器创建 * @Author : 代码生成器创建
* *
* @Date : 2021-05-10 17:10:28
* @Date : 2021-05-10 18:11:08
* *
******************************************************************************/ ******************************************************************************/
func (self *ArtDemandLst) GetKey() core.PK { func (self *ArtDemandLst) GetKey() core.PK {


+ 2
- 2
services/log/implments/ArtDemandHead.service.impl.go View File

@ -30,7 +30,7 @@ import (
* *
* @Author : 代码生成器创建 * @Author : 代码生成器创建
* *
* @Date : 2021-05-10 17:10:28
* @Date : 2021-05-10 18:11:08
* *
******************************************************************************/ ******************************************************************************/
var DefaultConditionOfArtDemandHead = grmi.NewCondition( var DefaultConditionOfArtDemandHead = grmi.NewCondition(
@ -59,7 +59,7 @@ var DefaultConditionOfArtDemandHead = grmi.NewCondition(
meta.ArtDemandHead_DemandCtrlTime1.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandHead_DemandCtrlTime1, grmi.Approximate, false), meta.ArtDemandHead_DemandCtrlTime1.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandHead_DemandCtrlTime1, grmi.Approximate, false),
meta.ArtDemandHead_DemandCtrlTime2.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandHead_DemandCtrlTime2, grmi.Approximate, false), meta.ArtDemandHead_DemandCtrlTime2.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandHead_DemandCtrlTime2, grmi.Approximate, false),
meta.ArtDemandHead_OrderStatus.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandHead_OrderStatus, grmi.Equal, false), meta.ArtDemandHead_OrderStatus.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandHead_OrderStatus, grmi.Equal, false),
meta.ArtDemandHead_ReleaseQty.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandHead_ReleaseQty, grmi.Equal, false),
meta.ArtDemandHead_UnproducedQty.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandHead_UnproducedQty, grmi.Equal, false),
meta.ArtDemandHead_Source.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandHead_Source, grmi.Equal, false), meta.ArtDemandHead_Source.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandHead_Source, grmi.Equal, false),
meta.ArtDemandHead_LastModify.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandHead_LastModify, grmi.Approximate, false), meta.ArtDemandHead_LastModify.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandHead_LastModify, grmi.Approximate, false),
meta.ArtDemandHead_LastUser.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandHead_LastUser, grmi.Equal, false), meta.ArtDemandHead_LastUser.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandHead_LastUser, grmi.Equal, false),


+ 2
- 2
services/log/implments/ArtDemandLst.service.impl.go View File

@ -23,7 +23,7 @@ import (
* *
* @Author : 代码生成器创建 * @Author : 代码生成器创建
* *
* @Date : 2021-05-10 17:10:28
* @Date : 2021-05-10 18:11:08
* *
******************************************************************************/ ******************************************************************************/
var DefaultConditionOfArtDemandLst = grmi.NewCondition( var DefaultConditionOfArtDemandLst = grmi.NewCondition(
@ -54,7 +54,7 @@ var DefaultConditionOfArtDemandLst = grmi.NewCondition(
meta.ArtDemandLst_DemandCtrlTime1.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandLst_DemandCtrlTime1, grmi.Approximate, false), meta.ArtDemandLst_DemandCtrlTime1.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandLst_DemandCtrlTime1, grmi.Approximate, false),
meta.ArtDemandLst_DemandCtrlTime2.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandLst_DemandCtrlTime2, grmi.Approximate, false), meta.ArtDemandLst_DemandCtrlTime2.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandLst_DemandCtrlTime2, grmi.Approximate, false),
meta.ArtDemandLst_OrderStatus.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandLst_OrderStatus, grmi.Equal, false), meta.ArtDemandLst_OrderStatus.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandLst_OrderStatus, grmi.Equal, false),
meta.ArtDemandLst_ReleaseQty.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandLst_ReleaseQty, grmi.Equal, false),
meta.ArtDemandLst_UnproducedQty.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandLst_UnproducedQty, grmi.Equal, false),
meta.ArtDemandLst_Source.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandLst_Source, grmi.Equal, false), meta.ArtDemandLst_Source.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandLst_Source, grmi.Equal, false),
meta.ArtDemandLst_LastModify.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandLst_LastModify, grmi.Approximate, false), meta.ArtDemandLst_LastModify.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandLst_LastModify, grmi.Approximate, false),
meta.ArtDemandLst_LastUser.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandLst_LastUser, grmi.Equal, false), meta.ArtDemandLst_LastUser.UrlParameterName: grmi.NewConditionItem(meta.ArtDemandLst_LastUser, grmi.Equal, false),


Loading…
Cancel
Save