瀏覽代碼

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