|
|
@ -7,6 +7,11 @@ import (
|
|
|
|
"github.com/shopspring/decimal"
|
|
|
|
"github.com/shopspring/decimal"
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
|
|
|
AfsAuditSwitchOn = 1 // 开
|
|
|
|
|
|
|
|
AfsAuditSwitchOff = 2 // 关
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
type afsAudit struct {
|
|
|
|
type afsAudit struct {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type ArgsAfsAuditLists struct {
|
|
|
|
type ArgsAfsAuditLists struct {
|
|
|
|