package com.smcic.api.user.dto; import lombok.Data; @Data public class PwdResetDTO { private String oldPwd; private String pwd; }