|
@@ -35,6 +35,7 @@ type BusinessTripApproveView struct {
|
|
DepartmentId int
|
|
DepartmentId int
|
|
GroupName string `description:"分组"`
|
|
GroupName string `description:"分组"`
|
|
DayTotal int `description:"出差天数"`
|
|
DayTotal int `description:"出差天数"`
|
|
|
|
+ Itinerary string `description:"行程说明"`
|
|
}
|
|
}
|
|
|
|
|
|
type PeerItem struct {
|
|
type PeerItem struct {
|