Browse Source

no message

master
lh 7 years ago
parent
commit
aed2cba2c5
2 changed files with 10 additions and 0 deletions
  1. +5
    -0
      app/src/main/java/com/qhclh/ytzh/home/RpcUrl.java
  2. +5
    -0
      app/src/main/res/layout/act_catchscan.xml

+ 5
- 0
app/src/main/java/com/qhclh/ytzh/home/RpcUrl.java View File

@ -141,4 +141,9 @@ public class RpcUrl {
///< 修改密码
public static String ChangePassword = "/MainSystem/MainSystem/Rpcs/UserRpc/ChangePassword";
public static String CatchChickenInsert = "/MainSystem/B3_ZhongHui/Rpcs/CatchChickenLogRpc/Insert";
public static String CatchChickenInsert_fanhui = "/MainSystem/B3_ZhongHui/BO/CatchChickenLog";
public static String CatchChickenQuery = "/MainSystem/B3_ZhongHui/Rpcs/CatchChickenLogRpc/Query";
}

+ 5
- 0
app/src/main/res/layout/act_catchscan.xml View File

@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/greyf4f4f4"
android:orientation="vertical">
<include layout="@layout/include_tool_bar"></include>
@ -9,6 +10,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
android:paddingBottom="@dimen/dp_10"
android:paddingLeft="@dimen/dp_10"
android:paddingTop="@dimen/dp_10">
@ -33,6 +35,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
android:paddingBottom="@dimen/dp_10"
android:paddingLeft="@dimen/dp_10"
android:paddingTop="@dimen/dp_10">
@ -57,6 +60,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
android:paddingBottom="@dimen/dp_10"
android:paddingLeft="@dimen/dp_10"
android:paddingTop="@dimen/dp_10">
@ -81,6 +85,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
android:paddingBottom="@dimen/dp_10"
android:paddingLeft="@dimen/dp_10"
android:paddingTop="@dimen/dp_10">


Loading…
Cancel
Save