package com.dky.modelI; import cn.hutool.json.JSONObject; public interface DntdModelI { JSONObject createReport(JSONObject jsonObject); }