Merge remote-tracking branch 'origin/test' into test

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