update README.md
This commit is contained in:
@@ -9,6 +9,7 @@ using ZR.Admin.WebApi.Filters;
|
||||
using ZR.Common;
|
||||
using Infrastructure.Enums;
|
||||
using ZR.Service.System.IService;
|
||||
using Infrastructure;
|
||||
|
||||
namespace ZR.Admin.WebApi.Controllers.System
|
||||
{
|
||||
|
||||
@@ -53,12 +53,12 @@
|
||||
</template>
|
||||
<script>
|
||||
import {
|
||||
list{ModelTypeName},
|
||||
add{ModelTypeName},
|
||||
del{ModelTypeName},
|
||||
update{ModelTypeName},
|
||||
get{ModelTypeName}
|
||||
} from '@/api/{fileClassName}.js'
|
||||
list{ModelTypeName},
|
||||
add{ModelTypeName},
|
||||
del{ModelTypeName},
|
||||
update{ModelTypeName},
|
||||
get{ModelTypeName}
|
||||
} from '@/api/{fileClassName}.js';
|
||||
|
||||
export default {
|
||||
name: '{ModelTypeName}',
|
||||
|
||||
Reference in New Issue
Block a user