注释customerId

This commit is contained in:
yangjun 2025-12-18 09:14:30 +08:00
parent bb865d88c1
commit aa8e2162ce
1 changed files with 3 additions and 3 deletions

View File

@ -74,9 +74,9 @@ public class NuBaseInfo implements Serializable {
/**
* 客户
*/
@Excel(name = "客户", width = 15)
@ApiModelProperty(value = "客户")
private java.lang.String customerId;
// @Excel(name = "客户", width = 15)
// @ApiModelProperty(value = "客户")
// private java.lang.String customerId;
/**
* 是否删除 0未删除 1删除
*/