【admin】优化 # 1、优化/user/center小程序接口优化仓库id

dev
renfan 2024-08-25 16:52:17 +08:00
parent 9589302fa5
commit 52a7927632
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ public class UserCenterVo implements Serializable {
private String city; //市
private String district; //区
private String technicalGrade; // 技术等级
private Integer warehouseId; // 仓库id
private Long warehouseId; // 仓库id
}