mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
add transaction template
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const allTemplateTypes = {
|
||||
Normal: 1
|
||||
};
|
||||
|
||||
export default {
|
||||
allTemplateTypes: allTemplateTypes,
|
||||
}
|
||||
Reference in New Issue
Block a user