udpdate asset

This commit is contained in:
fro1991
2025-04-25 14:48:36 +07:00
parent e7f325dcfd
commit 72e02e8a61
4 changed files with 145 additions and 2 deletions

View File

@ -6,4 +6,9 @@ export enum AssetInventoryCondition {
"unusabel" = "unusable",
"disposed" = "disposed",
"lost" = "lost",
};
};
export enum AssetFixedTypeType {
"exploitation" = "exploitation",
"depreciation" = "depreciation"
}