苏州瑞玛APS项目web后台
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.

51 lines
2.4 KiB

// 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 : ErrorDatalst的字段元数据
*
* @Author : 代码生成器创建
*
* @Date : 2021-12-28 20:59:34
*
******************************************************************************/
var ErrorDatalst_Id = grmi.NewField("Id", "[AP_ErrorDatalst].Id", "id", grmi.TypeInt)
var ErrorDatalst_ErrorInfo = grmi.NewField("ErrorInfo", "[AP_ErrorDatalst].ErrorInfo", "errorinfo", grmi.TypeString)
var ErrorDatalst_ErrorType = grmi.NewField("ErrorType", "[AP_ErrorDatalst].ErrorType", "errortype", grmi.TypeString)
var ErrorDatalst_ErrorStatus = grmi.NewField("ErrorStatus", "[AP_ErrorDatalst].ErrorStatus", "errorstatus", grmi.TypeString)
var ErrorDatalst_TargetSource = grmi.NewField("TargetSource", "[AP_ErrorDatalst].TargetSource", "targetsource", grmi.TypeString)
var ErrorDatalst_LastModify = grmi.NewField("LastModify", "[AP_ErrorDatalst].LastModify", "lastmodify", grmi.TypeDateTime)
var ErrorDatalst_LastUser = grmi.NewField("LastUser", "[AP_ErrorDatalst].LastUser", "lastuser", grmi.TypeString)
var ErrorDatalst_CreateTime = grmi.NewField("CreateTime", "[AP_ErrorDatalst].CreateTime", "createtime", grmi.TypeDateTime)
/******************************************************************************
*
* @Description : ErrorDatalst的元数据
*
* @Author : 代码生成器创建
*
* @Date : 2021-12-28 20:59:34
*
******************************************************************************/
var ErrorDatalst = grmi.NewEntity(
"AP_ErrorDatalst",
func() interface{} { return &model.ErrorDatalst{} },
map[string]grmi.Field{
ErrorDatalst_Id.Name: ErrorDatalst_Id,
ErrorDatalst_ErrorInfo.Name: ErrorDatalst_ErrorInfo,
ErrorDatalst_ErrorType.Name: ErrorDatalst_ErrorType,
ErrorDatalst_ErrorStatus.Name: ErrorDatalst_ErrorStatus,
ErrorDatalst_TargetSource.Name: ErrorDatalst_TargetSource,
ErrorDatalst_LastModify.Name: ErrorDatalst_LastModify,
ErrorDatalst_LastUser.Name: ErrorDatalst_LastUser,
ErrorDatalst_CreateTime.Name: ErrorDatalst_CreateTime,
},
[]string{},
[]string{"ErrorInfo", "ErrorType", "ErrorStatus", "TargetSource", "LastUser"})