add ResponseView

This commit is contained in:
Timi
2026-04-29 16:48:13 +08:00
parent 7e917faf03
commit 3a46327129
5 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
package com.imyeyu.spring.util;
/**
*
*
* @author 夜雨
* @since 2026-02-25 15:46
*/
public interface ResponseView {
/**
*
*
* @author 夜雨
* @since 2026-02-25 15:46
*/
interface Public {
}
/**
*
*
* @author 夜雨
* @since 2026-02-25 15:46
*/
interface Admin extends Public {
}
}