Skip to content

Commit 9202fd3

Browse files
committed
add
1 parent 8be14a3 commit 9202fd3

5 files changed

+493
-186
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package thpc
2+
3+
const (
4+
SPACE_STATE_ONLINE = "ONLINE"
5+
)
6+
7+
const (
8+
SPACE_CHARGE_TYPE_PREPAID = "PREPAID"
9+
)

0 commit comments

Comments
 (0)