`
文章列表
public enum BillWholesaleBillTypeEnums { A("0","批发 "), B("1","退货"); private String status; private String text; private BillWholesaleBillTypeEnums(String status, String text) { this.status = status; this.text = text; } public String getStatus() ...
Global site tag (gtag.js) - Google Analytics