Pre Merge pull request !12 from 唐振超/dev
This commit is contained in:
commit
def1a20183
4
docs/template/typings/api.d.ts.vm
vendored
4
docs/template/typings/api.d.ts.vm
vendored
@ -5,7 +5,8 @@
|
|||||||
*
|
*
|
||||||
* backend api module: "${ModuleName}"
|
* backend api module: "${ModuleName}"
|
||||||
*/
|
*/
|
||||||
namespace ${ModuleName} {
|
declare namespace Api {
|
||||||
|
namespace ${ModuleName} {
|
||||||
/** ${businessname} */
|
/** ${businessname} */
|
||||||
type ${BusinessName} = Common.CommonRecord<{
|
type ${BusinessName} = Common.CommonRecord<{
|
||||||
#foreach($column in $columns)#if(!$BaseEntity.contains($column.javaField))
|
#foreach($column in $columns)#if(!$BaseEntity.contains($column.javaField))
|
||||||
@ -41,4 +42,5 @@ namespace ${ModuleName} {
|
|||||||
|
|
||||||
/** ${businessname} list */
|
/** ${businessname} list */
|
||||||
type ${BusinessName}List = Api.Common.PaginatingQueryRecord<${BusinessName}>;
|
type ${BusinessName}List = Api.Common.PaginatingQueryRecord<${BusinessName}>;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user