Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountBillHookFunc ¶ added in v0.2.0
type AccountBillHookFunc sys_model.HookFunc[AccountBillHookKey, co_model.IFdAccountBillRes]
type AccountBillHookKey ¶ added in v0.7.51
type AccountBillHookKey struct { InOutType co_enum.FinancialInOutType // 收支类型 TradeType co_enum.FinancialTradeType // 交易类型 InTransaction bool // 是否在事务中 }
type EmployeeHookFilter ¶ added in v0.2.0
type EmployeeHookFilter struct { InOutType co_enum.FinancialInOutType TradeType co_enum.FinancialTradeType InTransaction bool }
type EmployeeHookFunc ¶ added in v0.2.0
type EmployeeHookFunc sys_model.HookFunc[EmployeeHookFilter, co_model.EmployeeRes]
Click to show internal directories.
Click to hide internal directories.