package com.jasamedika.medifirst2000.vo; import com.jasamedika.medifirst2000.base.vo.BaseMasterVO; import com.jasamedika.medifirst2000.helper.Caption; import lombok.Getter; import lombok.Setter; @Getter @Setter public class GolonganDarahRhesusVO extends BaseMasterVO { @Caption(value = "idGolDarahAndRhesus") private String idGolDarahAndRhesus; @Caption(value = "nameGolDarahAndRhesus") private String nameGolDarahAndRhesus; }