修改
This commit is contained in:
parent
bae43b5a4e
commit
5e88d21413
@ -3,13 +3,13 @@ package cmd
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"github.com/urfave/cli/v2"
|
||||||
"github.guxuan/haibei/internal/config"
|
"github.guxuan/haibei/internal/config"
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/urfave/cli/v2"
|
|
||||||
"github.guxuan/haibei/internal/bootstrap"
|
"github.guxuan/haibei/internal/bootstrap"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -18,7 +18,7 @@ type SMSLog struct {
|
|||||||
// Defining the query parameters for the `SmsLog` struct.
|
// Defining the query parameters for the `SmsLog` struct.
|
||||||
type SMSLogQueryParam struct {
|
type SMSLogQueryParam struct {
|
||||||
util.PaginationParam
|
util.PaginationParam
|
||||||
LikeName string `form:"likeName"` //客户姓名
|
CustomerName string `form:"customerName"` //客户姓名
|
||||||
Phone string `form:"phone"` //手机号
|
Phone string `form:"phone"` //手机号
|
||||||
SMSType string `form:"smsType"` ///短信类型
|
SMSType string `form:"smsType"` ///短信类型
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user