查询分享用户数

This commit is contained in:
2025-08-25 10:19:57 +08:00
parent 1246ac5cf7
commit d962c6ead5
4 changed files with 56 additions and 3 deletions

View File

@ -92,4 +92,9 @@ public class WebDeviceVo implements Serializable {
*/
private String detailPageUrl;
/**
* 分享用户数量
*/
private Integer shareUsersNumber;
}