feat: 添加静态资源文件和实体类
添加了多个图片、音频文件和CSS样式文件,包括QQ、微信相关图片和游戏素材。同时新增了跟进方式实体类gjfs.java和路径工具类PathUtils.java,用于项目功能扩展。 [新增文件包括] - 图片资源:qq.png, wx.png, logo.jpg等 - 游戏素材:bg.png, CRM.png等 - 实体类:com/xzw/entity/gjfs.java - 工具类:com/xzw/utils/PathUtils.java
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# 数据库服务器IP
|
||||
SERVERIP=127.0.01
|
||||
# 数据库端口
|
||||
PORT=3306
|
||||
# 数据库名
|
||||
DatabaseName=mycrm
|
||||
# 数据库用户名
|
||||
USER=root
|
||||
# 数据库密码
|
||||
PWD=baison
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user