增加 demo模块 方便参考扩展

This commit is contained in:
疯狂的狮子li
2020-12-29 10:17:44 +08:00
parent 93e7f53cf8
commit b8f6731584
10 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1 @@
package com.ruoyi.demo.controller;

View File

@ -0,0 +1 @@
package com.ruoyi.demo.domain;

View File

@ -0,0 +1 @@
package com.ruoyi.demo.mapper;

View File

@ -0,0 +1 @@
package com.ruoyi.demo.service.impl;

View File

@ -0,0 +1 @@
package com.ruoyi.demo.service;