This commit is contained in:
2025-11-13 15:37:50 +07:00
parent b3fa94f904
commit 1664be0c8b
7 changed files with 56 additions and 22 deletions

View File

@@ -1,8 +1,17 @@
export interface IStateDrop {
income: IDropAct[];
expense: IDropAct[];
}
export interface IDropAct {
dtlnam?: string,
dtlcod?: string
}
export interface IStateResultResponse {
data: IStateDrop;
}
// ข้อมูลสินค้าหลัก
// export interface IProduct {
// id: string;