20 lines
361 B
Objective-C
20 lines
361 B
Objective-C
//
|
|
// IfishHotBarPackegeVo.m
|
|
// Ifish
|
|
//
|
|
// Created by 罗艺 on 2018/9/23.
|
|
// Copyright © 2018年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import "IfishHotBarPackegeVo.h"
|
|
|
|
@implementation IfishHotBarPackegeVo
|
|
|
|
|
|
-(NSString*)getPackege{
|
|
return [NSString stringWithFormat:@"%@%@%@%@",self.warnCode,self.downTeamptrue,self.upTeamptrue,self.crcCode];
|
|
}
|
|
|
|
|
|
@end
|