|
|
@@ -42,6 +42,7 @@ type CalculateAmountReq struct {
|
|
|
AppointId int `json:"appointId"`
|
|
|
SignInTime *gtime.Time `json:"sign_in_time"` // 签到时间
|
|
|
SignOutTime *gtime.Time `json:"sign_out_time"` // 签退时间
|
|
|
-}type SubAccountReq struct {
|
|
|
+}
|
|
|
+type SubAccountReq struct {
|
|
|
SubId string `json:"subid"`
|
|
|
}
|