摘要:
GsonBuilder builder = new GsonBuilder(); builder.registerTypeAdapter(Date.class, new JsonDeserializer<Date>() { public Date deserialize(JsonElement js 阅读全文
摘要:
public interface SalaryAccountingStatementImportBaseVO { String getIdCard(); } @Data public class SalaryAccountingStatementImportVO implements SalaryA 阅读全文
摘要:
java.io.FileNotFoundException: MultipartFile resource [file] cannot be resolved to URL at org.springframework.core.io.AbstractResource.getURL(Abstract 阅读全文