Skip to content

Commit c32deba

Browse files
add new column in rmnch table for death and child record
1 parent 1cf6c07 commit c32deba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/com/iemr/common/identity/data/rmnch/RMNCHBeneficiaryDetailsRmnch.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,4 +547,7 @@ public class RMNCHBeneficiaryDetailsRmnch {
547547
@Expose
548548
private Integer noOfchildren;
549549

550+
@Expose
551+
private Boolean isDeactivate;
552+
550553
}

0 commit comments

Comments
 (0)