xiziwen 5 月之前
父节点
当前提交
9c417040c7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      models/tables/business_trip/business_approve.go

+ 1 - 0
models/tables/business_trip/business_approve.go

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