Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AuditType = auditType{ WaitReview: enum.New[AuditTypeEnum](0, "待审核"), Approve: enum.New[AuditTypeEnum](1, "通过"), Reject: enum.New[AuditTypeEnum](-1, "不通过"), }
View Source
var BelongType = belongType{ OnSelf: enum.New[BelongTypeEnum](1, "个人"), Subject: enum.New[BelongTypeEnum](2, "主体"), }
View Source
var Invoice = invoice{ AuditType: AuditType, State: State, MakeType: MakeType, BelongType: BelongType, }
Functions ¶
This section is empty.
Types ¶
type AuditTypeEnum ¶
type BelongTypeEnum ¶ added in v0.2.4
Click to show internal directories.
Click to hide internal directories.