【改进】隐私政策分类

This commit is contained in:
2025-11-17 16:15:26 +08:00
parent 07e8151736
commit 0d9ae593c6

View File

@@ -40,4 +40,9 @@ public class PrivacyPolicy extends BaseEntity {
* 排序 * 排序
*/ */
private Integer sort; private Integer sort;
/**
* 类型
*/
private Integer category;
} }