Commit e86bc210 by 朱瑞泽

代码调整

parent 14bba7d3
......@@ -42,6 +42,10 @@
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
......
package com.gic.demo.project.api.service;
import com.gic.demo.base.api.common.ServiceResponse;
import com.gic.api.base.commons.ServiceResponse;
import com.gic.demo.project.api.dto.DemoStoreDTO;
/**
......
package com.gic.demo.project.service.service.api;
import com.gic.api.base.commons.ServiceResponse;
import com.gic.commons.util.EntityUtil;
import com.gic.demo.base.api.common.ServiceResponse;
import com.gic.demo.project.api.dto.DemoStoreDTO;
import com.gic.demo.project.api.service.DemoStoreApiService;
import com.gic.demo.project.service.entity.TabGicDemoStore;
......
package com.gic.demo.project.web.controller;
import com.gic.api.base.commons.ServiceResponse;
import com.gic.commons.webapi.reponse.RestResponse;
import com.gic.demo.base.api.common.ServiceResponse;
import com.gic.demo.project.api.dto.DemoStoreDTO;
import com.gic.demo.project.api.service.DemoStoreApiService;
import com.gic.demo.project.web.exception.GicDemoErrCode;
......
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