
com.tmsps.ne4springboot.orm.param.NeParamList Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ne4SpringBoot Show documentation
Show all versions of ne4SpringBoot Show documentation
NE For SpringBoot is good :)
package com.tmsps.ne4springboot.orm.param;
import java.util.ArrayList;
import java.util.List;
import org.springframework.util.ObjectUtils;
import cn.hutool.core.util.StrUtil;
public class NeParamList {
private List paramList = new ArrayList();
// 最终值列表
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy