liujie
2025-06-05 a8e83d12274b776b215895273e7021c4eb2ba789
ruoyi-system/src/main/java/com/ruoyi/system/model/TbCompany.java
@@ -219,10 +219,30 @@
     */
    private String remark;
    /**
     * 1上架 2 下架  3已出售  4锁定中
     *
     */
    private Integer status;
    @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;