Merge remote-tracking branch 'origin/master'

This commit is contained in:
sxu 2024-10-28 15:31:17 +08:00
commit 0f7dfd949c
1 changed files with 4 additions and 4 deletions

View File

@ -60,10 +60,10 @@ public class BmUnit extends BaseEntity
@Size(max=64, message = "联系人长度不能超过64")
private String linkMan;
/** 联系方式 */
@Excel(name = "联系方式")
@ApiModelProperty(value = "联系方式")
@Size(max=64, message = "联系方式长度不能超过64")
/** 联系电话 */
@Excel(name = "联系电话")
@ApiModelProperty(value = "联系电话")
@Size(max=64, message = "联系电话长度不能超过64")
private String telphone;
/** 删除标志0代表存在 2代表删除 */