Subversion Repositories SmartDukaan

Rev

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

Rev 5711 Rev 5768
Line 72... Line 72...
72
    5:string color,
72
    5:string color,
73
    6:i64 freshCount,
73
    6:i64 freshCount,
74
    7:i64 oneToTwoCount,
74
    7:i64 oneToTwoCount,
75
    8:i64 TwoToThreeCount,
75
    8:i64 TwoToThreeCount,
76
    9:i64 ThreeToFourCount,
76
    9:i64 ThreeToFourCount,
77
   10:i64 FourPlusCount
77
   10:i64 FourPlusCount,
-
 
78
   11:i64 ZeroPlusCount,
-
 
79
   12:i64 OnePlusCount,
-
 
80
   13:i64 ZeroPlusCost,
-
 
81
   14:i64 OnePlusCost,
-
 
82
   15:string category
78
}
83
}
79
 
84
 
80
exception WarehouseServiceException {
85
exception WarehouseServiceException {
81
    1:GenericService.ExceptionType exceptionType,
86
    1:GenericService.ExceptionType exceptionType,
82
    2:string message
87
    2:string message