随笔分类 - entity
实体类
摘要:package com.example.wms.entity; public class WorkShopReceiptEntity { private String code ; private String itemName; private String matspec; private St
阅读全文
摘要:package com.example.wms.entity; public class TrayStatusQueryEntity { private String pallet; public TrayStatusQueryEntity() { } public String getPallet
阅读全文
摘要:package com.example.wms.entity; public class StockQueryEntity { private String itemname; public StockQueryEntity() { } public String getItemname() { r
阅读全文
摘要:package com.example.wms.entity; import com.google.gson.annotations.Expose; public class LoginEntity_t { @Expose public String username; @Expose public
阅读全文
摘要:package com.example.wms.entity; import com.google.gson.annotations.Expose; public class LoginEntity { @Expose public String token; @Expose public Stri
阅读全文
摘要:package com.example.wms.entity; public class GroupTrayOnlineEntity { private String palletcode ; //托盘条码 private int qty; //数量 public GroupTrayOnlineEn
阅读全文
摘要:package com.example.wms.entity; public class EmptyTrayOnlineEntity { private String palletcode; private String platform; public EmptyTrayOnlineEntity(
阅读全文
摘要:package com.example.wms.entity; public class BillQueryEntity { private String ordernumber; public BillQueryEntity() { } public String getOrdernumber()
阅读全文