Merge branch 'dev' into prod

This commit is contained in:
2025-11-05 17:08:18 +08:00
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;