Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
takeout_sbk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yunpeng.song
takeout_sbk
Commits
23082390
Commit
23082390
authored
Jul 31, 2020
by
wuyang.zou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修正 版本号: 4.2020.8.10
parent
d43d9605
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
fmTakeout/Model/singleProductObject.h
+1
-1
fmTakeout/fmTakeout.rc
+4
-4
fmTakeout/preDefine.h
+1
-1
No files found.
fmTakeout/Model/singleProductObject.h
View file @
23082390
...
...
@@ -26,7 +26,7 @@ public:
int
qty
=
0
;
int
price
=
0
;
bool
isCoupon
=
false
;
//此单品是否是券;
QString
nickname
;
//券商品昵称
QString
nickname
=
""
;
//券商品昵称
protected
:
inline
QString
getCode
(){
return
code
;
}
...
...
fmTakeout/fmTakeout.rc
View file @
23082390
...
...
@@ -7,8 +7,8 @@ IDI_ICON ICON DISCARDABLE "logo.ico"
#endif
VS_VERSION_INFO VERSIONINFO
//***每次修改后编译发版必须变更版本号(preDefine.h中APP_VERSION 需要一致)***//
FILEVERSION 4,2020,
7,3
0
PRODUCTVERSION 4,2020,
7,3
0
FILEVERSION 4,2020,
8,1
0
PRODUCTVERSION 4,2020,
8,1
0
//*************************************************************************//
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
...
...
@@ -31,8 +31,8 @@ VS_VERSION_INFO VERSIONINFO
VALUE "OriginalFilename", "PmsPlugin.exe"
VALUE "ProductName", "PMS Plugin"
//***每次修改后编译发版必须变更版本号(preDefine.h中APP_VERSION 需要一致)***//
VALUE "ProductVersion", "4.2020.
7.3
0"
VALUE "FileVersion", "4.2020.
7.3
0"
VALUE "ProductVersion", "4.2020.
8.1
0"
VALUE "FileVersion", "4.2020.
8.1
0"
//*************************************************************************//
END
END
...
...
fmTakeout/preDefine.h
View file @
23082390
...
...
@@ -12,7 +12,7 @@
//#define APP_VERSION "4.2020.526.1"
//#define APP_VERSION "4.2020.6.29"
//#define APP_VERSION "4.2020.6.30"
#define APP_VERSION "4.2020.
7.3
0"
#define APP_VERSION "4.2020.
8.1
0"
//修正版本号时,切记修正 FmTakeout.rc 中的版本号
#define SERVER_PASSWORD "posoperator@freemud.cn"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment