广汽安道拓Acura项目MES后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
2.6 KiB

  1. // Copyright (c) Shenyang Leading Edge Intelligent Technology Co., Ltd. All rights reserved.
  2. package base
  3. import (
  4. "LAPP_ACURA_MOM_BACKEND/grmi"
  5. model "LAPP_ACURA_MOM_BACKEND/models/base"
  6. )
  7. /******************************************************************************
  8. *
  9. * @Description : ArticleAtcodLst的字段元数据
  10. *
  11. * @Author : 代码生成器创建
  12. *
  13. * @Date : 2021-04-20 10:57:41
  14. *
  15. ******************************************************************************/
  16. var ArticleAtcodLst_PlantNr = grmi.NewField("PlantNr", "ArticleAtcodLst.PlantNr", "plantnr", grmi.TypeInt)
  17. var ArticleAtcodLst_ArtId = grmi.NewField("ArtId", "ArticleAtcodLst.ArtId", "artid", grmi.TypeString)
  18. var ArticleAtcodLst_Version = grmi.NewField("Version", "ArticleAtcodLst.Version", "version", grmi.TypeInt)
  19. var ArticleAtcodLst_ProjectId = grmi.NewField("ProjectId", "ArticleAtcodLst.ProjectId", "projectid", grmi.TypeString)
  20. var ArticleAtcodLst_AttrCode = grmi.NewField("AttrCode", "ArticleAtcodLst.AttrCode", "attrcode", grmi.TypeInt)
  21. var ArticleAtcodLst_AttrValue = grmi.NewField("AttrValue", "ArticleAtcodLst.AttrValue", "attrvalue", grmi.TypeString)
  22. var ArticleAtcodLst_LastModify = grmi.NewField("LastModify", "ArticleAtcodLst.LastModify", "lastmodify", grmi.TypeDateTime)
  23. var ArticleAtcodLst_LastUser = grmi.NewField("LastUser", "ArticleAtcodLst.LastUser", "lastuser", grmi.TypeString)
  24. var ArticleAtcodLst_CreateTime = grmi.NewField("CreateTime", "ArticleAtcodLst.CreateTime", "createtime", grmi.TypeDateTime)
  25. /******************************************************************************
  26. *
  27. * @Description : ArticleAtcodLst的元数据
  28. *
  29. * @Author : 代码生成器创建
  30. *
  31. * @Date : 2021-04-20 10:57:41
  32. *
  33. ******************************************************************************/
  34. var ArticleAtcodLst = grmi.NewEntity(
  35. "ArticleAtcodLst",
  36. func() interface{} { return &model.ArticleAtcodLst{} },
  37. map[string]grmi.Field{
  38. ArticleAtcodLst_PlantNr.Name: ArticleAtcodLst_PlantNr,
  39. ArticleAtcodLst_ArtId.Name: ArticleAtcodLst_ArtId,
  40. ArticleAtcodLst_Version.Name: ArticleAtcodLst_Version,
  41. ArticleAtcodLst_ProjectId.Name: ArticleAtcodLst_ProjectId,
  42. ArticleAtcodLst_AttrCode.Name: ArticleAtcodLst_AttrCode,
  43. ArticleAtcodLst_AttrValue.Name: ArticleAtcodLst_AttrValue,
  44. ArticleAtcodLst_LastModify.Name: ArticleAtcodLst_LastModify,
  45. ArticleAtcodLst_LastUser.Name: ArticleAtcodLst_LastUser,
  46. ArticleAtcodLst_CreateTime.Name: ArticleAtcodLst_CreateTime,
  47. },
  48. []string{"PlantNr"},
  49. []string{"LastUser"})