add purchase weight report

This commit is contained in:
ivan deng
2019-03-04 21:06:31 +08:00
parent 408559c9f8
commit ce4d7a4bc2
9 changed files with 49 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
from .hooks import pre_init_hook
from .hooks import post_init_hook
from . import controllers
from . import models
from . import ir