chen_branch
cy 4 months ago
parent cfb3217fb8
commit d21d106b8c

@ -20,7 +20,7 @@ public class Notes {
public static final int TYPE_SYSTEM = 2; // 系统类型(如系统文件夹) public static final int TYPE_SYSTEM = 2; // 系统类型(如系统文件夹)
/** /**
* ID *
* {@link Notes#ID_ROOT_FOLDER} * {@link Notes#ID_ROOT_FOLDER}
* {@link Notes#ID_TEMPARAY_FOLDER} 便 * {@link Notes#ID_TEMPARAY_FOLDER} 便
* {@link Notes#ID_CALL_RECORD_FOLDER} * {@link Notes#ID_CALL_RECORD_FOLDER}

@ -27,7 +27,7 @@ public class NotesDatabaseHelper extends SQLiteOpenHelper {
* *
*/ */
public interface TABLE { public interface TABLE {
public static final String NOTE = "note"; // 便签/文件夹表 public static final String NOTE = "note";
public static final String DATA = "data"; // 便签数据详情表 public static final String DATA = "data"; // 便签数据详情表
} }

@ -1,6 +1,4 @@
/*
*
*/
package net.micode.notes.data; package net.micode.notes.data;

Loading…
Cancel
Save