mirror of https://github.com/abpframework/abp.git
11 changed files with 98 additions and 5 deletions
@ -0,0 +1,9 @@ |
|||
namespace Volo.CmsKit.Ratings |
|||
{ |
|||
public class RatingWithStarCountQueryResultItem |
|||
{ |
|||
public short StarCount { get; set; } |
|||
|
|||
public int Count { get; set; } |
|||
} |
|||
} |
|||
@ -0,0 +1,9 @@ |
|||
namespace Volo.CmsKit.Public.Ratings |
|||
{ |
|||
public class RatingWithStarCountDto |
|||
{ |
|||
public short StarCount { get; set; } |
|||
|
|||
public int Count { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue