package dto // 派单技能对象 type DispatchOrderSkillDTO struct { SkillId string SkillName string PriceRange string // 0-10,0-20,0-30,0-40 UnitName string }