| | |
| | | |
| | | import com.moral.api.entity.ManageLog; |
| | | import com.moral.api.mapper.ManageLogMapper; |
| | | import com.moral.api.pojo.dto.system.ManageLogQueryDTO; |
| | | import com.moral.api.pojo.form.system.ManageLogQueryForm; |
| | | import com.moral.api.service.ManageLogService; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | * </p> |
| | | * |
| | | * @author moral |
| | | * @since 2021-04-02 |
| | | * @since 2021-04-12 |
| | | */ |
| | | @Service |
| | | public class ManageLogServiceImpl extends ServiceImpl<ManageLogMapper, ManageLog> implements ManageLogService { |
| | | |
| | | @Override |
| | | public ManageLogQueryDTO queryManageLog(ManageLogQueryForm form) { |
| | | return null; |
| | | } |
| | | } |