feat(app): update
This commit is contained in:
9
pkg/dto/DispatchOrderSkillDTO.go
Normal file
9
pkg/dto/DispatchOrderSkillDTO.go
Normal file
@ -0,0 +1,9 @@
|
||||
package dto
|
||||
|
||||
// 派单技能对象
|
||||
type DispatchOrderSkillDTO struct {
|
||||
SkillId string
|
||||
SkillName string
|
||||
PriceRange string // 0-10,0-20,0-30,0-40
|
||||
UnitName string
|
||||
}
|
||||
Reference in New Issue
Block a user