package com.gkhy.safePlatform.account.entity.enterprise; import java.util.Date; /** * 企业 */ public class EnterpriseInfo { private Long id; private String eid; private String uuid; private String name; private String ownerUid; private Byte type; private Byte status; private Date gmtCreate; private Date gmtModified; }