Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountBillHookFilter ¶
type AccountBillHookFilter struct { InOutType co_enum.FinancialInOutType TradeType co_enum.FinancialTradeType InTransaction bool }
type AccountBillHookFunc ¶
type AccountBillHookFunc sys_model.HookFunc[AccountBillHookFilter, co_model.IFdAccountBillRes]
type EmployeeHookFilter ¶
type EmployeeHookFilter struct { InOutType co_enum.FinancialInOutType TradeType co_enum.FinancialTradeType InTransaction bool }
type EmployeeHookFunc ¶
type EmployeeHookFunc sys_model.HookFunc[EmployeeHookFilter, co_model.EmployeeRes]
Click to show internal directories.
Click to hide internal directories.