未打开的不展示

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

View File

@@ -21,7 +21,7 @@ public class DistributionCenterShopVO implements Serializable {
//收益
private String income;
//是否开启
private Boolean isEnabled;
private Boolean isEnable;