lvhao 16 小時之前
父節點
當前提交
28ec8f9da4
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      core/CoreApp/models/Model_sdzxlist.php

+ 13 - 0
core/CoreApp/models/Model_sdzxlist.php

@@ -8,4 +8,17 @@ class Model_sdzxlist extends Lin_Model
 		$this->load_table('sdzxlist');
 	}
 	
+	public function getStatus(){
+		return [
+			0=>'未处理',
+			1=>'已处理',	
+		];
+	}
+
+	public function getType(){
+		return [
+			1=>'TT站内信',
+			2=>'TT站内信',	
+		];
+	}
 }