mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
modify method name
This commit is contained in:
@@ -81,7 +81,7 @@ export class Account implements AccountInfoResponse {
|
||||
return !this.visible;
|
||||
}
|
||||
|
||||
public from(other: Account): void {
|
||||
public fillFrom(other: Account): void {
|
||||
this.id = other.id;
|
||||
this.category = other.category;
|
||||
this.type = other.type;
|
||||
|
||||
Reference in New Issue
Block a user