Merge branch 'dev' into prod

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