package
Version:
v0.0.0-...-57ed434
Opens a new window with list of versions in this module.
Published: Jul 12, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
type ApplyCodeReqVo struct {
OrgId int64 `json:"orgId"`
Code string `json:"code"`
PreCode string `json:"preCode"`
}
type ApplyCodeRespVo struct {
vo.Err
Code string `json:"data"`
}
申请Code
type ApplyMultipleIdReqVo struct {
OrgId int64 `json:"orgId"`
Code string `json:"code"`
PreCode string `json:"preCode"`
Count int `json:"count"`
}
type ApplyMultipleIdRespByCodesVo struct {
vo.Err
CodesIds *bo.CodesIds `json:"data"`
}
type ApplyMultipleIdRespVo struct {
vo.Err
IdCodes *bo.IdCodes `json:"data"`
}
批量申请
type ApplyMultiplePrimaryIdReqVo struct {
Code string `json:"code"`
Count int `json:"count"`
}
type ApplyPrimaryIdReqVo struct {
Code string `json:"code"`
}
type ApplyPrimaryIdRespVo struct {
vo.Err
Id int64 `json:"data"`
}
申请ID
Source Files
¶
Click to show internal directories.
Click to hide internal directories.