Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountBillHookFilter ¶ added in v0.2.0
type AccountBillHookFilter struct { InOutType co_enum.FinancialInOutType TradeType co_enum.FinancialTradeType InTransaction bool }
type AccountBillHookFunc ¶ added in v0.2.0
type AccountBillHookFunc sys_model.HookFunc[AccountBillHookFilter, co_model.IFdAccountBillRes]
type AuditHookFunc ¶ added in v0.5.10
type AuditHookInfo ¶ added in v0.5.10
type AuditHookInfo struct { Key co_enum.AuditEvent Value AuditHookFunc Category int `json:"category" dc:"业务类别"` }
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.