OldGeneral, OldNation에 RecordVersion
- 1, 2에 따른 실제 구조체는 이후에 반영
This commit is contained in:
@@ -9,6 +9,8 @@ export interface OldGeneral {
|
|||||||
generalID: GeneralID;
|
generalID: GeneralID;
|
||||||
ownerID?: UserID;
|
ownerID?: UserID;
|
||||||
|
|
||||||
|
recordVersion: 1 | 2;
|
||||||
|
|
||||||
lastYearMonth: number;
|
lastYearMonth: number;
|
||||||
|
|
||||||
general: IGeneralEntity;
|
general: IGeneralEntity;
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ export interface IOldNation {
|
|||||||
serverID: ServerID;
|
serverID: ServerID;
|
||||||
nationID: NationID;
|
nationID: NationID;
|
||||||
|
|
||||||
|
recordVersion: 1 | 2;
|
||||||
|
|
||||||
nation: INationEntity;
|
nation: INationEntity;
|
||||||
|
|
||||||
lastYearMonth: number;
|
lastYearMonth: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user