Commit 9c2efc3f by fengshuonan

转移demo包

parent 1dadf7f3
package cn.stylefeng.guns.config;
\ No newline at end of file
package cn.stylefeng.guns.core;
\ No newline at end of file
package cn.stylefeng.guns.modular.demos.controller;
package cn.stylefeng.guns.modular.form.controller;
import cn.stylefeng.guns.core.pojo.page.LayuiPageFactory;
import cn.stylefeng.guns.core.pojo.page.LayuiPageInfo;
import cn.stylefeng.guns.modular.demos.entity.EgForm;
import cn.stylefeng.guns.modular.demos.model.EgFormParam;
import cn.stylefeng.guns.modular.form.model.EgFormParam;
import cn.stylefeng.roses.core.base.controller.BaseController;
import cn.stylefeng.roses.core.reqres.response.ResponseData;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
......
package cn.stylefeng.guns.modular.demos.entity;
package cn.stylefeng.guns.modular.form.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
......
package cn.stylefeng.guns.modular.demos.model;
package cn.stylefeng.guns.modular.form.model;
import cn.stylefeng.roses.kernel.model.validator.BaseValidatingParam;
import lombok.Data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment