package com.yuanchu.mom.pojo; import lombok.Data; @Data public class Post { private String companyId; private String postCode; private String postName; private String deptCode; private String postType; private String status; }