huanghongfa
2020-12-07 f404947d2563df3436a9cf31ede8804ebf860b39
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.panzhihua.service_community.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.panzhihua.service_community.model.dos.ComActMicroWishDO;
 
/**
 * @program: springcloud_k8s_panzhihuazhihuishequ
 * @description: 微心愿
 * @author: huang.hongfa weixin hhf9596 qq 959656820
 * @create: 2020-12-07 14:33
 **/
public interface ComActMicroWishService extends IService<ComActMicroWishDO> {
}