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,9 @@
package com.iconplus.smartproc.helper.model;
import brave.internal.Nullable;
import com.iconplus.smartproc.helper.base.BaseResponse;
@Nullable
public class EmptyResponse extends BaseResponse {
}