mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-11-01 16:13:59 +08:00
13 lines
283 B
JSON
13 lines
283 B
JSON
{
|
|
|
|
"ThingsGateway.DB.BaseDataEntity": {
|
|
"CreateOrgId": "创建机构Id"
|
|
},
|
|
"ThingsGateway.DB.BaseEntity": {
|
|
"CreateTime": "创建时间",
|
|
"CreateUser": "创建人",
|
|
"SortCode": "排序",
|
|
"UpdateTime": "更新时间",
|
|
"UpdateUser": "更新人"
|
|
}
|
|
} |