|
@@ -2,7 +2,6 @@ package com.xzjmyk.pm.activity.ui.erp.activity;
|
|
|
|
|
|
|
|
import android.content.Intent;
|
|
import android.content.Intent;
|
|
|
import android.os.Bundle;
|
|
import android.os.Bundle;
|
|
|
-import android.util.Log;
|
|
|
|
|
import android.view.LayoutInflater;
|
|
import android.view.LayoutInflater;
|
|
|
import android.view.MenuItem;
|
|
import android.view.MenuItem;
|
|
|
import android.view.View;
|
|
import android.view.View;
|
|
@@ -18,6 +17,9 @@ import com.xzjmyk.pm.activity.view.PullToRefreshSlideListView;
|
|
|
|
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.ArrayList;
|
|
|
|
|
|
|
|
|
|
+/**
|
|
|
|
|
+ * 通知公告页面
|
|
|
|
|
+ */
|
|
|
public class NoticeMenuActivity extends BaseActivity {
|
|
public class NoticeMenuActivity extends BaseActivity {
|
|
|
private ArrayList<Bean> beans;
|
|
private ArrayList<Bean> beans;
|
|
|
public static final int NEWS_REC = 0x01, GONGGAO_REC = 0x03, NOTICES_REC = 0x02;
|
|
public static final int NEWS_REC = 0x01, GONGGAO_REC = 0x03, NOTICES_REC = 0x02;
|