liujie
2025-06-05 a8e83d12274b776b215895273e7021c4eb2ba789
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("注册资本")