物模型:修改subSystem字段名称为子系统

This commit is contained in:
高云鹏 2024-10-17 09:47:30 +08:00
parent c37f245a35
commit adbdeba8bc

View File

@ -63,7 +63,7 @@ export enum ModelAttributeFieldsEnums {
'attributeTypeName' = '属性类型', 'attributeTypeName' = '属性类型',
'porder' = '序号', 'porder' = '序号',
'highSpeed'='是否高频', 'highSpeed'='是否高频',
'subsystem'='子系统文本', 'subsystem'='子系统',
'revision' = '乐观锁', 'revision' = '乐观锁',
'createdBy' = '创建人', 'createdBy' = '创建人',
'createdTime' = '创建时间', 'createdTime' = '创建时间',