package com.example.myapplication.data; public class DataConstants { // 笔记内容类型 public static final String NOTE = "note"; }