Commit 68ac42ee authored by 刘斌's avatar 刘斌

fix: 完善H5,二版

parent c0f3aa29
......@@ -110,4 +110,10 @@ public class EmployeeBaseInfoParam {
*/
@NotBlank(message = "户口所在地不能为空")
private String householdRegistrationAddress;
/**
* tid
*/
@NotBlank(message = "tid不能为空")
private Long tenantId;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment