refactor base smartproc

This commit is contained in:
dirgantarasiahaan
2023-05-23 11:26:15 +07:00
parent 329d515577
commit beff4babe0
85 changed files with 1642 additions and 839 deletions

View File

@@ -0,0 +1,7 @@
package com.iconplus.smartproc.helper.model;
import com.iconplus.smartproc.helper.base.BaseRequest;
public class EmptyRequest extends BaseRequest {
}