package com.glxp.api.entity.auth; import lombok.Data; @Data public class InvBusUserEntity { private Integer id; private String userId; private String subInvCode; private String scAction; private String remark; }