...
|
...
|
@@ -19,7 +19,7 @@ type ColumnSettingService struct { |
|
|
|
|
|
/**
|
|
|
* @Author SteveChan
|
|
|
* @Description //TODO 新增用户时,初始化栏目设置
|
|
|
* @Description //新增用户时,初始化栏目设置
|
|
|
* @Date 23:13 2021/1/26
|
|
|
* @Param
|
|
|
* @return
|
...
|
...
|
@@ -69,7 +69,7 @@ func (columnSettingService *ColumnSettingService) CreateColumnSetting(createColu |
|
|
|
|
|
/**
|
|
|
* @Author SteveChan
|
|
|
* @Description //TODO 返回栏目设置
|
|
|
* @Description // 返回栏目设置
|
|
|
* @Date 23:14 2021/1/26
|
|
|
* @Param
|
|
|
* @return
|
...
|
...
|
@@ -212,7 +212,7 @@ func (columnSettingService *ColumnSettingService) RemoveColumnSetting(removeColu |
|
|
|
|
|
/**
|
|
|
* @Author SteveChan
|
|
|
* @Description //TODO 重置栏目设置
|
|
|
* @Description // 重置栏目设置
|
|
|
* @Date 23:15 2021/1/26
|
|
|
* @Param
|
|
|
* @return
|
...
|
...
|
@@ -271,7 +271,7 @@ func (columnSettingService *ColumnSettingService) ResetColumn(resetColumnCommand |
|
|
|
|
|
/**
|
|
|
* @Author SteveChan
|
|
|
* @Description //TODO 更新栏目设置
|
|
|
* @Description // 更新栏目设置
|
|
|
* @Date 23:15 2021/1/26
|
|
|
* @Param
|
|
|
* @return
|
...
|
...
|
|