"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
"zh_CN": {
name: '用户系统',
attr: {
user: '用户',
system: '系统',
},
}
};