添加销售同时创建账号
This commit is contained in:
@@ -98,5 +98,8 @@ public class SalesManagement implements Serializable {
|
||||
@TableField("update_time")
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
@Schema(description = "密码(不存储在数据库中)")
|
||||
@TableField(exist = false)
|
||||
private String password;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user