活动管理-抽奖活动管理注释修改

This commit is contained in:
xu0625 2021-03-31 09:27:33 +08:00
parent a6926c65bb
commit 91526430ad
5 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ import com.ruoyi.common.core.page.TableDataInfo;
/** /**
* 存储奖项配置信息Controller * 存储奖项配置信息Controller
* *
* @author ruoyi * @author xlh
* @date 2021-03-26 * @date 2021-03-26
*/ */
@Controller @Controller

View File

@ -7,7 +7,7 @@ import com.sinosoft.activity.domain.DrawConfig;
/** /**
* 存储奖项配置信息列表Service接口 * 存储奖项配置信息列表Service接口
* *
* @author ruoyi * @author xlh
* @date 2021-03-25 * @date 2021-03-25
*/ */
public interface IDrawConfigService public interface IDrawConfigService

View File

@ -8,7 +8,7 @@ import java.util.List;
/** /**
* 抽奖活动管理对象Service接口 * 抽奖活动管理对象Service接口
* *
* @author ruoyi * @author xlh
* @date 2021-03-25 * @date 2021-03-25
*/ */
public interface IDrawInfoService public interface IDrawInfoService

View File

@ -13,7 +13,7 @@ import com.ruoyi.common.core.text.Convert;
/** /**
* 存储奖项配置信息列表Service业务层处理 * 存储奖项配置信息列表Service业务层处理
* *
* @author ruoyi * @author xlh
* @date 2021-03-25 * @date 2021-03-25
*/ */
@Service @Service

View File

@ -13,7 +13,7 @@ import com.ruoyi.common.core.text.Convert;
/** /**
* 抽奖活动管理对象Service业务层处理 * 抽奖活动管理对象Service业务层处理
* *
* @author ruoyi * @author xlh
* @date 2021-03-25 * @date 2021-03-25
*/ */
@Service @Service