Subversion Repositories SmartDukaan

Rev

Rev 8739 | Rev 9155 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8739 Rev 8915
Line 152... Line 152...
152
 
152
 
153
struct Banner {
153
struct Banner {
154
    1:string bannerName,
154
    1:string bannerName,
155
    2:string imageName,
155
    2:string imageName,
156
    3:string link,
156
    3:string link,
-
 
157
    4:bool hasMap,
157
    4:i64 priority,
158
    5:i64 priority,
158
    5:bool hasMap
159
    6:string oldBanner
159
}
160
}
160
 
161
 
161
struct BannerUriMapping{
162
struct BannerUriMapping{
162
	1:string bannerName,
163
	1:string bannerName,
163
	2:string uri,
164
	2:string uri,