This commit is contained in:
Robin 2024-12-17 13:52:26 +08:00
parent d1d8c34cbd
commit e28a2ac7a1
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ func NewOpListOthersVO() *OpListOthersVO {
return &OpListOthersVO{}
}
func NewOpListOthersVO() *OpListOthersVO {
return &OpListOthersVO{}
}
func (vo *OpListVO) CopyAccount(account *dbstruct.Account) *OpListVO {
if account == nil {
return vo