Subversion Repositories SmartDukaan

Rev

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

Rev 8910 Rev 12256
Line 87... Line 87...
87
	11:list<string> bcc
87
	11:list<string> bcc
88
}
88
}
89
 
89
 
90
struct ReportUser{
90
struct ReportUser{
91
	1:string username,
91
	1:string username,
92
	2:i64 role
92
	2:i64 role,
-
 
93
	3:string email
93
}
94
}
94
 
95
 
95
struct Report{
96
struct Report{
96
	1:i64 id,
97
	1:i64 id,
97
	2:string description,
98
	2:string description,