Subversion Repositories SmartDukaan

Rev

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

Rev 21838 Rev 21842
Line 83... Line 83...
83
 
83
 
84
struct StateInfo{
84
struct StateInfo{
85
	1:i64 id,
85
	1:i64 id,
86
	2:string stateName,
86
	2:string stateName,
87
	3:VatType vatType,
87
	3:VatType vatType,
88
	4:string stateCode
88
	4:string stateCode,
-
 
89
	5:string shortName
89
}
90
}
90
 
91
 
91
 
92
 
92
/* */
93
/* */
93
struct ItemInventory{
94
struct ItemInventory{