Commit 8fec4984 authored by 麻笑宇's avatar 麻笑宇

大屏相关路径文件初始化

parent ee153f51
package com.yeejoin.amos.boot.module.tcm.biz.service.impl.statistics;
import com.yeejoin.amos.boot.module.tcm.api.dto.ScreenDto;
import com.yeejoin.amos.boot.module.tcm.api.service.statistics.IScreenService;
import org.typroject.tyboot.core.restful.utils.ResponseModel;
import java.util.Map;
public class ScreenImpl implements IScreenService {
@Override
public ResponseModel<Map> companyInfo(ScreenDto screenDto) {
return null;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment