活动管理-抽奖活动管理注释修改
This commit is contained in:
parent
a6926c65bb
commit
91526430ad
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue