活动管理-抽奖活动管理注释修改
This commit is contained in:
parent
a6926c65bb
commit
91526430ad
|
|
@ -28,7 +28,7 @@ import com.ruoyi.common.core.page.TableDataInfo;
|
|||
/**
|
||||
* 存储奖项配置信息Controller
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author xlh
|
||||
* @date 2021-03-26
|
||||
*/
|
||||
@Controller
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import com.sinosoft.activity.domain.DrawConfig;
|
|||
/**
|
||||
* 存储奖项配置信息列表Service接口
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author xlh
|
||||
* @date 2021-03-25
|
||||
*/
|
||||
public interface IDrawConfigService
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import java.util.List;
|
|||
/**
|
||||
* 抽奖活动管理对象Service接口
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author xlh
|
||||
* @date 2021-03-25
|
||||
*/
|
||||
public interface IDrawInfoService
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ import com.ruoyi.common.core.text.Convert;
|
|||
/**
|
||||
* 存储奖项配置信息列表Service业务层处理
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author xlh
|
||||
* @date 2021-03-25
|
||||
*/
|
||||
@Service
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ import com.ruoyi.common.core.text.Convert;
|
|||
/**
|
||||
* 抽奖活动管理对象Service业务层处理
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author xlh
|
||||
* @date 2021-03-25
|
||||
*/
|
||||
@Service
|
||||
|
|
|
|||
Loading…
Reference in New Issue