在ejs架构项目中任意创建实体类,生成了crud方法,也能访问,但是进入保存界面中填入了信息单击保存,没有用,保存不了,控制台出现以下错误:63844 [http-8080-1] WARN  com.easyjf.util.I18n  - 找不到多国语言配置信息,直接使用属性键:core.web.data type conversion error代替!
63891 [http-8080-1] WARN  com.easyjf.util.I18n  - 找不到多国语言配置信息,直接使用属性键:core.web.data type conversion error代替!
63891 [http-8080-1] ERROR com.easyjf.web.core.FormHandler  - inputUser core.web.data type conversion errorNo matching editors or conversion strategy found type:class com.lanyotech.pss.domain.Employee source:class com.lanyotech.pss.domain.Client
63953 [http-8080-1] WARN  com.easyjf.util.I18n  - 找不到多国语言配置信息,直接使用属性键:core.web.data type conversion error代替!
63953 [http-8080-1] WARN  com.easyjf.util.I18n  - 找不到多国语言配置信息,直接使用属性键:core.web.data type conversion error代替!
63953 [http-8080-1] ERROR com.easyjf.web.core.FormHandler  - seller core.web.data type conversion errorNo matching editors or conversion strategy found type:class com.lanyotech.pss.domain.Employee source:class com.lanyotech.pss.domain.Client
64000 [http-8080-1] WARN  com.easyjf.util.I18n  - 找不到多国语言配置信息,直接使用属性键:core.web.data type conversion error代替!
64000 [http-8080-1] WARN  com.easyjf.util.I18n  - 找不到多国语言配置信息,直接使用属性键:core.web.data type conversion error代替!
64000 [http-8080-1] ERROR com.easyjf.web.core.FormHandler  - source core.web.data type conversion errorNo matching editors or conversion strategy found type:class com.lanyotech.pss.domain.SystemDictionaryDetail source:class com.lanyotech.pss.domain.Client
64047 [http-8080-1] WARN  com.easyjf.util.I18n  - 找不到多国语言配置信息,直接使用属性键:core.web.data type conversion error代替!
64063 [http-8080-1] WARN  com.easyjf.util.I18n  - 找不到多国语言配置信息,直接使用属性键:core.web.data type conversion error代替!
64063 [http-8080-1] ERROR com.easyjf.web.core.FormHandler  - trade core.web.data type conversion errorNo matching editors or conversion strategy found type:class com.lanyotech.pss.domain.SystemDictionaryDetail source:class com.lanyotech.pss.domain.Client

这到底是什么问题了,求那位高手帮我解答??