Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
xffruit
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
xffruit
Commits
482c9ee6
Commit
482c9ee6
authored
Aug 12, 2015
by
n22
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商品
parent
788bedb8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
4 deletions
+26
-4
SurveyViewController.m
...ViewControllers/Survey/controllers/SurveyViewController.m
+2
-2
Product.h
XFFruit/ViewControllers/Survey/models/Product.h
+24
-2
No files found.
XFFruit/ViewControllers/Survey/controllers/SurveyViewController.m
View file @
482c9ee6
...
...
@@ -62,8 +62,8 @@ typedef enum : NSUInteger {
[
IBTLoadingView
showTips
:
data
];
};
[
IBTLoadingView
showProgressLabel
:
@"正在保存..."
];
[[
ICRHTTPController
sharedController
]
querySurveyWithBillNUmberLinke
:
@"fdsfds"
state
:
@"initial"
titleLike
:
@"fds"
orderFiled
:
@"fdsafds"
orderDirection
:
@"asc"
page_number
:
1
page_size
:
1
0
success
:
succ
failure
:
fail
];
[[
ICRHTTPController
sharedController
]
getResultsWithSurveyUuid
:
@"111"
success
:
succ
failure
:
fail
];
[[
ICRHTTPController
sharedController
]
querySurveyWithBillNUmberLinke
:
@"fdsfds"
state
:
@"initial"
titleLike
:
@"fds"
orderFiled
:
@"fdsafds"
orderDirection
:
@"asc"
page_number
:
0
page_size
:
10
0
success
:
succ
failure
:
fail
];
//
[[ICRHTTPController sharedController] getResultsWithSurveyUuid:@"111" success:succ failure:fail];
// for (NSInteger i = 0; i < 4; i++) {
// Survey *survey = [[Survey alloc]init];
...
...
XFFruit/ViewControllers/Survey/models/Product.h
View file @
482c9ee6
...
...
@@ -10,7 +10,29 @@
@interface
Product
:
IBTModel
@property
(
nonatomic
,
strong
)
NSString
*
uuid
;
//商品uuid
@property
(
nonatomic
,
strong
)
NSString
*
code
;
//商品代码
@property
(
nonatomic
,
strong
)
NSString
*
code
;
//代码
@property
(
nonatomic
,
strong
)
NSString
*
secondCode
;
//第二代码
@property
(
nonatomic
,
strong
)
NSString
*
name
;
//名称
@property
(
nonatomic
,
strong
)
NSString
*
qpc
;
//默认规格
@property
(
nonatomic
,
strong
)
NSString
*
qpcStr
;
//默认规格说明
@property
(
nonatomic
,
strong
)
NSString
*
measureUnit
;
//默认规格单位
@property
(
nonatomic
,
strong
)
NSString
*
brandName
;
//品牌名称
@property
(
nonatomic
,
strong
)
NSString
*
name
;
//品牌名称
@property
(
nonatomic
,
strong
)
NSString
*
manufactory
;
//生产厂商
@property
(
nonatomic
,
strong
)
NSString
*
isNew
;
//是否新品
@property
(
nonatomic
,
strong
)
NSString
*
categoryUuid
;
//所属商品类别
@property
(
nonatomic
,
strong
)
NSString
*
image
;
//图片相对路径
@property
(
nonatomic
,
strong
)
NSDate
*
create_time
;
//创建时间
@property
(
nonatomic
,
strong
)
NSString
*
create_id
;
//创建人代码
@property
(
nonatomic
,
strong
)
NSString
*
create_operName
;
//创建人名称
@property
(
nonatomic
,
strong
)
NSDate
*
lastModify_time
;
//最后修改时间
@property
(
nonatomic
,
strong
)
NSString
*
lastModify_id
;
//最后修改人代码
@property
(
nonatomic
,
strong
)
NSString
*
lastModify_operName
;
//最后修改人名称
@property
(
nonatomic
,
assign
)
NSInteger
enabled
;
//是否启用
@property
(
nonatomic
,
strong
)
NSString
*
barcode
;
@property
(
nonatomic
,
strong
)
NSString
*
enterprise
;
@property
(
nonatomic
,
strong
)
NSString
*
remark
;
@property
(
nonatomic
,
strong
)
NSString
*
specification
;
@property
(
nonatomic
,
strong
)
NSString
*
version
;
@end
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