Merge branch 'dev_New_pro' into dev_天津_宝东pro
| | |
| | | public void setUser(SysUser user) |
| | | { |
| | | this.user = user; |
| | | this.aiEnabled = user == null ? null : user.getAiEnabled(); |
| | | if (user != null && user.getAiEnabled() != null) |
| | | { |
| | | this.aiEnabled = user.getAiEnabled(); |
| | | } |
| | | } |
| | |
|
| | | @Override
|
| | |
| | | private Long id; |
| | | @Schema(description = "销售报价单id") |
| | | private Long salesQuotationId; |
| | | |
| | | @Schema(description = "产品Id") |
| | | @TableField(value = "product_id") |
| | | private Long productId; |
| | | @Schema(description = "商品名称") |
| | | private String product; |
| | | @Schema(description = "商品规格") |