liujie
2025-06-18 c6ebbc7a11ca228addb0cca7c5f34d2d5ae3249b
ruoyi-system/src/main/java/com/ruoyi/system/query/CompanyListQuery.java
@@ -18,6 +18,8 @@
    @ApiModelProperty("区code")
    @NotBlank(message = "区code不能为空")
    private String areaCode;
    @ApiModelProperty("公司名称")
    private String companyName;
    @ApiModelProperty("公司类型 1个体工商 2有限责任 3独资")
    private List<Integer> companyCategorys;
    @ApiModelProperty("注册资本")