| 
							
							namespace IRaCIS.Core.Domain.Models;
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							[Comment("医生计费 - 奖励")]
 | 
						
						
						
						
							 | 
							
							[Table("VolumeReward")]
 | 
						
						
						
						
							 | 
							
							public partial class VolumeReward : BaseFullAuditEntity
 | 
						
						
						
						
							 | 
							
							{
 | 
						
						
						
						
							 | 
							
							    [DecimalPrecision(18, 2)]
 | 
						
						
						
						
							 | 
							
							    public decimal Price { get; set; }
 | 
						
						
						
						
							 | 
							
							    public int Min { get; set; }
 | 
						
						
						
						
							 | 
							
							    public int Max { get; set; }
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							}
 |