UNPKG

dm-web-react

Version:

The DM web client with React.

204 lines 7.5 kB
var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return extendStatics(d, b); } return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; return c > 3 && r && Object.defineProperty(target, key, r), r; }; var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; import { column, TableEntity } from "tsbatis"; import { BondInfoTable } from "../../../databases/table/bondInfoTable"; var BondInfo = /** @class */ (function (_super) { __extends(BondInfo, _super); function BondInfo() { return _super !== null && _super.apply(this, arguments) || this; } BondInfo.prototype.getTableName = function () { return BondInfoTable.tableName; }; __decorate([ column({ isPK: true }), __metadata("design:type", Number) ], BondInfo.prototype, "bondUniCode", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "status", void 0); __decorate([ column(), __metadata("design:type", String) ], BondInfo.prototype, "bondCode", void 0); __decorate([ column(), __metadata("design:type", String) ], BondInfo.prototype, "bondCodeValue", void 0); __decorate([ column(), __metadata("design:type", String) ], BondInfo.prototype, "bondShortName", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "bondShortNameValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "dmBondTypeValue", void 0); __decorate([ column(), __metadata("design:type", String) ], BondInfo.prototype, "tenor", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "tenorValue", void 0); __decorate([ column(), __metadata("design:type", String) ], BondInfo.prototype, "ratingList", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "ratingListValue", void 0); __decorate([ column(), __metadata("design:type", String) ], BondInfo.prototype, "maxHistoryRating", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "maxHistoryRatingValue", void 0); __decorate([ column(), __metadata("design:type", String) ], BondInfo.prototype, "csIndex", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "csIndexValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "bondRatingValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "issRatingValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "impliedRatingValue", void 0); __decorate([ column(), __metadata("design:type", String) ], BondInfo.prototype, "pdRating", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "pdRatingValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "comAttrParValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "listParValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "munInvestValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "marketValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "provinceValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "cityValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "guarParValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "rateTypeParValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "haveRightValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "equityFundValue", void 0); __decorate([ column(), __metadata("design:type", String) ], BondInfo.prototype, "macd", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "macdValue", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "chinaDevelopment", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "expirationHoilday", void 0); __decorate([ column(), __metadata("design:type", String) ], BondInfo.prototype, "chinaBond", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "chinaBondValue", void 0); __decorate([ column(), __metadata("design:type", String) ], BondInfo.prototype, "instRating", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "instRatingValue", void 0); __decorate([ column(), __metadata("design:type", String) ], BondInfo.prototype, "instInvestmentAdvice", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "instInvestmentAdviceValue", void 0); __decorate([ column(), __metadata("design:type", String) ], BondInfo.prototype, "industry", void 0); __decorate([ column(), __metadata("design:type", Number) ], BondInfo.prototype, "industryValue", void 0); return BondInfo; }(TableEntity)); export { BondInfo }; //# sourceMappingURL=bondInfo.js.map