โมดูลการอุทธรณ์ร้องทุกข์

This commit is contained in:
Warunee Tamkoo 2023-12-13 13:26:47 +07:00
parent 3148c63d26
commit 5259db0488
6 changed files with 493 additions and 4 deletions

View file

@ -0,0 +1,5 @@
import { defineStore } from "pinia";
export const useAppealComplainStore = defineStore("appealComplainStore", () => {
return {};
});