xin
2025-07-08 83396a38be3c69c81f8acc4681c18f5dd0e698be
oying-system/src/main/java/com/oying/modules/system/domain/UserStore.java
@@ -28,11 +28,9 @@
    @ApiModelProperty(value = "ID", hidden = true)
    private Long managerId;
    @TableId(value = "store_id")
    @ApiModelProperty(value = "门店id")
    private Long storeId;
    @TableId(value = "user_id")
    @ApiModelProperty(value = "用户id")
    private Long userId;