mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-13 04:03:45 +08:00
v3.5.0
This commit is contained in:
9
dist/modules/user/user.entity.js
vendored
9
dist/modules/user/user.entity.js
vendored
@@ -10,8 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.UserEntity = void 0;
|
||||
const typeorm_1 = require("typeorm");
|
||||
const baseEntity_1 = require("../../common/entity/baseEntity");
|
||||
const typeorm_1 = require("typeorm");
|
||||
let UserEntity = class UserEntity extends baseEntity_1.BaseEntity {
|
||||
};
|
||||
__decorate([
|
||||
@@ -61,7 +61,12 @@ __decorate([
|
||||
__metadata("design:type", String)
|
||||
], UserEntity.prototype, "registerIp", void 0);
|
||||
__decorate([
|
||||
(0, typeorm_1.Column)({ length: 64, default: '', comment: '最后一次登录IP', nullable: true }),
|
||||
(0, typeorm_1.Column)({
|
||||
length: 64,
|
||||
default: '',
|
||||
comment: '最后一次登录IP',
|
||||
nullable: true,
|
||||
}),
|
||||
__metadata("design:type", String)
|
||||
], UserEntity.prototype, "lastLoginIp", void 0);
|
||||
__decorate([
|
||||
|
||||
Reference in New Issue
Block a user