摘要:
public class TestEnum { public static void main(String[] args) { for(int i=0;i<MyEnum.values().length;i++){ System.out.println(MyEnum.values()[i].getK 阅读全文
摘要:
Push failed Invocation failed Server returned invalid Response. java.lang.RuntimeException: Invocation failed Server returned invalid Response. at org 阅读全文
摘要:
@Override public Page<SapOrder> findPage(SapOrderModel sapOrderModel, int currentPage, int pageSize) { Specification<SapOrder> specification = new Spe 阅读全文