mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
support importing transaction data from alipay export file
This commit is contained in:
@@ -14,6 +14,11 @@ func (c *NullContext) GetContextId() string {
|
||||
return nullContextId
|
||||
}
|
||||
|
||||
// GetClientLocale returns the client locale name
|
||||
func (c *NullContext) GetClientLocale() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
// NewCronJobContext returns a new null context
|
||||
func NewNullContext() *NullContext {
|
||||
return &NullContext{
|
||||
|
||||
Reference in New Issue
Block a user