UNPKG

nsn-enum

Version:

NSN枚举组件

21 lines (16 loc) 545 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IndicatorsGuidanceEnum = void 0; /** 指标导向 枚举 */ var IndicatorsGuidanceEnum; exports.IndicatorsGuidanceEnum = IndicatorsGuidanceEnum; (function (IndicatorsGuidanceEnum) { /** 上升 */ IndicatorsGuidanceEnum["RISING"] = "1"; /** 下降 */ IndicatorsGuidanceEnum["DECLINE"] = "2"; /** 持平 */ IndicatorsGuidanceEnum["STAY_FLAT"] = "3"; })(IndicatorsGuidanceEnum || (exports.IndicatorsGuidanceEnum = IndicatorsGuidanceEnum = {}));