UNPKG

@jzt-hinny/mvc

Version:
18 lines 425 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SortType = void 0; /** * 排序类型 */ var SortType; (function (SortType) { /** * 由小到大排序 */ SortType["ASC"] = "ASC"; /** * 由大到小排序 */ SortType["DESC"] = "DESC"; })(SortType = exports.SortType || (exports.SortType = {})); //# sourceMappingURL=QueryBySort.js.map