未打开的不展示

打开的返回是否已开启
This commit is contained in:
2025-11-05 17:00:42 +08:00
parent 3c05e97462
commit c1b15950ba
2 changed files with 8 additions and 2 deletions

View File

@@ -20,6 +20,10 @@ public class DistributionCenterShopVO implements Serializable {
private String shopAddress;
//收益
private String income;
//是否开启
private Boolean isEnabled;
//标签内容
private String labelContent;