dm.management.commands.dump_summary2023 module

class dm.management.commands.dump_summary2023.Command(stdout=None, stderr=None, no_color=False, force_color=False)[源代码]

基类:BaseCommand

handle(*args, **option)[源代码]

The actual logic of the command. Subclasses must implement this method.

help = '导出2023年度总结数据'
dm.management.commands.dump_summary2023.datetime_converter(o)[源代码]