Compare commits

..

No commits in common. 'caa63f9cf192ef62e7f9fe69cffe3d7ff2d8bc74' and '1c48b7913ae3e5132df73a39a8357c4524ae4013' have entirely different histories.

@ -16,6 +16,7 @@ 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,6 +16,7 @@ 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,6 +16,7 @@ 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,6 +16,7 @@ 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,6 +16,7 @@ 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,6 +16,7 @@ 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,6 +17,7 @@ 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,6 +17,7 @@ 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,6 +16,7 @@ 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,6 +16,7 @@ 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,6 +16,7 @@ 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,6 +16,7 @@ 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,6 +16,7 @@ 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,6 +17,7 @@ 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