mitao
2025-02-25 ee2bff3a8eaaafcea4675931db3b8c6ac04c273f
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/query/ComplaintQuery.java
@@ -15,4 +15,9 @@
    @ApiModelProperty("全部:不传,上报待审核:0,正在办理:1, 办结:2")
    private Integer type;
    /**
     * 当前登录用户id
     */
    private Long userId;
}