This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_system_rules
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
update
master
shenjiachi
1 week ago
parent
c27059345a
commit
a46a5e22d1
2 changed files
with
9 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
.idea/git_toolbox_blame.xml
+3
-0
enum/sys_cfg.go
+ 6
- 0
.idea/git_toolbox_blame.xml
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GitToolBoxBlameSettings">
<option name="version" value="2" />
</component>
</project>
+ 3
- 0
enum/sys_cfg.go
View File
@@ -1,5 +1,8 @@
package enum
package enum
// PriceSetting 价格设置枚举类
const PriceSetting = "price_setting"
// AliyunOss 阿里云对象存储枚举类
// AliyunOss 阿里云对象存储枚举类
type AliyunOss int32
type AliyunOss int32
Write
Preview
Loading…
Cancel
Save