FieldCallLog 增加默认构造函数
This commit is contained in:
@@ -66,6 +66,11 @@ public class FieldCallLog implements Serializable {
|
|||||||
*/
|
*/
|
||||||
private Date updateTime;
|
private Date updateTime;
|
||||||
|
|
||||||
|
|
||||||
|
public FieldCallLog(){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
public FieldCallLog(Long fieldId, String fieldType,String sourceType,Long sourceId, String inputParam, String fieldValue, Long duration, Long organId) {
|
public FieldCallLog(Long fieldId, String fieldType,String sourceType,Long sourceId, String inputParam, String fieldValue, Long duration, Long organId) {
|
||||||
this.fieldId = fieldId;
|
this.fieldId = fieldId;
|
||||||
this.fieldType = fieldType;
|
this.fieldType = fieldType;
|
||||||
|
|||||||
Reference in New Issue
Block a user