refactor base smartproc
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.iconplus.smartproc.helper.base;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
public class BaseRequest implements Serializable {
|
||||
|
||||
}
|
Reference in New Issue
Block a user