友链:汪菜菜

友链:隔壁老王

摘要: package com.example.wms.entity; public class TrayStatusQueryEntity { private String pallet; public TrayStatusQueryEntity() { } public String getPallet 阅读全文
posted @ 2022-06-08 10:56 長安憶ღ 阅读(42) 评论(0) 推荐(0)
摘要: package com.example.wms.entity; public class StockQueryEntity { private String itemname; public StockQueryEntity() { } public String getItemname() { r 阅读全文
posted @ 2022-06-08 10:56 長安憶ღ 阅读(32) 评论(0) 推荐(0)
摘要: package com.example.wms.entity; import com.google.gson.annotations.Expose; public class LoginEntity_t { @Expose public String username; @Expose public 阅读全文
posted @ 2022-06-08 10:52 長安憶ღ 阅读(25) 评论(0) 推荐(0)
摘要: package com.example.wms.entity; import com.google.gson.annotations.Expose; public class LoginEntity { @Expose public String token; @Expose public Stri 阅读全文
posted @ 2022-06-08 10:51 長安憶ღ 阅读(49) 评论(0) 推荐(0)
摘要: package com.example.wms.entity; public class GroupTrayOnlineEntity { private String palletcode ; //托盘条码 private int qty; //数量 public GroupTrayOnlineEn 阅读全文
posted @ 2022-06-08 10:50 長安憶ღ 阅读(33) 评论(0) 推荐(0)
摘要: package com.example.wms.entity; public class EmptyTrayOnlineEntity { private String palletcode; private String platform; public EmptyTrayOnlineEntity( 阅读全文
posted @ 2022-06-08 10:49 長安憶ღ 阅读(27) 评论(0) 推荐(0)
摘要: package com.example.wms.entity; public class BillQueryEntity { private String ordernumber; public BillQueryEntity() { } public String getOrdernumber() 阅读全文
posted @ 2022-06-08 10:48 長安憶ღ 阅读(32) 评论(0) 推荐(0)
摘要: package com.example.wms; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.Context; import android.content.Dia 阅读全文
posted @ 2022-06-08 10:46 長安憶ღ 阅读(37) 评论(0) 推荐(0)
摘要: package com.example.wms; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.ImageButton; import a 阅读全文
posted @ 2022-06-08 10:45 長安憶ღ 阅读(54) 评论(0) 推荐(0)
摘要: package com.example.wms; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.os.Bundle; i 阅读全文
posted @ 2022-06-08 10:44 長安憶ღ 阅读(58) 评论(0) 推荐(0)