注释customerId
This commit is contained in:
parent
bb865d88c1
commit
aa8e2162ce
|
|
@ -74,9 +74,9 @@ public class NuBaseInfo implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 客户
|
* 客户
|
||||||
*/
|
*/
|
||||||
@Excel(name = "客户", width = 15)
|
// @Excel(name = "客户", width = 15)
|
||||||
@ApiModelProperty(value = "客户")
|
// @ApiModelProperty(value = "客户")
|
||||||
private java.lang.String customerId;
|
// private java.lang.String customerId;
|
||||||
/**
|
/**
|
||||||
* 是否删除 0未删除 1删除
|
* 是否删除 0未删除 1删除
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue