新增门店 ip配置
This commit is contained in:
@ -18,6 +18,10 @@ type (
|
||||
Delete(ctx context.Context, in *model.StoreDeleteIn) (out *model.DeleteOut, err error)
|
||||
Info(ctx context.Context, in *model.StoreInfoIn) (out *model.StoreInfoOut, err error)
|
||||
GetDesktopSetting(ctx context.Context, in *model.StoreGetDesktopSettingIn) (*model.StoreGetDesktopSettingOut, error)
|
||||
GetIPList(ctx context.Context, in *model.IPListIn) (*model.IPListout, error)
|
||||
CreateIP(ctx context.Context, in *model.IPCreateIn) (*model.IPCreateOut, error)
|
||||
UpdateIP(ctx context.Context, in *model.IPUpdateIn) (*model.IPUpdateOut, error)
|
||||
DeleteIP(ctx context.Context, in *model.IPDeleteIn) (*model.IPDeleteOut, error)
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user