j4587698
j4587698
#### Feature 特性 在使用BaseEntity的时候可以直接映射某个Dto进行更新。 如果能有一个参数可以配置为null则忽略就更好了。 如Update(T dto, bool isIgnoreNull = true) #### 简要描述原因 BaseEntity在更新的时候没法指定忽略列,如果更新的时候某个字段不想更新,则需要自己手动配置需要更新的列,直接使用Mapster之类的映射工具会导致不想更新的列也被更新。 #### 使用场景 例如UserEntity,在修改个人信息的时候不希望修改密码,Dto中不存在密码,但是如果使用映射工具映射到UserEntity,则对应的password字段为null,此时update会将密码字段错误的映射为null。
#### 问题描述及重现步骤: 当创建ManyToMany的表时,如果配置了自动迁移,并不会生成例子里Song_tag这样的中间表,会报No such table Song_tag 。这样的错误 如果手动执行一次Song_tag的select则可以生成。 #### 数据库的具体版本 ``` sqlite ``` #### 安装的包 ``` v2.5.200 ``` #### .net framework/. net core? 及具体版本 ``` .Net5 ```
Summary of the changes (Less than 80 chars) 增加一个OnlySelectLast参数(感觉不好听,不知道改成啥)。添加这个参数后Cascader组件只能选择最后一层叶子节点 Addresses #bugnumber (in this specific format)
### Is your feature request related to a problem? Please describe. 动画效果不全,补全动画效果 ### Describe the solution you'd like 动画效果不全,补全动画效果
是否有el-row el-col这种栅格式布局?这玩意还是蛮常用的
Summary of the changes (Less than 80 chars) 更新SideWidth说明文字 Addresses #bugnumber (in this specific format)
库没有留出接口去掉删除分享按钮,获取选中的图片以及所有显示的图片吗?
#### 问题描述及重现代码: 由于Sqlite中并没有DateTime类型,是使用其他类型模拟的。而目前Freesql的CodeFrist模式好像是给Sqlite一个DATETIME类型。 这种不存在的类型好像在不同的IDE中处理方式不同。 在sqlite studio中应该是作为TEXT处理的,freesql读取正常。 在DataGrip(包括Rider自带的)中是处理为INT了,会给一个时间戳,这个时间戳在freesql里读取会报错。 #### 数据库版本 sqlite3 #### 安装的Nuget包 最新的 #### .net framework/. net core? 及具体版本 .net8
## The problem I have an MP3 file, which displays the title and artist correctly on Windows, but it shows up as garbled text in the library. ## Environment *...
The maximum number of tokens in GPT3.5 is 4096, so after multiple calls to AppendUserInput, it may exceed 4096. How can I remove early input and corresponding Assistant?