Compare commits

..

2 Commits

Author SHA1 Message Date
deng caa63f9cf1 Merge branch 'develop'
5 months ago
deng 6fe0a5d0e5 删除无用代码
5 months ago

@ -16,7 +16,6 @@ import com.entity.view.DiscussfangwuxinxiView;
* *
* @author * @author
* @email * @email
* @date 2021-03-04 18:46:21
*/ */
public interface DiscussfangwuxinxiService extends IService<DiscussfangwuxinxiEntity> { public interface DiscussfangwuxinxiService extends IService<DiscussfangwuxinxiEntity> {

@ -16,7 +16,6 @@ import com.entity.view.DiscusswoyaodangfangzhuView;
* *
* @author * @author
* @email * @email
* @date 2021-03-04 18:46:21
*/ */
public interface DiscusswoyaodangfangzhuService extends IService<DiscusswoyaodangfangzhuEntity> { public interface DiscusswoyaodangfangzhuService extends IService<DiscusswoyaodangfangzhuEntity> {

@ -16,7 +16,6 @@ import com.entity.view.FangwubaoxiuView;
* *
* @author * @author
* @email * @email
* @date 2021-03-04 18:46:21
*/ */
public interface FangwubaoxiuService extends IService<FangwubaoxiuEntity> { public interface FangwubaoxiuService extends IService<FangwubaoxiuEntity> {

@ -16,7 +16,6 @@ import com.entity.view.FangwuleixingView;
* *
* @author * @author
* @email * @email
* @date 2021-03-04 18:46:21
*/ */
public interface FangwuleixingService extends IService<FangwuleixingEntity> { public interface FangwuleixingService extends IService<FangwuleixingEntity> {

@ -16,7 +16,6 @@ import com.entity.view.FangwupingjiaView;
* *
* @author * @author
* @email * @email
* @date 2021-03-04 18:46:21
*/ */
public interface FangwupingjiaService extends IService<FangwupingjiaEntity> { public interface FangwupingjiaService extends IService<FangwupingjiaEntity> {

@ -16,7 +16,6 @@ import com.entity.view.FangwuxinxiView;
* *
* @author * @author
* @email * @email
* @date 2021-03-04 18:46:21
*/ */
public interface FangwuxinxiService extends IService<FangwuxinxiEntity> { public interface FangwuxinxiService extends IService<FangwuxinxiEntity> {

@ -17,7 +17,6 @@ import java.util.Map;
* *
* @author * @author
* @email * @email
* @date 2021-03-04 18:46:21
*/ */
public interface FangzhuService extends IService<FangzhuEntity> { public interface FangzhuService extends IService<FangzhuEntity> {

@ -17,7 +17,6 @@ import java.util.Map;
* *
* @author * @author
* @email * @email
* @date 2021-03-04 18:46:21
*/ */
public interface HetongxinxiService extends IService<HetongxinxiEntity> { public interface HetongxinxiService extends IService<HetongxinxiEntity> {

@ -16,7 +16,6 @@ import com.entity.view.MessagesView;
* *
* @author * @author
* @email * @email
* @date 2021-03-04 18:46:21
*/ */
public interface MessagesService extends IService<MessagesEntity> { public interface MessagesService extends IService<MessagesEntity> {

@ -16,7 +16,6 @@ import com.entity.view.NewsView;
* *
* @author * @author
* @email * @email
* @date 2021-03-04 18:46:21
*/ */
public interface NewsService extends IService<NewsEntity> { public interface NewsService extends IService<NewsEntity> {

@ -16,7 +16,6 @@ import com.entity.view.StoreupView;
* *
* @author * @author
* @email * @email
* @date 2021-03-04 18:46:21
*/ */
public interface StoreupService extends IService<StoreupEntity> { public interface StoreupService extends IService<StoreupEntity> {

@ -16,7 +16,6 @@ import com.entity.view.WeixiuchuliView;
* *
* @author * @author
* @email * @email
* @date 2021-03-04 18:46:21
*/ */
public interface WeixiuchuliService extends IService<WeixiuchuliEntity> { public interface WeixiuchuliService extends IService<WeixiuchuliEntity> {

@ -16,7 +16,6 @@ import com.entity.view.WoyaodangfangzhuView;
* *
* @author * @author
* @email * @email
* @date 2021-03-04 18:46:21
*/ */
public interface WoyaodangfangzhuService extends IService<WoyaodangfangzhuEntity> { public interface WoyaodangfangzhuService extends IService<WoyaodangfangzhuEntity> {

@ -17,7 +17,6 @@ import java.util.Map;
* *
* @author * @author
* @email * @email
* @date 2021-03-04 18:46:21
*/ */
public interface YuyuekanfangService extends IService<YuyuekanfangEntity> { public interface YuyuekanfangService extends IService<YuyuekanfangEntity> {

Loading…
Cancel
Save