Skip to content

Commit

Permalink
修复单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
entropy-cloud committed Jan 3, 2024
1 parent f78bc30 commit 0fcedce
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@ public OrmToManyReferenceModel() {

}

public boolean isIgnoreDepends(){
return false;
}

public void setIgnoreDepends(boolean ignoreDepends){

}

public OrmRefSetModel getRefSet(){
return null;
}

public void setRefSet(OrmRefSetModel model){

}

@Override
public OrmDataTypeKind getKind() {
return OrmDataTypeKind.TO_MANY_RELATION;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"updateTime": "@var:NopSysNoticeTemplate@updateTime",
"remark": "sss",
"id": "@var:NopSysNoticeTemplate@sid",
"extCode": "D2023123001",
"extCode": "D2024123001",
"extFldA": "x"
},
"status": 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
_chgType,ENTITY_NAME,ENTITY_ID,FIELD_NAME,FIELD_TYPE,DECIMAL_SCALE,DECIMAL_VALUE,DATE_VALUE,TIMESTAMP_VALUE,STRING_VALUE,VERSION,CREATED_BY,CREATE_TIME,UPDATED_BY,UPDATE_TIME,REMARK
A,io.nop.sys.dao.entity.NopSysNoticeTemplate,@var:NopSysNoticeTemplate@sid,fldA,11,,,,,x,0,autotest-ref,*,autotest-ref,*,
A,io.nop.sys.dao.entity.NopSysNoticeTemplate,@var:NopSysNoticeTemplate@sid,fldC,11,,,,,D2023123001,0,autotest-ref,*,autotest-ref,*,
A,io.nop.sys.dao.entity.NopSysNoticeTemplate,@var:NopSysNoticeTemplate@sid,fldC,11,,,,,D2024123001,0,autotest-ref,*,autotest-ref,*,

0 comments on commit 0fcedce

Please sign in to comment.