UNPKG
dm-web-react
Version:
latest (1.0.3)
1.0.3
The DM web client with React.
dm-web-react
/
build
/
models
/
enum
/
listParType.js
9 lines
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 是否上市 */
export
var
ListParType
; (
function
(
ListParType
) {
ListParType
[
ListParType
[
"IsListPar"
] =
1
] =
"IsListPar"
;
ListParType
[
ListParType
[
"NotListPar"
] =
0
] =
"NotListPar"
; })(
ListParType
|| (
ListParType
= {}));
//# sourceMappingURL=listParType.js.map