|
|
@ -24,6 +24,8 @@ import org.springblade.core.boot.ctrl.BladeController; |
|
|
|
import org.springblade.core.mp.support.BladePage; |
|
|
|
import org.springblade.core.mp.support.BladePage; |
|
|
|
import org.springblade.core.mp.support.Condition; |
|
|
|
import org.springblade.core.mp.support.Condition; |
|
|
|
import org.springblade.core.mp.support.Query; |
|
|
|
import org.springblade.core.mp.support.Query; |
|
|
|
|
|
|
|
import org.springblade.core.secure.annotation.PreAuth; |
|
|
|
|
|
|
|
import org.springblade.core.secure.constant.AuthConstant; |
|
|
|
import org.springblade.core.tenant.annotation.TenantDS; |
|
|
|
import org.springblade.core.tenant.annotation.TenantDS; |
|
|
|
import org.springblade.core.tool.api.R; |
|
|
|
import org.springblade.core.tool.api.R; |
|
|
|
import org.springblade.core.tool.utils.Func; |
|
|
|
import org.springblade.core.tool.utils.Func; |
|
|
@ -42,6 +44,7 @@ import java.util.Map; |
|
|
|
* |
|
|
|
* |
|
|
|
* @author Chill |
|
|
|
* @author Chill |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
@PreAuth(AuthConstant.HAS_CRYPTO) |
|
|
|
@TenantDS |
|
|
|
@TenantDS |
|
|
|
@RestController |
|
|
|
@RestController |
|
|
|
@RequestMapping("notice") |
|
|
|
@RequestMapping("notice") |
|
|
|