Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
ISTE-44: Added demand change audit db script from ws-calculator service
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishchakraborty-egovt committed May 24, 2024
1 parent 84c182e commit 5c04bbe
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package org.egov.wscalculation.web.models;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.NoArgsConstructor;
import lombok.ToString;
import lombok.*;

import java.util.Map;

import static org.apache.commons.lang3.StringUtils.isNotEmpty;


@Getter
@AllArgsConstructor
@NoArgsConstructor
@Builder
Expand Down

0 comments on commit 5c04bbe

Please sign in to comment.