refactor base smartproc
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.iconplus.smartproc.model.request;
|
||||
|
||||
import com.iconplus.smartproc.helper.base.BaseRequest;
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
import org.springframework.data.domain.Pageable;
|
||||
|
||||
@Data
|
||||
@Builder
|
||||
public class JenisAnggaranRequest extends BaseRequest {
|
||||
|
||||
private Long id;
|
||||
private String jenisAnggaran;
|
||||
private String keterangan;
|
||||
private Boolean isActive;
|
||||
private Boolean deleted;
|
||||
private String search;
|
||||
private transient Pageable pageable;
|
||||
}
|
Reference in New Issue
Block a user