refactor(shop): 重构 Shop 模块代码
- 更新了多个类的作者日期 -修正了 ShopDealerOrder 中的日期类型 - 删除了 ShopDealerOrderMapper.xml 文件 - 调整了 ShopExpress 相关代码 - 更新了多个服务类和参数类的作者日期 - 修改了 ShopGenerator 中的输出路径
This commit is contained in:
@@ -24,12 +24,12 @@ public class ShopGenerator {
|
||||
// 输出位置
|
||||
private static final String OUTPUT_LOCATION = System.getProperty("user.dir");
|
||||
//private static final String OUTPUT_LOCATION = "D:/codegen"; // 不想生成到项目中可以写磁盘路径
|
||||
// 输出目录
|
||||
// JAVA输出目录
|
||||
private static final String OUTPUT_DIR = "/src/main/java";
|
||||
// Vue文件输出位置
|
||||
private static final String OUTPUT_LOCATION_VUE = "/Users/liangxin/Project/Html/web/mp-vue";
|
||||
// Vue文件输出目录
|
||||
private static final String OUTPUT_LOCATION_UNIAPP = "/Users/liangxin/Project/Html/miniProgram/template-10550";
|
||||
private static final String OUTPUT_LOCATION_VUE = "/Users/gxwebsoft/VUE/web/mp-vue";
|
||||
// UniApp文件输出目录
|
||||
private static final String OUTPUT_LOCATION_UNIAPP = "/Users/gxwebsoft/VUE/template-10550";
|
||||
// Vue文件输出目录
|
||||
private static final String OUTPUT_DIR_VUE = "/src";
|
||||
// 作者名称
|
||||
@@ -91,7 +91,6 @@ public class ShopGenerator {
|
||||
// "shop_user_coupon",
|
||||
// "shop_cart",
|
||||
// "shop_count",
|
||||
// "shop_express",
|
||||
// "shop_order_delivery",
|
||||
// "shop_order_delivery_goods",
|
||||
// "shop_order_extract",
|
||||
@@ -99,8 +98,8 @@ public class ShopGenerator {
|
||||
// "shop_goods_income_config"
|
||||
// "shop_express",
|
||||
// "shop_express_template",
|
||||
// "shop_express_template_detail"
|
||||
"shop_gift"
|
||||
// "shop_express_template_detail",
|
||||
// "shop_gift"
|
||||
};
|
||||
// 需要去除的表前缀
|
||||
private static final String[] TABLE_PREFIX = new String[]{
|
||||
|
||||
Reference in New Issue
Block a user