ruoyi-system/src/main/java/com/ruoyi/system/model/TbCompany.java
@@ -223,6 +223,22 @@ @TableField("create_time") private Date createTime; /** * 法人 */ @TableField("oper_name") private String operName; /** * 登记机关 */ @TableField("belong_org") private String belongOrg; /** * 登记状态 */ @TableField("registration_status") private String registrationStatus; private String scope;