ソースを参照

fix(合并冲突) 合并冲突错误调整

liuqi@dashoo.cn 4 年 前
コミット
9911e272d0
1 ファイル変更2 行追加1 行削除
  1. 2 1
      model/account/base_account.go

+ 2 - 1
model/account/base_account.go

@@ -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"`
 }