namespace Entity.Dto.Req; public class DistributeElecPriceReq { /// /// 充电机号 /// public string BinNo { get; set; } /// /// 电价模型详情:版本 /// public int Version { get; set; } }