commit 487277683349c84427886e55cf6057269de4aa24 Author: unity Date: Tue Jan 9 22:22:58 2024 +0800 food-api diff --git a/food-api/.classpath b/food-api/.classpath new file mode 100644 index 0000000..1d05ba3 --- /dev/null +++ b/food-api/.classpath @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/food-api/.project b/food-api/.project new file mode 100644 index 0000000..7a0f5f0 --- /dev/null +++ b/food-api/.project @@ -0,0 +1,36 @@ + + + food-api + + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.wst.validation.validationbuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jem.workbench.JavaEMFNature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + + diff --git a/food-api/.settings/org.eclipse.core.resources.prefs b/food-api/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..f9fe345 --- /dev/null +++ b/food-api/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +encoding//src/main/java=UTF-8 +encoding//src/test/java=UTF-8 +encoding/=UTF-8 diff --git a/food-api/.settings/org.eclipse.jdt.core.prefs b/food-api/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..cac0df4 --- /dev/null +++ b/food-api/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,11 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/food-api/.settings/org.eclipse.m2e.core.prefs b/food-api/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000..f897a7f --- /dev/null +++ b/food-api/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/food-api/.settings/org.eclipse.wst.common.component b/food-api/.settings/org.eclipse.wst.common.component new file mode 100644 index 0000000..cb70cf0 --- /dev/null +++ b/food-api/.settings/org.eclipse.wst.common.component @@ -0,0 +1,5 @@ + + + + + diff --git a/food-api/.settings/org.eclipse.wst.common.project.facet.core.xml b/food-api/.settings/org.eclipse.wst.common.project.facet.core.xml new file mode 100644 index 0000000..fb95c45 --- /dev/null +++ b/food-api/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/food-api/.settings/org.eclipse.wst.validation.prefs b/food-api/.settings/org.eclipse.wst.validation.prefs new file mode 100644 index 0000000..04cad8c --- /dev/null +++ b/food-api/.settings/org.eclipse.wst.validation.prefs @@ -0,0 +1,2 @@ +disabled=06target +eclipse.preferences.version=1 diff --git a/food-api/food-api.iml b/food-api/food-api.iml new file mode 100644 index 0000000..8d8f225 --- /dev/null +++ b/food-api/food-api.iml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/food-api/pom.xml b/food-api/pom.xml new file mode 100644 index 0000000..0aa7ab6 --- /dev/null +++ b/food-api/pom.xml @@ -0,0 +1,32 @@ + + + 4.0.0 + + com.jwsaas + food-parent + 2.0.0 + + food-api + food-api + http://maven.apache.org + + + UTF-8 + + + + + com.jwsaas + common-utils + + + + junit + junit + test + + + + diff --git a/food-api/src/main/java/com/jwsaas/Constants.java b/food-api/src/main/java/com/jwsaas/Constants.java new file mode 100644 index 0000000..4509cf8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/Constants.java @@ -0,0 +1,67 @@ +package com.jwsaas; + +public class Constants { + + /** + * 应用类型标识,运维系统中全局唯一 + */ + public static final String APP_TYPE_SIGN = "cy2"; + + /** + * 公共部分标识(shared) + */ + public static final String SHARED_SIGN = "shared"; + + /** + * 项目标识(food2) + */ + public static final String FOOD_SIGN = "food"; + + /** + * 运维项目标识(ops) + */ + public static final String OPS_SIGN = "ops"; + + /** + * 计划任务标识(shared) + */ + public static final String TASK_SIGN = "task"; + + /** + * 微信点餐标识(wxdc) + */ + public static final String WXDC_SIGN = "wxdc"; + + /** + * 小程序要货标识(wxyh) + */ + public static final String WXYH_SIGN = "wxyh"; + + /** + * 系统默认数据源标识 + */ + public static final String DEFAULT_DB_SIGN = "10001"; + + public static final String PATH_SEPARATOR = ","; + + /** + * 系统默认总部门店编号 + */ + public static final String DEFAULT_HEADQUARTER_STORE_NO = "000000"; + + /** + * 根据门店编号,判断是否总部员工 + * + * @param storeNo + * 门店编号 + * @return + */ + public static boolean isHeadquarterWorker(String storeNo) { + try { + return Integer.valueOf(Constants.DEFAULT_HEADQUARTER_STORE_NO) == Integer.valueOf(storeNo); + } catch (Exception e) { + return false; + } + } + +} diff --git a/food-api/src/main/java/com/jwsaas/ModuleType.java b/food-api/src/main/java/com/jwsaas/ModuleType.java new file mode 100644 index 0000000..cd5d340 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/ModuleType.java @@ -0,0 +1,34 @@ +package com.jwsaas; + +/** + * 模块分类 + */ +public enum ModuleType { + + HEADQUARTER("headquarter", "总部相关"), + STORE("store", "门店相关"), + AGENT("agent", "代理商相关"), + WINDOW("window", "美食广场档口商户相关"); + + private ModuleType(String sign, String description) { + this.sign = sign; + this.description = description; + } + + private String sign; + private String description; + + public String getSign() { + return sign; + } + + public String getDescription() { + return description; + } + + @Override + public String toString() { + return super.toString() + "(" + sign + "," + description + ")"; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/OrderPromotionType.java b/food-api/src/main/java/com/jwsaas/OrderPromotionType.java new file mode 100644 index 0000000..d81fbb7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/OrderPromotionType.java @@ -0,0 +1,34 @@ +package com.jwsaas; + +/** + * 订单优惠枚举 + * @author louxutao + * + */ +public enum OrderPromotionType { + // 0赠送 1折扣 2优惠券 3会员卡折扣 4满减 5满送 6议价 7兑换 8会员价 9立减 + NONE(-1, "无"), GIFT(0, "赠送"), DISCOUNT(1, "折扣"), QUAN(2, "优惠券"), MEMBERPRICE(3, "会员价"), + FULLDISCOUNT(4, "满减"),FULLGIFT(5, "满送"),BARGIN(6, "议价"),DUIHUAN(7, "兑换"),REDUCT(8, "立减"), + ORDERREDUCT(9, "整单立减"),ORDERDISCOUNT(21, "整单折扣"),ORDERBARGIN(26, "整单议价"),SUITDISCOUNT(50, "道菜分摊"); + + private OrderPromotionType(Integer sign, String description) { + this.sign = sign; + this.description = description; + } + + private Integer sign; + private String description; + + public Integer getSign() { + return sign; + } + + public String getDescription() { + return description; + } + + @Override + public String toString() { + return super.toString() + "(" + sign + "," + description + ")"; + } +} diff --git a/food-api/src/main/java/com/jwsaas/ProgramIndexPictureType.java b/food-api/src/main/java/com/jwsaas/ProgramIndexPictureType.java new file mode 100644 index 0000000..fedc16f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/ProgramIndexPictureType.java @@ -0,0 +1,36 @@ +package com.jwsaas; + +public enum ProgramIndexPictureType { + RECHARGE("recharge", "充值"), + COUPON("coupon", "优惠券"), + PAYCODE("payCode", "支付码"), + FORHEREORDER("forHereOrder", "堂食点单"), + TAKEOUTORDER("takeOutOrder", "外卖点单"), + INTEGRALMALL("integralMall", "积分商城"), + USERCENTER("userCenter", "个人中心"); + + + ProgramIndexPictureType(String sign, String description) { + this.sign = sign; + this.description = description; + } + + private String sign; + private String description; + + public String getSign() { + return sign; + } + + public void setSign(String sign) { + this.sign = sign; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } +} diff --git a/food-api/src/main/java/com/jwsaas/PromotionType.java b/food-api/src/main/java/com/jwsaas/PromotionType.java new file mode 100644 index 0000000..ac361b8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/PromotionType.java @@ -0,0 +1,35 @@ +package com.jwsaas; + +public enum PromotionType { + + GOODS("goods", "商品促销"), + FULL_CUT("fullCut", "满减促销"), + FULL_GIVE("fullGive", "满送促销"), + FULL_GIFT("fullGift", "满赠促销"), + DOUBLE_SPECIAL("doubleSpecial", "双数特价"); + + private String sign; + private String description; + + private PromotionType(String sign, String description) { + this.sign = sign; + this.description = description; + } + + public String getSign() { + return sign; + } + + public void setSign(String sign) { + this.sign = sign; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/RoleType.java b/food-api/src/main/java/com/jwsaas/RoleType.java new file mode 100644 index 0000000..186f0f4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/RoleType.java @@ -0,0 +1,34 @@ +package com.jwsaas; + +/** + * 角色分类 + */ +public enum RoleType { + + HEADQUARTER("headquarter", "总部"), + STORE("store", "分店"), + AGENT("agent", "代理商"), + WINDOW("window", "档口商户"); + + private RoleType(String sign, String description) { + this.sign = sign; + this.description = description; + } + + private String sign; + private String description; + + public String getSign() { + return sign; + } + + public String getDescription() { + return description; + } + + @Override + public String toString() { + return super.toString() + "(" + sign + "," + description + ")"; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/SalesOrderDiscountType.java b/food-api/src/main/java/com/jwsaas/SalesOrderDiscountType.java new file mode 100644 index 0000000..bb6592c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/SalesOrderDiscountType.java @@ -0,0 +1,57 @@ +package com.jwsaas; + +/** + * 销售订单优惠类型 + */ +public enum SalesOrderDiscountType { + + NONE("-1", "无"), // None = -1, + ZENGSONG("0", "赠送"), // 赠送 = 0, + ZHEKOU("1", "折扣"),// 折扣 = 1, + YOUHUIQUAN("2", "优惠券"),// 优惠券 = 2, + HUIYUANJIA("3", "会员价"),// 会员价 = 3, + MANJIAN("4", "满减"),// 满减 = 4, + MANSONG("5", "满送"),// 满送 = 5, + YIJIA("6", "议价"),// 议价 = 6, + DUIHUAN("7", "兑换"),// 兑换 = 7, + LIJIAN("8", "立减"),// 立减 = 8, + ZHENGDANLIJIAN("9", "整单立减"),// 整单立减 = 9, + MIANDAN("10", "免单"),// 免单 = 10, + HUIYUANDENGJIYOUHUI("11","会员等级优惠"),//会员等级优惠 = 11, + ZUOFAZHEKOU("12","做法折扣"),//做法折扣 = 12, + ZHENGDANZHEKOU("21", "整单折扣"),// 整单折扣 = 21, + ZHENGDANYIJIA("26", "整单议价"),// 整单议价 = 26, + WMKF("30", "外卖扣费"),// 外卖扣费= 30, + DAOCAIFENTAN("50", "道菜分摊"),// 道菜分摊 = 50, + KAYOURI("60", "卡友日"),// 卡友日 = 60, + MANJIANCUXIAO("61", "满减促销"),// 满减促销 = 61, + SHANGPINCUXIAO("62", "商品促销"),// 商品促销 = 62, + SHITIYOUHUIQUAN("63", "实体优惠券"),// 实体优惠券 = 63, + SHUANGSHUTEJIAYOUHUI("64", "双数特价优惠"),// 双数特价优惠 = 64, + SHUANGSHUTEJIAZENGSONG("65", "双数特价赠送"),// 双数特价赠送 = 65, + DIANZIDAIJINQUAN("80", "电子代金券"),// 电子代金券 = 80, + DIANZIZHEKOUQUAN("81", "电子折扣券"),// 电子折扣券 = 81, + DIANZIDUIHUANQUAN("82", "电子兑换券");// 电子兑换券 = 82, + + private SalesOrderDiscountType(String sign, String description) { + this.sign = sign; + this.description = description; + } + + private String sign; + private String description; + + public String getSign() { + return sign; + } + + public String getDescription() { + return description; + } + + @Override + public String toString() { + return super.toString() + "(" + sign + "," + description + ")"; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/ServerDataVersionRelationType.java b/food-api/src/main/java/com/jwsaas/ServerDataVersionRelationType.java new file mode 100644 index 0000000..eec7c89 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/ServerDataVersionRelationType.java @@ -0,0 +1,88 @@ +package com.jwsaas; + +/** + * Created by Administrator on 2019\2\12 0012. + */ +public enum ServerDataVersionRelationType { + //员工信息相关; + WORK_LIST("StoreWorker","CY_WORKERDATA"), + WORK_EXT_LIST("StoreWorkerExt","CY_WORKERDATA"), + WORK_POSROLE_LIST("PosRole","CY_WORKERDATA"), + //商品信息相关; + PRODUCT_TYPE_LIST("ProductType","CY_PRODUCTDATA"), + PRODUCT_LIST("Product","CY_PRODUCTDATA"), + PRODUCT_UNIT_LIST("ProductUnit","CY_PRODUCTDATA"), + PRODUCT_IMAGE_LIST("ProductImage","CY_PRODUCTDATA"), + PRODUCT_SPEC_LIST("ProductSpec","CY_PRODUCTDATA"), + PRODUCT_MAKETYPE_LIST("MakeType","CY_PRODUCTDATA"), + PRODUCT_MAKEDETAIL_LIST("MakeDetail","CY_PRODUCTDATA"), + PRODUCT_SUIT_LIST("ProductSuit","CY_PRODUCTDATA"), + PRODUCT_SUITDETAIL_LIST("ProductSuitDetail","CY_PRODUCTDATA"), + PRODUCT_KITPLAN_LIST("KitPlan","CY_PRODUCTDATA"), + PRODUCT_KITPLANSET_LIST("ProductKitPlan","CY_PRODUCTDATA"), + PRODUCT_KDSPLAN_LIST("KdsPlan","CY_PRODUCTDATA"), + PRODUCT_KDSPLANSET_LIST("ProductKdsPlan","CY_PRODUCTDATA"), + ELEME_MAPPING_DISH_LIST("ElemeCategoryFood","CY_PRODUCTDATA"), + MEITUAN_MAPPING_DISH_LIST("MeituanFood","CY_PRODUCTDATA"), + PRODUCT_RATIO_LIST("ProductRatio","CY_PRODUCTDATA"), + STORE_PRODUCT_BURDEN_LIST("ProductBurden","CY_PRODUCTDATA"), + STORE_MAKE_BURDEN_LIST("MakeBurden","CY_PRODUCTDATA"), + STORE_PRODUCT_LIST("StoreProduct","CY_PRODUCTDATA"), + PRODUCT_TEMPLATE_LIST("ProductTemplate","CY_PRODUCTDATA"), + PRODUCT_TEMPLATE_DETAIL_LIST("ProductTemplateDetail","CY_PRODUCTDATA"), + PRODUCT_MAKE_TEMPLATE_LIST("ProductMakeTemplate","CY_PRODUCTDATA"), + PRODUCT_MAKE_TEMPLATE_DETAIL_LIST("ProductMakeTemplateDetail","CY_PRODUCTDATA"), + //付款信息相关; + STORE_PAYTYPE_LIST("PayType","CY_PAYDATA"), + STORE_PAYMODE_LIST("PayMode","CY_PAYDATA"), + STORE_PAYMODESTORE_LIST("PayModeStore","CY_PAYDATA"), + STORE_PAY_PARAMETER_LIST("PaymentParameter","CY_PAYDATA"), + STORE_RECHARGE_PARAMETER_LIST("RechargeParameter","CY_PAYDATA"), + //门店信息相关; + STORE_BUSINESSPLAN_LIST("BusinessPlan","CY_STOREDATA"), + STORE_BUSINESSPLANDETAIL_LIST("BusinessPlanDetail","CY_STOREDATA"), + STORE_TABLEAREA_LIST("StoretableArea","CY_STOREDATA"), + STORE_TABLE_LIST("Storetable","CY_STOREDATA"), + BRAND_LIST("Brand","CY_STOREDATA"), + STORE_LIST("Store","CY_STOREDATA"), + STORE_PRINT_IMAGE_LIST("PrintImage","CY_STOREDATA"), + STORE_ADVERT_PICTURE_LIST("AdvertPicture","CY_STOREDATA"), + STORE_ADVERT_CAPTION_LIST("AdvertCaption","CY_STOREDATA"), + STORE_FEE_ITEM_LIST("FeeItem","CY_STOREDATA"), + STORE_STORAGE_LIST("StoreStorage","CY_STOREDATA"), + STORE_TABLE_TYPE_LIST("StoretableType","CY_STOREDATA"), + + //其他设置信息;运维端俩个 + POS_SET_PLAN_DOWN("PosSetPlan","CY_OTHERDATA "), + //熟客信息; + VISITOR_LIST("Visitor","CY_VISITORDATA"), + VISITOR_TAG_LIST("VisitorTag","CY_VISITORDATA"), + VISITOR_ADDRESS_LIST("VisitorAddress","CY_VISITORDATA") + ; + + + ServerDataVersionRelationType(String mapperName, String dataVersionType) { + this.mapperName = mapperName; + this.dataVersionType = dataVersionType; + } + + private String mapperName; + + private String dataVersionType; + + public String getMapperName() { + return mapperName; + } + + public void setMapperName(String mapperName) { + this.mapperName = mapperName; + } + + public String getDataVersionType() { + return dataVersionType; + } + + public void setDataVersionType(String dataVersionType) { + this.dataVersionType = dataVersionType; + } +} diff --git a/food-api/src/main/java/com/jwsaas/StockTypeEnum.java b/food-api/src/main/java/com/jwsaas/StockTypeEnum.java new file mode 100644 index 0000000..102def2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/StockTypeEnum.java @@ -0,0 +1,44 @@ +package com.jwsaas; + +import java.util.HashMap; +import java.util.Map; + +public enum StockTypeEnum { + FULL((byte) 1, "置满"), EMPTY((byte) 2, "置空"), CUSTOM((byte) 3, "自定义库存"); + private static final Map instances = new HashMap(); + + static { + for (StockTypeEnum stockTypeEnum : StockTypeEnum.values()) { + instances.put(stockTypeEnum.getSign(), stockTypeEnum); + } + } + + private StockTypeEnum(Byte sign, String description) { + this.sign = sign; + this.description = description; + } + + private Byte sign; + private String description; + + public Byte getSign() { + return sign; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public static StockTypeEnum getSalesEnum(Byte code) { + if (instances.containsKey(code)) { + return instances.get(code); + } + + return null; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/StoreAccountBusType.java b/food-api/src/main/java/com/jwsaas/StoreAccountBusType.java new file mode 100644 index 0000000..e22d0c5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/StoreAccountBusType.java @@ -0,0 +1,42 @@ +package com.jwsaas; + +/** + * 门店余额账户业务类型 + */ +public enum StoreAccountBusType { + + RECHARGE("1", "充值"), + HANDOVER("2", "交班"), + ENCHASHMENT("3", "提现"), + CUTPAYMENT("4", "要货扣款"), + REFOUND("5", "配送验收差异退款"), + EDITCOST("6", "账户调整扣款"), + EDITRETURN("7", "账户调整退款"), + FIXEDCOST("8", "固定费用扣款"), + UNFIXEDCOST("9", "变动费用扣款"), + FREEZEASKGOODSMONEY("10","要货款冻结"), + UNFREEZEASKGOODSMONEY("11","要货款解冻"), + OTHER("99", "其他"); + + private StoreAccountBusType(String sign, String description) { + this.sign = sign; + this.description = description; + } + + private String sign; + private String description; + + public String getSign() { + return sign; + } + + public String getDescription() { + return description; + } + + @Override + public String toString() { + return super.toString() + "(" + sign + "," + description + ")"; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/StoreStorageOutTicketType.java b/food-api/src/main/java/com/jwsaas/StoreStorageOutTicketType.java new file mode 100644 index 0000000..07821d4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/StoreStorageOutTicketType.java @@ -0,0 +1,35 @@ +package com.jwsaas; + +/** + * 门店出库单-出库类型 + */ +public enum StoreStorageOutTicketType { + + // 1-报废;2-损耗;99-其他; + SCRAPPED("1", "报废"), + LOSS("2", "损耗"), + SHICHI("3", "试吃"), + OTHER("99", "其他"); + + private StoreStorageOutTicketType(String sign, String description) { + this.sign = sign; + this.description = description; + } + + private String sign; + private String description; + + public String getSign() { + return sign; + } + + public String getDescription() { + return description; + } + + @Override + public String toString() { + return super.toString() + "(" + sign + "," + description + ")"; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/StoreStorageTicketType.java b/food-api/src/main/java/com/jwsaas/StoreStorageTicketType.java new file mode 100644 index 0000000..957c241 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/StoreStorageTicketType.java @@ -0,0 +1,35 @@ +package com.jwsaas; + +/** + * 门店入库单-入库类型 + */ +public enum StoreStorageTicketType { + + // 1-自采;99-其他 + PURCHASE("1", "自采"), + PRODUCE("2", "生产入库"), + OTHER("99", "其他"); + + private StoreStorageTicketType(String sign, String description) { + this.sign = sign; + this.description = description; + } + + private String sign; + private String description; + + public String getSign() { + return sign; + } + + public String getDescription() { + return description; + } + + @Override + public String toString() { + return super.toString() + "(" + sign + "," + description + ")"; + } + + +} diff --git a/food-api/src/main/java/com/jwsaas/SuitType.java b/food-api/src/main/java/com/jwsaas/SuitType.java new file mode 100644 index 0000000..335ee58 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/SuitType.java @@ -0,0 +1,32 @@ +package com.jwsaas; + +/*** + * 菜品类型枚举 + * @author louxutao + * + */ +public enum SuitType { + NORMAL(1, "普通菜"), SUIT(2, "主菜"), SUITDETAIL(3, "明细菜"); + + private SuitType(Integer sign, String description) { + this.sign = sign; + this.description = description; + } + + private Integer sign; + private String description; + + public Integer getSign() { + return sign; + } + + public String getDescription() { + return description; + } + + @Override + public String toString() { + return super.toString() + "(" + sign + "," + description + ")"; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/TlData.java b/food-api/src/main/java/com/jwsaas/TlData.java new file mode 100644 index 0000000..2679c04 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/TlData.java @@ -0,0 +1,27 @@ +package com.jwsaas; + +/** + * @Author 通联接口返回JSON字符串 Data + * @Date 2023/6/20 + */ +public class TlData { + + private String customerUserId; + private String bizUserId; + + public String getCustomerUserId() { + return customerUserId; + } + + public void setCustomerUserId(String customerUserId) { + this.customerUserId = customerUserId; + } + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } +} diff --git a/food-api/src/main/java/com/jwsaas/TlReturnMsg.java b/food-api/src/main/java/com/jwsaas/TlReturnMsg.java new file mode 100644 index 0000000..3d079d9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/TlReturnMsg.java @@ -0,0 +1,55 @@ +package com.jwsaas; + +/** + * @Author 通联接口返回JSON字符串 + * @Date 2023/6/20 + * {"code":"10000","data":"{\"customerUserId\":\"test00012\", \"bizUserId\":\"ZHTQY_OUT16872308585067050\"}","msg":"服务调用成功","sign":"c0ed74949c47e2c99e7c7e5b4c0f5fc8","subCode":"OK"} + */ +public class TlReturnMsg { + + private String code; + private String data; + private String msg; + private String sign; + private String subCode; + + public String getCode() { + return code; + } + + public void setCode(String code) { + this.code = code; + } + + public String getData() { + return data; + } + + public void setData(String data) { + this.data = data; + } + + public String getMsg() { + return msg; + } + + public void setMsg(String msg) { + this.msg = msg; + } + + public String getSign() { + return sign; + } + + public void setSign(String sign) { + this.sign = sign; + } + + public String getSubCode() { + return subCode; + } + + public void setSubCode(String subCode) { + this.subCode = subCode; + } +} diff --git a/food-api/src/main/java/com/jwsaas/cache/CacheKeys.java b/food-api/src/main/java/com/jwsaas/cache/CacheKeys.java new file mode 100644 index 0000000..bdbb0de --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/cache/CacheKeys.java @@ -0,0 +1,72 @@ +package com.jwsaas.cache; + +/** + * 集中管理缓存的Key + */ +public enum CacheKeys { + + /* 计量单位相关 */ + PRODUCT_UNIT_LIST("productUnitList", "计量单位列表", null), + PRODUCT_UNIT_MAP("productUnitMap", "计量单位Map", null), + /* 门店仓库 */ + STORE_STORAGE_LIST("storeStorageList", "门店仓库列表", null), + STORE_STORAGE_MAP("storeStorageMap", "门店仓库Map", null), + /* 商品类别相关 */ + PRODUCT_TYPE_LIST("productTypeList", "商品类别列表", null), + PRODUCT_TYPE_MAP("productTypeMap", "商品类别Map", null), + /* 菜品做法分类相关 */ + MAKE_TYPE_LIST("makeTypeList", "菜品做法分类列表", null), + MAKE_TYPE_MAP("makeTypeMap", "菜品做法分类Map", null), + /* 品牌相关 */ + BRAND_LIST("brandList", "品牌列表", null), + BRAND_MAP("brandMap", "品牌信息Map", null), + /* 门店类型相关 */ + STORE_TYPE_LIST("storeTypeList", "门店类型列表", null), + STORE_TYPE_MAP("storeTypeMap", "门店类型Map", null), + /* 门店部门相关 */ + STORE_DEPARTMENT_LIST("storeDepartmentList", "门店部门列表", null), + /* 门店信息相关 */ + STORE_LIST("storeList", "门店信息列表", null), + STORE_MAP("storeMap", "门店信息Map", null), + /* 供应商类别相关 */ + SUPPLIER_TYPE_LIST("supplierTypeList", "供应商类别列表", null), + SUPPLIER_TYPE_MAP("supplierTypeMap", "供应商类别Map", null), + SUPPLIER_LIST("supplierList", "供应商列表", null), + SUPPLIER_MAP("supplierMap", "供应商Map", null), + /* 总部库位类型相关 */ + STORAGE_TYPE_LIST("storageTypeList", "总部库位类型列表", null), + STORAGE_TYPE_MAP("storageTypeMap", "总部库位类型Map", null), + /* 总部库位相关 */ + STORAGE_LIST("storageList", "总部库位类型列表", null), + STORAGE_MAP("storageMap", "总部库位类型Map", null), + /* 付款类型相关 */ + PAY_TYPE_LIST("payTypeList", "付款类型列表", null), + PAY_TYPE_MAP("payTypeMap", "付款类型Map", null), + /* 商品库存系数相关 */ + PRODUCT_RATIO_LIST("productRatioList", "商品库存系数列表", null), + /*应用授权表*/ + YWAPPAUTH_MAP("ywAppAuthMap", "应用授权设置", null), + PRODUCT_RATIO_MAP("productRatioMap", "商品库存系数Map", null); + + private String key;// key + private String description;// 描述 + private Object extendInfo;// 扩展信息 + + private CacheKeys(String key, String description, Object extendInfo) { + this.key = key; + this.description = description; + this.extendInfo = extendInfo; + } + + public String getKey() { + return this.key; + } + + public String getDescription() { + return this.description; + } + + public Object getExtendInfo() { + return extendInfo; + } +} diff --git a/food-api/src/main/java/com/jwsaas/cache/CacheService.java b/food-api/src/main/java/com/jwsaas/cache/CacheService.java new file mode 100644 index 0000000..d1ff5fe --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/cache/CacheService.java @@ -0,0 +1,31 @@ +package com.jwsaas.cache; + +import java.io.Serializable; +import java.util.Collection; +import java.util.Set; + +public interface CacheService extends Serializable { + + void set(String tenantId, String key, Object value, int secondsToExpire) throws Exception; + + Object get(String tenantId, String key) throws Exception; + + Object del(String tenantId, String key) throws Exception; + + Object getQueue(String tenantId, String key) throws Exception; + + Integer getQueueSize(String tenantId, String key) throws Exception; + + void setQueue(String tenantId, String key, Boolean clearFlag, Collection value, int secondsToExpire) throws Exception; + + void setQueue(String tenantId, String key, Object value, int secondsToExpire) throws Exception; + + void clear(String tenantId) throws Exception; + + Set keys(String tenantId) throws Exception; + + int size(String tenantId) throws Exception; + + Collection values(String tenantId) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/entity/BaseEntity.java b/food-api/src/main/java/com/jwsaas/entity/BaseEntity.java new file mode 100644 index 0000000..f3b1f22 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/BaseEntity.java @@ -0,0 +1,125 @@ +package com.jwsaas.entity; + +import java.io.Serializable; +import java.util.Date; + +import org.apache.commons.lang3.builder.EqualsBuilder; +import org.apache.commons.lang3.builder.HashCodeBuilder; +import org.apache.commons.lang3.builder.ToStringBuilder; +import org.apache.commons.lang3.builder.ToStringStyle; +import org.apache.ibatis.type.Alias; + +@Alias(com.jwsaas.Constants.SHARED_SIGN + "BaseEntity") +public class BaseEntity implements Serializable { + + private static final long serialVersionUID = -7923554360430322734L; + + /** 系统主键 */ + private String id; + /** 租户ID */ + private String tenantId; + /** 创建人 */ + private String createUser; + /** 创建日期 */ + private Date createDate; + /** 修改人 */ + private String modifyUser; + /** 修改日期 */ + private Date modifyDate; + + /** + * 字段名称 :系统主键 数据类型 :bigint 是否主键 :true 是否必填 :true + */ + public String getId() { + return id; + } + + /** + * 字段名称 :系统主键 数据类型 :bigint 是否主键 :true 是否必填 :true + */ + public void setId(String id) { + this.id = id; + } + + /** + * 字段名称 :租户ID 数据类型 :bigint 是否必填 :true + */ + public String getTenantId() { + return this.tenantId; + } + + /** + * 字段名称 :租户ID 数据类型 :bigint 是否必填 :true + */ + public void setTenantId(String tenantId) { + this.tenantId = tenantId; + } + + /** + * 字段名称 :创建人 数据类型 :varchar(32) 是否主键 :false 是否必填 :true + */ + public String getCreateUser() { + return createUser; + } + + /** + * 字段名称 :创建人 数据类型 :varchar(32) 是否主键 :false 是否必填 :true + */ + public void setCreateUser(String createUser) { + this.createUser = createUser; + } + + /** + * 字段名称 :创建日期 数据类型 :timestamp 是否主键 :false 是否必填 :true + */ + public Date getCreateDate() { + return createDate; + } + + /** + * 字段名称 :创建日期 数据类型 :timestamp 是否主键 :false 是否必填 :true + */ + public void setCreateDate(Date createDate) { + this.createDate = createDate; + } + + /** + * 字段名称 :最后一次修改人 数据类型 :varchar(32) 是否主键 :false 是否必填 :true + */ + public String getModifyUser() { + return modifyUser; + } + + /** + * 字段名称 :最后一次修改人 数据类型 :varchar(32) 是否主键 :false 是否必填 :true + */ + public void setModifyUser(String modifyUser) { + this.modifyUser = modifyUser; + } + + /** + * 字段名称 :最后一次修改日期 数据类型 :datetime 是否主键 :false 是否必填 :true + */ + public Date getModifyDate() { + return modifyDate; + } + + /** + * 字段名称 :最后一次修改日期 数据类型 :datetime 是否主键 :false 是否必填 :true + */ + public void setModifyDate(Date modifyDate) { + this.modifyDate = modifyDate; + } + + public boolean equals(Object obj) { + return EqualsBuilder.reflectionEquals(this, obj); + } + + public int hashCode() { + return HashCodeBuilder.reflectionHashCode(this); + } + + public String toString() { + return ToStringBuilder.reflectionToString(this, ToStringStyle.MULTI_LINE_STYLE); + } +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/Tenant.java b/food-api/src/main/java/com/jwsaas/entity/Tenant.java new file mode 100644 index 0000000..6ba4fc0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/Tenant.java @@ -0,0 +1,421 @@ +package com.jwsaas.entity; + +import org.apache.ibatis.type.Alias; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:租户管理 + * 表代码:shared_tenant + */ +@Alias(com.jwsaas.Constants.SHARED_SIGN + "Tenant") +public class Tenant extends BaseEntity { + + private static final long serialVersionUID = 1896862683864404557L; + + /** + *代理商 + */ + private String agentId; + + /** + *租户编码 + */ + private String code; + + /** + *租户名称 + */ + private String name; + + /** + *租户简称 + */ + private String shortName; + + /** + *所属区域 + */ + private String areaId; + + /** + *区域路径 + */ + private String areaPath; + + /** + *地址 + */ + private String address; + + /** + *联系人 + */ + private String linker; + + /** + *电话 + */ + private String telphone; + + /** + *手机号 + */ + private String mobile; + + /** + *邮箱 + */ + private String email; + + /** + *传真 + */ + private String fax; + + /** + *状态 + */ + private Integer status; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *门店授权标识 + */ + private Integer storeAuthFlag; + + /** + *扫呗自由配置 + */ + private Integer saobeiFlag; + + /** + *备注 + */ + private String description; + + /** + * 加密方式 0-Bcrypt 1-MD5 + */ + private Integer encryMode; + + + /** + * 字段名称 :代理商 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAgentId() { + return this.agentId; + } + + /** + * 字段名称 :代理商 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAgentId(String agentId) { + this.agentId = agentId; + } + + /** + * 字段名称 :租户编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCode() { + return this.code; + } + + /** + * 字段名称 :租户编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCode(String code) { + this.code = code; + } + + /** + * 字段名称 :租户名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :租户名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :租户简称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getShortName() { + return this.shortName; + } + + /** + * 字段名称 :租户简称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setShortName(String shortName) { + this.shortName = shortName; + } + + /** + * 字段名称 :所属区域 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAreaId() { + return this.areaId; + } + + /** + * 字段名称 :所属区域 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAreaId(String areaId) { + this.areaId = areaId; + } + + /** + * 字段名称 :区域路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getAreaPath() { + return this.areaPath; + } + + /** + * 字段名称 :区域路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setAreaPath(String areaPath) { + this.areaPath = areaPath; + } + + /** + * 字段名称 :地址 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getAddress() { + return this.address; + } + + /** + * 字段名称 :地址 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :联系人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLinker() { + return this.linker; + } + + /** + * 字段名称 :联系人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLinker(String linker) { + this.linker = linker; + } + + /** + * 字段名称 :电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTelphone() { + return this.telphone; + } + + /** + * 字段名称 :电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTelphone(String telphone) { + this.telphone = telphone; + } + + /** + * 字段名称 :手机号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :手机号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :邮箱 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getEmail() { + return this.email; + } + + /** + * 字段名称 :邮箱 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setEmail(String email) { + this.email = email; + } + + /** + * 字段名称 :传真 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getFax() { + return this.fax; + } + + /** + * 字段名称 :传真 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setFax(String fax) { + this.fax = fax; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :门店授权标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStoreAuthFlag() { + return this.storeAuthFlag; + } + + /** + * 字段名称 :门店授权标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setStoreAuthFlag(Integer storeAuthFlag) { + this.storeAuthFlag = storeAuthFlag; + } + + /** + * 字段名称 :扫呗自由配置 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSaobeiFlag() { + return this.saobeiFlag; + } + + /** + * 字段名称 :扫呗自由配置 + * 数据类型 :int + * 是否必填 :false + */ + public void setSaobeiFlag(Integer saobeiFlag) { + this.saobeiFlag = saobeiFlag; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + public Integer getEncryMode() { + return encryMode; + } + + public void setEncryMode(Integer encryMode) { + this.encryMode = encryMode; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/AdjustPriceProduct.java b/food-api/src/main/java/com/jwsaas/entity/food/AdjustPriceProduct.java new file mode 100644 index 0000000..ab4e44f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/AdjustPriceProduct.java @@ -0,0 +1,348 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:调价商品 + * 表代码:cy_adjust_price_product + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "AdjustPriceProduct") +public class AdjustPriceProduct extends BaseEntity { + + private static final long serialVersionUID = 1028539524337304240L; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *商品ID + */ + private String productId; + + /** + *商品规格ID + */ + private String specId; + + /** + *原售价 + */ + private Double oldPrice; + + /** + *原最低售价 + */ + private Double oldMinPrice; + + /** + *原会员价 + */ + private Double oldMemberPrice; + + /** + *原三方价 + */ + private Double oldOtherPrice; + + /** + *新售价 + */ + private Double price; + + /** + *新低售价 + */ + private Double minPrice; + + /** + *新会员价 + */ + private Double memberPrice; + + /** + *新三方价 + */ + private Double otherPrice; + + private String productNo; // 商品编号 + private String productName; // 商品名称 + private String specNo; // 规格编号 + private String specName; // 规格名称 + private String unitId;// 单位 + private String typeId;//类别; + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :商品规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :商品规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :原售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOldPrice() { + return this.oldPrice; + } + + /** + * 字段名称 :原售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOldPrice(Double oldPrice) { + this.oldPrice = oldPrice; + } + + /** + * 字段名称 :原最低售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOldMinPrice() { + return this.oldMinPrice; + } + + /** + * 字段名称 :原最低售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOldMinPrice(Double oldMinPrice) { + this.oldMinPrice = oldMinPrice; + } + + /** + * 字段名称 :原会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOldMemberPrice() { + return this.oldMemberPrice; + } + + /** + * 字段名称 :原会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOldMemberPrice(Double oldMemberPrice) { + this.oldMemberPrice = oldMemberPrice; + } + + /** + * 字段名称 :原三方价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOldOtherPrice() { + return this.oldOtherPrice; + } + + /** + * 字段名称 :原三方价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOldOtherPrice(Double oldOtherPrice) { + this.oldOtherPrice = oldOtherPrice; + } + + /** + * 字段名称 :新售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :新售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :新低售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMinPrice() { + return this.minPrice; + } + + /** + * 字段名称 :新低售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMinPrice(Double minPrice) { + this.minPrice = minPrice; + } + + /** + * 字段名称 :新会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMemberPrice() { + return this.memberPrice; + } + + /** + * 字段名称 :新会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMemberPrice(Double memberPrice) { + this.memberPrice = memberPrice; + } + + /** + * 字段名称 :新三方价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOtherPrice() { + return this.otherPrice; + } + + /** + * 字段名称 :新三方价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOtherPrice(Double otherPrice) { + this.otherPrice = otherPrice; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getSpecNo() { + return specNo; + } + + public void setSpecNo(String specNo) { + this.specNo = specNo; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getUnitId() { + return unitId; + } + + public void setUnitId(String unitId) { + this.unitId = unitId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/AdjustPriceStore.java b/food-api/src/main/java/com/jwsaas/entity/food/AdjustPriceStore.java new file mode 100644 index 0000000..5dd69da --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/AdjustPriceStore.java @@ -0,0 +1,119 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:调价单门店明细 + * 表代码:cy_adjust_price_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "AdjustPriceStore") +public class AdjustPriceStore extends BaseEntity { + + private static final long serialVersionUID = 1667641218491725809L; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + private String storeName;// 门店名称 + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/AdjustPriceTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/AdjustPriceTicket.java new file mode 100644 index 0000000..aafc874 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/AdjustPriceTicket.java @@ -0,0 +1,157 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店商品调价单 + * 表代码:cy_adjust_price_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "AdjustPriceTicket") +public class AdjustPriceTicket extends BaseEntity { + + private static final long serialVersionUID = 1499004435156155465L; + + /** + *单据编号 + */ + private String no; + + /** + *生效时间 + */ + private Date effectDate; + + /** + *备注信息 + */ + private String description; + + /** + *单据状态 + */ + private Integer status; + + /** + *审核人 + */ + private String checkPeople; + + /** + *审核日期 + */ + private Date checkDate; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :生效时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getEffectDate() { + return this.effectDate; + } + + /** + * 字段名称 :生效时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setEffectDate(Date effectDate) { + this.effectDate = effectDate; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :true + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCheckPeople() { + return this.checkPeople; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCheckPeople(String checkPeople) { + this.checkPeople = checkPeople; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/AdvertCaption.java b/food-api/src/main/java/com/jwsaas/entity/food/AdvertCaption.java new file mode 100644 index 0000000..e95fb91 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/AdvertCaption.java @@ -0,0 +1,110 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:双屏广告字幕 + * 表代码:cy_advert_caption + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "AdvertCaption") +public class AdvertCaption extends BaseEntity { + + private static final long serialVersionUID = 1803937432794194159L; + + /** + *字幕名称 + */ + private String name; + + /** + *字幕内容 + */ + private String content; + + /** + *停用 + */ + private Integer stopFlag; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :字幕名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :字幕名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :字幕内容 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getContent() { + return this.content; + } + + /** + * 字段名称 :字幕内容 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setContent(String content) { + this.content = content; + } + + /** + * 字段名称 :停用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStopFlag() { + return this.stopFlag; + } + + /** + * 字段名称 :停用 + * 数据类型 :int + * 是否必填 :false + */ + public void setStopFlag(Integer stopFlag) { + this.stopFlag = stopFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/AdvertPicture.java b/food-api/src/main/java/com/jwsaas/entity/food/AdvertPicture.java new file mode 100644 index 0000000..a55c81c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/AdvertPicture.java @@ -0,0 +1,202 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:双屏广告图片 + * 表代码:cy_advert_picture + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "AdvertPicture") +public class AdvertPicture extends BaseEntity { + + private static final long serialVersionUID = 1419620683852307319L; + + /** + *显示序号 + */ + private String orderNo; + + /** + *图片名称 + */ + private String name; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *停用 + */ + private Integer stopFlag; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :停用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStopFlag() { + return this.stopFlag; + } + + /** + * 字段名称 :停用 + * 数据类型 :int + * 是否必填 :false + */ + public void setStopFlag(Integer stopFlag) { + this.stopFlag = stopFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/Agent.java b/food-api/src/main/java/com/jwsaas/entity/food/Agent.java new file mode 100644 index 0000000..a646c57 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/Agent.java @@ -0,0 +1,249 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:总部代理商信息 + * 表代码:cy_agent + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "Agent") +public class Agent extends BaseEntity { + + private static final long serialVersionUID = 1195571128973113356L; + + /** + *人员编号 + */ + private String no; + + /** + *人员姓名 + */ + private String name; + + /** + *性别 + */ + private Integer sex; + + /** + *出生日期 + */ + private Date birthday; + + /** + *邮箱 + */ + private String email; + + /** + *手机 + */ + private String mobile; + + /** + *是否登陆 + */ + private Integer isLogin; + + /** + *登录密码 + */ + private String passwd; + + /** + *是否启用 + */ + private Integer enable; + + /** + *备注 + */ + private String description; + + + /** + * 字段名称 :人员编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :人员编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :人员姓名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :人员姓名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :性别 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSex() { + return this.sex; + } + + /** + * 字段名称 :性别 + * 数据类型 :int + * 是否必填 :false + */ + public void setSex(Integer sex) { + this.sex = sex; + } + + /** + * 字段名称 :出生日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getBirthday() { + return this.birthday; + } + + /** + * 字段名称 :出生日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setBirthday(Date birthday) { + this.birthday = birthday; + } + + /** + * 字段名称 :邮箱 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getEmail() { + return this.email; + } + + /** + * 字段名称 :邮箱 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setEmail(String email) { + this.email = email; + } + + /** + * 字段名称 :手机 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :手机 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :是否登陆 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsLogin() { + return this.isLogin; + } + + /** + * 字段名称 :是否登陆 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsLogin(Integer isLogin) { + this.isLogin = isLogin; + } + + /** + * 字段名称 :登录密码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getPasswd() { + return this.passwd; + } + + /** + * 字段名称 :登录密码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setPasswd(String passwd) { + this.passwd = passwd; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnable() { + return this.enable; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnable(Integer enable) { + this.enable = enable; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/AgentStore.java b/food-api/src/main/java/com/jwsaas/entity/food/AgentStore.java new file mode 100644 index 0000000..46277f0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/AgentStore.java @@ -0,0 +1,232 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:总部代理商门店关联 + * 表代码:cy_agent_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "AgentStore") +public class AgentStore extends BaseEntity { + + private static final long serialVersionUID = 1666202169523462166L; + + /** + *总部代理商ID + */ + private String agentId; + + /** + *值类型 + */ + private Integer valueType; + + /** + *值Id + */ + private String valueId; + + /** + *值编号 + */ + private String valueNo; + + /** + *值名称 + */ + private String valueName; + + private String storeName; + private String storeNo; + private String storeId; + private String areaId; + private String areaPath; + private String address; + private String manager; + private Integer registerFlag; + private Integer authFlag; + private Integer enabled; + private String typeId; + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + public String getAreaId() { + return areaId; + } + + public void setAreaId(String areaId) { + this.areaId = areaId; + } + + public String getAreaPath() { + return areaPath; + } + + public void setAreaPath(String areaPath) { + this.areaPath = areaPath; + } + + public String getAddress() { + return address; + } + + public void setAddress(String address) { + this.address = address; + } + + public String getManager() { + return manager; + } + + public void setManager(String manager) { + this.manager = manager; + } + + public Integer getRegisterFlag() { + return registerFlag; + } + + public void setRegisterFlag(Integer registerFlag) { + this.registerFlag = registerFlag; + } + + public Integer getAuthFlag() { + return authFlag; + } + + public void setAuthFlag(Integer authFlag) { + this.authFlag = authFlag; + } + + public Integer getEnabled() { + return enabled; + } + + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :总部代理商ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAgentId() { + return this.agentId; + } + + /** + * 字段名称 :总部代理商ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAgentId(String agentId) { + this.agentId = agentId; + } + + /** + * 字段名称 :值类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getValueType() { + return this.valueType; + } + + /** + * 字段名称 :值类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setValueType(Integer valueType) { + this.valueType = valueType; + } + + /** + * 字段名称 :值Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getValueId() { + return this.valueId; + } + + /** + * 字段名称 :值Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setValueId(String valueId) { + this.valueId = valueId; + } + + /** + * 字段名称 :值编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getValueNo() { + return this.valueNo; + } + + /** + * 字段名称 :值编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setValueNo(String valueNo) { + this.valueNo = valueNo; + } + + /** + * 字段名称 :值名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getValueName() { + return this.valueName; + } + + /** + * 字段名称 :值名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setValueName(String valueName) { + this.valueName = valueName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsDetail.java new file mode 100644 index 0000000..53ca0e4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsDetail.java @@ -0,0 +1,438 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:要货单明细 + * 表代码:cy_ask_goods_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"AskGoodsDetail") +public class AskGoodsDetail extends BaseEntity { + + private static final long serialVersionUID = 1093581959766763367L; + + /** + *要货单Id + */ + private String ticketId; + + /** + *要货单编号 + */ + private String ticketNo; + + /** + *原料Id + */ + private String productId; + + /** + *原料编码 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *库存单位(包装单位) + */ + private String packUnitId; + + /** + *库存单位名 + */ + private String packUnitName; + + /** + *库存数量 + */ + private Double packUnitAmount; + + /** + *配送单位 + */ + private String dispatchUnitId; + + /** + *配送单位名 + */ + private String dispatchUnitName; + + /** + *要货数量(配送单位数量) + */ + private Double amount; + + /** + *单价(配送价) + */ + private Double price; + + /** + *金额 + */ + private Double money; + + /** + *备注说明 + */ + private String description; + + private Double dispatchAmount; + private Double receiveAmount; + + private String typeId; //商品类型; + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + public Double getDispatchAmount() { + return dispatchAmount; + } + + public void setDispatchAmount(Double dispatchAmount) { + this.dispatchAmount = dispatchAmount; + } + + public Double getReceiveAmount() { + return receiveAmount; + } + + public void setReceiveAmount(Double receiveAmount) { + this.receiveAmount = receiveAmount; + } + + /** + * 字段名称 :要货单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :要货单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :要货单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :要货单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :原料Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编码 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编码 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :库存单位(包装单位) + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPackUnitId() { + return this.packUnitId; + } + + /** + * 字段名称 :库存单位(包装单位) + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPackUnitId(String packUnitId) { + this.packUnitId = packUnitId; + } + + /** + * 字段名称 :库存单位名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPackUnitName() { + return this.packUnitName; + } + + /** + * 字段名称 :库存单位名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPackUnitName(String packUnitName) { + this.packUnitName = packUnitName; + } + + /** + * 字段名称 :库存数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPackUnitAmount() { + return this.packUnitAmount; + } + + /** + * 字段名称 :库存数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPackUnitAmount(Double packUnitAmount) { + this.packUnitAmount = packUnitAmount; + } + + /** + * 字段名称 :配送单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :配送单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :配送单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDispatchUnitName() { + return this.dispatchUnitName; + } + + /** + * 字段名称 :配送单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :要货数量(配送单位数量) + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :要货数量(配送单位数量) + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :单价(配送价) + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :单价(配送价) + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTemplate.java b/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTemplate.java new file mode 100644 index 0000000..936cf69 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTemplate.java @@ -0,0 +1,134 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:要货单模板 + * 表代码:cy_ask_goods_template + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"AskGoodsTemplate") +public class AskGoodsTemplate extends BaseEntity { + + private static final long serialVersionUID = 1352753966278538518L; + + /** + *编号 + */ + private String no; + + /** + *模板名称 + */ + private String name; + + /** + *备注信息 + */ + private String description; + + /** + *是否自建模板 + */ + private Integer selfFlag; + + /** + *自建门店 + */ + private String storeId; + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :模板名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :模板名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :是否自建模板 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSelfFlag() { + return this.selfFlag; + } + + /** + * 字段名称 :是否自建模板 + * 数据类型 :int + * 是否必填 :false + */ + public void setSelfFlag(Integer selfFlag) { + this.selfFlag = selfFlag; + } + + /** + * 字段名称 :自建门店 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :自建门店 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTemplateDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTemplateDetail.java new file mode 100644 index 0000000..1bb16e0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTemplateDetail.java @@ -0,0 +1,249 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:要货单模板明细 + * 表代码:cy_ask_goods_template_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"AskGoodsTemplateDetail") +public class AskGoodsTemplateDetail extends BaseEntity { + + private static final long serialVersionUID = 1552321231302579723L; + + /** + *要货单模板Id + */ + private String ticketId; + + /** + *原料Id + */ + private String productId; + + /** + *原料编码 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *配送单位 + */ + private String dispatchUnitId; + + /** + *配送单位名称 + */ + private String dispatchUnitName; + + /** + *备注说明 + */ + private String description; + + + /** + * 字段名称 :要货单模板Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :要货单模板Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :原料Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编码 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编码 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :配送单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :配送单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :配送单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDispatchUnitName() { + return this.dispatchUnitName; + } + + /** + * 字段名称 :配送单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTemplateStore.java b/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTemplateStore.java new file mode 100644 index 0000000..3be404b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTemplateStore.java @@ -0,0 +1,83 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:要货单模板门店关联 + * 表代码:cy_ask_goods_template_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"AskGoodsTemplateStore") +public class AskGoodsTemplateStore extends BaseEntity { + + private static final long serialVersionUID = 1200997212979418702L; + + /** + *门店ID + */ + private String storeId; + + /** + *模板ID + */ + private String ticketId; + + private String storeNo; + private String storeName; + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTicket.java new file mode 100644 index 0000000..3c43734 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTicket.java @@ -0,0 +1,564 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:要货单 + * 表代码:cy_ask_goods_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "AskGoodsTicket") +public class AskGoodsTicket extends BaseEntity { + + private static final long serialVersionUID = 1327821668002293599L; + + /** + *单据编号 + */ + private String no; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *备注信息 + */ + private String description; + + /** + *单据状态 + */ + private Integer status; + + /** + *支付状态 + */ + private Integer payStatus; + + /** + *商品总额 + */ + private Double productMoney; + + /** + *配送费用 + */ + private Double dispatchMoney; + + /** + *总金额 + */ + private Double totalMoney; + + /** + *是否选用 + */ + private Integer isUse; + + /** + *制单人 + */ + private String setMan; + + /** + *制单日期 + */ + private Date setDate; + + /** + *审核人 + */ + private String checkMan; + + /** + *审核日期 + */ + private Date checkDate; + + /** + *发货日期 + */ + private Date dispatchDate; + + /** + *驳回作废原因 + */ + private String reason; + + /** + *来源标识 + */ + private String sourceSign; + + /** + *配送方式 + */ + private String deliveryMode; + + /** + *配送方式说明 + */ + private String deliveryModeDesc; + + /** + *条码标识 + */ + private String barCodeNo; + + /** + *ERP单据是否审核 + */ + private Integer erpToExamine; + + private String dispatchNo;//配送单编号; + + private String dispatchId;//配送单ID; + + private String disCheckMan;//配送单审核人; + + private Date disCheckDate;//配送单审核日期; + + public String getDisCheckMan() { + return disCheckMan; + } + + public void setDisCheckMan(String disCheckMan) { + this.disCheckMan = disCheckMan; + } + + public Date getDisCheckDate() { + return disCheckDate; + } + + public void setDisCheckDate(Date disCheckDate) { + this.disCheckDate = disCheckDate; + } + + public String getDispatchId() { + return dispatchId; + } + + public void setDispatchId(String dispatchId) { + this.dispatchId = dispatchId; + } + + public String getDispatchNo() { + return dispatchNo; + } + + public void setDispatchNo(String dispatchNo) { + this.dispatchNo = dispatchNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :支付状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPayStatus() { + return this.payStatus; + } + + /** + * 字段名称 :支付状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setPayStatus(Integer payStatus) { + this.payStatus = payStatus; + } + + /** + * 字段名称 :商品总额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getProductMoney() { + return this.productMoney; + } + + /** + * 字段名称 :商品总额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setProductMoney(Double productMoney) { + this.productMoney = productMoney; + } + + /** + * 字段名称 :配送费用 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDispatchMoney() { + return this.dispatchMoney; + } + + /** + * 字段名称 :配送费用 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDispatchMoney(Double dispatchMoney) { + this.dispatchMoney = dispatchMoney; + } + + /** + * 字段名称 :总金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getTotalMoney() { + return this.totalMoney; + } + + /** + * 字段名称 :总金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setTotalMoney(Double totalMoney) { + this.totalMoney = totalMoney; + } + + /** + * 字段名称 :是否选用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsUse() { + return this.isUse; + } + + /** + * 字段名称 :是否选用 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsUse(Integer isUse) { + this.isUse = isUse; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSetDate() { + return this.setDate; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSetDate(Date setDate) { + this.setDate = setDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckMan() { + return this.checkMan; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckMan(String checkMan) { + this.checkMan = checkMan; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + + /** + * 字段名称 :发货日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getDispatchDate() { + return this.dispatchDate; + } + + /** + * 字段名称 :发货日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setDispatchDate(Date dispatchDate) { + this.dispatchDate = dispatchDate; + } + + /** + * 字段名称 :驳回作废原因 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getReason() { + return this.reason; + } + + /** + * 字段名称 :驳回作废原因 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setReason(String reason) { + this.reason = reason; + } + + /** + * 字段名称 :来源标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSourceSign() { + return this.sourceSign; + } + + /** + * 字段名称 :来源标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSourceSign(String sourceSign) { + this.sourceSign = sourceSign; + } + + /** + * 字段名称 :配送方式 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDeliveryMode() { + return this.deliveryMode; + } + + /** + * 字段名称 :配送方式 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDeliveryMode(String deliveryMode) { + this.deliveryMode = deliveryMode; + } + + /** + * 字段名称 :配送方式说明 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDeliveryModeDesc() { + return this.deliveryModeDesc; + } + + /** + * 字段名称 :配送方式说明 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDeliveryModeDesc(String deliveryModeDesc) { + this.deliveryModeDesc = deliveryModeDesc; + } + + /** + * 字段名称 :条码标识 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBarCodeNo() { + return this.barCodeNo; + } + + /** + * 字段名称 :条码标识 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBarCodeNo(String barCodeNo) { + this.barCodeNo = barCodeNo; + } + + /** + * 字段名称 :ERP单据是否审核 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getErpToExamine() { + return this.erpToExamine; + } + + /** + * 字段名称 :ERP单据是否审核 + * 数据类型 :int + * 是否必填 :false + */ + public void setErpToExamine(Integer erpToExamine) { + this.erpToExamine = erpToExamine; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTicketLog.java b/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTicketLog.java new file mode 100644 index 0000000..8b82e21 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTicketLog.java @@ -0,0 +1,157 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:要货操作记录 + * 表代码:cy_ask_goods_ticket_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"AskGoodsTicketLog") +public class AskGoodsTicketLog extends BaseEntity { + + private static final long serialVersionUID = 1091989082734746292L; + + /** + *要货单ID + */ + private String ticketId; + + /** + *要货单编号 + */ + private String ticketNo; + + /** + *操作类型 + */ + private Integer type; + + /** + *单据状态 + */ + private Integer status; + + /** + *付款状态 + */ + private Integer payStatus; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :要货单ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :要货单ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :要货单编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :要货单编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :付款状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPayStatus() { + return this.payStatus; + } + + /** + * 字段名称 :付款状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setPayStatus(Integer payStatus) { + this.payStatus = payStatus; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTicketPay.java b/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTicketPay.java new file mode 100644 index 0000000..c8067c5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/AskGoodsTicketPay.java @@ -0,0 +1,203 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:要货单付款明细 + * 表代码:cy_ask_goods_ticket_pay + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"AskGoodsTicketPay") +public class AskGoodsTicketPay extends BaseEntity { + + private static final long serialVersionUID = 1720401290257766672L; + + /** + *要货单Id + */ + private String ticketId; + + /** + *要货单编号 + */ + private String ticketNo; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *备注信息 + */ + private String description; + + /** + *类型 + */ + private Integer type; + + /** + *金额 + */ + private Double money; + + + /** + * 字段名称 :要货单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :要货单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :要货单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :要货单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/BaiduFood.java b/food-api/src/main/java/com/jwsaas/entity/food/BaiduFood.java new file mode 100644 index 0000000..bf2a249 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/BaiduFood.java @@ -0,0 +1,364 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:百度菜品信息 + * 表代码:cy_baidu_food + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"BaiduFood") +public class BaiduFood extends BaseEntity { + + private static final long serialVersionUID = 1294909063862535400L; + + /** + *门店ID + */ + private String storeId; + + /** + *菜品分类名称 + */ + private String categoryName; + + /** + *百度菜品ID + */ + private String dishId; + + /** + *菜品名称 + */ + private String dishName; + + /** + *规格ID + */ + private String dishSkuId; + + /** + *规格名称 + */ + private String spec; + + /** + *菜品描述 + */ + private String description; + + /** + *价格 + */ + private Double price; + + /** + *餐盒数量 + */ + private Integer boxNum; + + /** + *餐盒单价 + */ + private Double boxPrice; + + /** + *是否绑定 + */ + private Integer isBind; + + /** + *erp商品ID + */ + private String erpProductId; + + /** + *erp商品 + */ + private String erpProduct; + + /** + *erp规格ID + */ + private String erpSpecId; + + /** + *erp规格 + */ + private String erpSpec; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :菜品分类名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getCategoryName() { + return this.categoryName; + } + + /** + * 字段名称 :菜品分类名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setCategoryName(String categoryName) { + this.categoryName = categoryName; + } + + /** + * 字段名称 :百度菜品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDishId() { + return this.dishId; + } + + /** + * 字段名称 :百度菜品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDishId(String dishId) { + this.dishId = dishId; + } + + /** + * 字段名称 :菜品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDishName() { + return this.dishName; + } + + /** + * 字段名称 :菜品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDishName(String dishName) { + this.dishName = dishName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDishSkuId() { + return this.dishSkuId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDishSkuId(String dishSkuId) { + this.dishSkuId = dishSkuId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpec() { + return this.spec; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpec(String spec) { + this.spec = spec; + } + + /** + * 字段名称 :菜品描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :菜品描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :餐盒数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBoxNum() { + return this.boxNum; + } + + /** + * 字段名称 :餐盒数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setBoxNum(Integer boxNum) { + this.boxNum = boxNum; + } + + /** + * 字段名称 :餐盒单价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getBoxPrice() { + return this.boxPrice; + } + + /** + * 字段名称 :餐盒单价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setBoxPrice(Double boxPrice) { + this.boxPrice = boxPrice; + } + + /** + * 字段名称 :是否绑定 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsBind() { + return this.isBind; + } + + /** + * 字段名称 :是否绑定 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsBind(Integer isBind) { + this.isBind = isBind; + } + + /** + * 字段名称 :erp商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getErpProductId() { + return this.erpProductId; + } + + /** + * 字段名称 :erp商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setErpProductId(String erpProductId) { + this.erpProductId = erpProductId; + } + + /** + * 字段名称 :erp商品 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getErpProduct() { + return this.erpProduct; + } + + /** + * 字段名称 :erp商品 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setErpProduct(String erpProduct) { + this.erpProduct = erpProduct; + } + + /** + * 字段名称 :erp规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getErpSpecId() { + return this.erpSpecId; + } + + /** + * 字段名称 :erp规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setErpSpecId(String erpSpecId) { + this.erpSpecId = erpSpecId; + } + + /** + * 字段名称 :erp规格 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getErpSpec() { + return this.erpSpec; + } + + /** + * 字段名称 :erp规格 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setErpSpec(String erpSpec) { + this.erpSpec = erpSpec; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/BaiduOrder.java b/food-api/src/main/java/com/jwsaas/entity/food/BaiduOrder.java new file mode 100644 index 0000000..f61e489 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/BaiduOrder.java @@ -0,0 +1,893 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:百度外卖订单 + * 表代码:cy_baidu_order + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"BaiduOrder") +public class BaiduOrder extends BaseEntity { + + private static final long serialVersionUID = 1543187054998624784L; + + /** + *百度应用编号 + */ + private String source; + + /** + *商户ID + */ + private String shopId; + + /** + *订单内容 + */ + private String body; + + /** + *百度商户ID + */ + private String baiduShopId; + + /** + *百度商户名称 + */ + private String baiduShopName; + + /** + *订单ID + */ + private String orderId; + + /** + *是否立即送餐 + */ + private Integer sendImmediately; + + /** + *订单当日流水号 + */ + private String orderIndex; + + /** + *订单状态 + */ + private Integer status; + + /** + *送达时间类型 + */ + private Integer expectTimeMode; + + /** + *期望送达时间 + */ + private String sendTime; + + /** + *取餐时间 + */ + private String pickupTime; + + /** + *到店时间 + */ + private String atshopTime; + + /** + *送餐时间 + */ + private String deliveryTime; + + /** + *骑士手机号 + */ + private String deliveryPhone; + + /** + *完成时间 + */ + private String finishedTime; + + /** + *确认时间 + */ + private String confirmTime; + + /** + *取消时间 + */ + private String cancelTime; + + /** + *配送费 + */ + private Integer sendFee; + + /** + *餐盒费 + */ + private Integer packageFee; + + /** + *优惠总金额 + */ + private Integer discountFee; + + /** + *商户应收金额 + */ + private Integer shopFee; + + /** + *订单总金额 + */ + private Integer totalFee; + + /** + *用户实付金额 + */ + private Integer userFee; + + /** + *付款类型 + */ + private Integer payType; + + /** + *是否需要发票 + */ + private Integer needInvoice; + + /** + *发票抬头 + */ + private String invoiceTitle; + + /** + *订单备注 + */ + private String remark; + + /** + *物流类型 + */ + private Integer deliveryParty; + + /** + *创建时间 + */ + private String createTime; + + /** + *餐具数量 + */ + private String mealNum; + + /** + *取消订单责任承担方 + */ + private String responsibleParty; + + /** + *佣金 + */ + private Integer commission; + + /** + *订单客户信息 + */ + private String user; + + /** + *商户信息 + */ + private String shop; + + /** + *订单商品信息数组 + */ + private String products; + + /** + *优惠信息 + */ + private String discount; + + /** + *部分退款 + */ + private String partRefundInfo; + + + /** + * 字段名称 :百度应用编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSource() { + return this.source; + } + + /** + * 字段名称 :百度应用编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSource(String source) { + this.source = source; + } + + /** + * 字段名称 :商户ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getShopId() { + return this.shopId; + } + + /** + * 字段名称 :商户ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setShopId(String shopId) { + this.shopId = shopId; + } + + /** + * 字段名称 :订单内容 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getBody() { + return this.body; + } + + /** + * 字段名称 :订单内容 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setBody(String body) { + this.body = body; + } + + /** + * 字段名称 :百度商户ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBaiduShopId() { + return this.baiduShopId; + } + + /** + * 字段名称 :百度商户ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBaiduShopId(String baiduShopId) { + this.baiduShopId = baiduShopId; + } + + /** + * 字段名称 :百度商户名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getBaiduShopName() { + return this.baiduShopName; + } + + /** + * 字段名称 :百度商户名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setBaiduShopName(String baiduShopName) { + this.baiduShopName = baiduShopName; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderId() { + return this.orderId; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + /** + * 字段名称 :是否立即送餐 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSendImmediately() { + return this.sendImmediately; + } + + /** + * 字段名称 :是否立即送餐 + * 数据类型 :int + * 是否必填 :false + */ + public void setSendImmediately(Integer sendImmediately) { + this.sendImmediately = sendImmediately; + } + + /** + * 字段名称 :订单当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getOrderIndex() { + return this.orderIndex; + } + + /** + * 字段名称 :订单当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setOrderIndex(String orderIndex) { + this.orderIndex = orderIndex; + } + + /** + * 字段名称 :订单状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :订单状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :送达时间类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getExpectTimeMode() { + return this.expectTimeMode; + } + + /** + * 字段名称 :送达时间类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setExpectTimeMode(Integer expectTimeMode) { + this.expectTimeMode = expectTimeMode; + } + + /** + * 字段名称 :期望送达时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSendTime() { + return this.sendTime; + } + + /** + * 字段名称 :期望送达时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSendTime(String sendTime) { + this.sendTime = sendTime; + } + + /** + * 字段名称 :取餐时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getPickupTime() { + return this.pickupTime; + } + + /** + * 字段名称 :取餐时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setPickupTime(String pickupTime) { + this.pickupTime = pickupTime; + } + + /** + * 字段名称 :到店时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getAtshopTime() { + return this.atshopTime; + } + + /** + * 字段名称 :到店时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setAtshopTime(String atshopTime) { + this.atshopTime = atshopTime; + } + + /** + * 字段名称 :送餐时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDeliveryTime() { + return this.deliveryTime; + } + + /** + * 字段名称 :送餐时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDeliveryTime(String deliveryTime) { + this.deliveryTime = deliveryTime; + } + + /** + * 字段名称 :骑士手机号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDeliveryPhone() { + return this.deliveryPhone; + } + + /** + * 字段名称 :骑士手机号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDeliveryPhone(String deliveryPhone) { + this.deliveryPhone = deliveryPhone; + } + + /** + * 字段名称 :完成时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getFinishedTime() { + return this.finishedTime; + } + + /** + * 字段名称 :完成时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setFinishedTime(String finishedTime) { + this.finishedTime = finishedTime; + } + + /** + * 字段名称 :确认时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getConfirmTime() { + return this.confirmTime; + } + + /** + * 字段名称 :确认时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setConfirmTime(String confirmTime) { + this.confirmTime = confirmTime; + } + + /** + * 字段名称 :取消时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getCancelTime() { + return this.cancelTime; + } + + /** + * 字段名称 :取消时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setCancelTime(String cancelTime) { + this.cancelTime = cancelTime; + } + + /** + * 字段名称 :配送费 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSendFee() { + return this.sendFee; + } + + /** + * 字段名称 :配送费 + * 数据类型 :int + * 是否必填 :false + */ + public void setSendFee(Integer sendFee) { + this.sendFee = sendFee; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPackageFee() { + return this.packageFee; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :int + * 是否必填 :false + */ + public void setPackageFee(Integer packageFee) { + this.packageFee = packageFee; + } + + /** + * 字段名称 :优惠总金额 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDiscountFee() { + return this.discountFee; + } + + /** + * 字段名称 :优惠总金额 + * 数据类型 :int + * 是否必填 :false + */ + public void setDiscountFee(Integer discountFee) { + this.discountFee = discountFee; + } + + /** + * 字段名称 :商户应收金额 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getShopFee() { + return this.shopFee; + } + + /** + * 字段名称 :商户应收金额 + * 数据类型 :int + * 是否必填 :false + */ + public void setShopFee(Integer shopFee) { + this.shopFee = shopFee; + } + + /** + * 字段名称 :订单总金额 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getTotalFee() { + return this.totalFee; + } + + /** + * 字段名称 :订单总金额 + * 数据类型 :int + * 是否必填 :false + */ + public void setTotalFee(Integer totalFee) { + this.totalFee = totalFee; + } + + /** + * 字段名称 :用户实付金额 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getUserFee() { + return this.userFee; + } + + /** + * 字段名称 :用户实付金额 + * 数据类型 :int + * 是否必填 :false + */ + public void setUserFee(Integer userFee) { + this.userFee = userFee; + } + + /** + * 字段名称 :付款类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPayType() { + return this.payType; + } + + /** + * 字段名称 :付款类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setPayType(Integer payType) { + this.payType = payType; + } + + /** + * 字段名称 :是否需要发票 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getNeedInvoice() { + return this.needInvoice; + } + + /** + * 字段名称 :是否需要发票 + * 数据类型 :int + * 是否必填 :false + */ + public void setNeedInvoice(Integer needInvoice) { + this.needInvoice = needInvoice; + } + + /** + * 字段名称 :发票抬头 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getInvoiceTitle() { + return this.invoiceTitle; + } + + /** + * 字段名称 :发票抬头 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setInvoiceTitle(String invoiceTitle) { + this.invoiceTitle = invoiceTitle; + } + + /** + * 字段名称 :订单备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getRemark() { + return this.remark; + } + + /** + * 字段名称 :订单备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setRemark(String remark) { + this.remark = remark; + } + + /** + * 字段名称 :物流类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeliveryParty() { + return this.deliveryParty; + } + + /** + * 字段名称 :物流类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeliveryParty(Integer deliveryParty) { + this.deliveryParty = deliveryParty; + } + + /** + * 字段名称 :创建时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getCreateTime() { + return this.createTime; + } + + /** + * 字段名称 :创建时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setCreateTime(String createTime) { + this.createTime = createTime; + } + + /** + * 字段名称 :餐具数量 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getMealNum() { + return this.mealNum; + } + + /** + * 字段名称 :餐具数量 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setMealNum(String mealNum) { + this.mealNum = mealNum; + } + + /** + * 字段名称 :取消订单责任承担方 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getResponsibleParty() { + return this.responsibleParty; + } + + /** + * 字段名称 :取消订单责任承担方 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setResponsibleParty(String responsibleParty) { + this.responsibleParty = responsibleParty; + } + + /** + * 字段名称 :佣金 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCommission() { + return this.commission; + } + + /** + * 字段名称 :佣金 + * 数据类型 :int + * 是否必填 :false + */ + public void setCommission(Integer commission) { + this.commission = commission; + } + + /** + * 字段名称 :订单客户信息 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getUser() { + return this.user; + } + + /** + * 字段名称 :订单客户信息 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setUser(String user) { + this.user = user; + } + + /** + * 字段名称 :商户信息 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getShop() { + return this.shop; + } + + /** + * 字段名称 :商户信息 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setShop(String shop) { + this.shop = shop; + } + + /** + * 字段名称 :订单商品信息数组 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getProducts() { + return this.products; + } + + /** + * 字段名称 :订单商品信息数组 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setProducts(String products) { + this.products = products; + } + + /** + * 字段名称 :优惠信息 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getDiscount() { + return this.discount; + } + + /** + * 字段名称 :优惠信息 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setDiscount(String discount) { + this.discount = discount; + } + + /** + * 字段名称 :部分退款 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getPartRefundInfo() { + return this.partRefundInfo; + } + + /** + * 字段名称 :部分退款 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setPartRefundInfo(String partRefundInfo) { + this.partRefundInfo = partRefundInfo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/BaiduOrderProduct.java b/food-api/src/main/java/com/jwsaas/entity/food/BaiduOrderProduct.java new file mode 100644 index 0000000..ff73cb7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/BaiduOrderProduct.java @@ -0,0 +1,525 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:百度外卖订单商品信息 + * 表代码:cy_baidu_order_product + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"BaiduOrderProduct") +public class BaiduOrderProduct extends BaseEntity { + + private static final long serialVersionUID = 1496447408767043887L; + + /** + *订单ID + */ + private String orderId; + + /** + *百度商品ID + */ + private String baiduProductId; + + /** + *第三方菜品ID + */ + private String otherDishId; + + /** + *第三方套餐ID + */ + private String productId; + + /** + *商品UPC + */ + private String upc; + + /** + *菜品类型 + */ + private Integer productType; + + /** + *商品名称 + */ + private String productName; + + /** + *商品份数 + */ + private Integer productAmount; + + /** + *价格 + */ + private Integer productPrice; + + /** + *商品规格 + */ + private String productAttr; + + /** + *百度规格ID + */ + private String baiduAttrId; + + /** + *第三方规格ID + */ + private String attrId; + + /** + *规格名称 + */ + private String option; + + /** + *商品属性 + */ + private String productFeatures; + + /** + *商品总价 + */ + private Integer productFee; + + /** + *餐盒总价 + */ + private Integer packageFee; + + /** + *餐盒单价 + */ + private Integer packagePrice; + + /** + *餐盒数量 + */ + private Integer packageAmount; + + /** + *总价 + */ + private Integer totalFee; + + /** + *商品唯一串 + */ + private String productCustomIndex; + + /** + *是否固定价格 + */ + private Integer isFixedPrice; + + /** + *套餐内组合 + */ + private String group; + + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderId() { + return this.orderId; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + /** + * 字段名称 :百度商品ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getBaiduProductId() { + return this.baiduProductId; + } + + /** + * 字段名称 :百度商品ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setBaiduProductId(String baiduProductId) { + this.baiduProductId = baiduProductId; + } + + /** + * 字段名称 :第三方菜品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOtherDishId() { + return this.otherDishId; + } + + /** + * 字段名称 :第三方菜品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOtherDishId(String otherDishId) { + this.otherDishId = otherDishId; + } + + /** + * 字段名称 :第三方套餐ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :第三方套餐ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :商品UPC + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getUpc() { + return this.upc; + } + + /** + * 字段名称 :商品UPC + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setUpc(String upc) { + this.upc = upc; + } + + /** + * 字段名称 :菜品类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getProductType() { + return this.productType; + } + + /** + * 字段名称 :菜品类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setProductType(Integer productType) { + this.productType = productType; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :商品份数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getProductAmount() { + return this.productAmount; + } + + /** + * 字段名称 :商品份数 + * 数据类型 :int + * 是否必填 :false + */ + public void setProductAmount(Integer productAmount) { + this.productAmount = productAmount; + } + + /** + * 字段名称 :价格 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getProductPrice() { + return this.productPrice; + } + + /** + * 字段名称 :价格 + * 数据类型 :int + * 是否必填 :false + */ + public void setProductPrice(Integer productPrice) { + this.productPrice = productPrice; + } + + /** + * 字段名称 :商品规格 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getProductAttr() { + return this.productAttr; + } + + /** + * 字段名称 :商品规格 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setProductAttr(String productAttr) { + this.productAttr = productAttr; + } + + /** + * 字段名称 :百度规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBaiduAttrId() { + return this.baiduAttrId; + } + + /** + * 字段名称 :百度规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBaiduAttrId(String baiduAttrId) { + this.baiduAttrId = baiduAttrId; + } + + /** + * 字段名称 :第三方规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAttrId() { + return this.attrId; + } + + /** + * 字段名称 :第三方规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAttrId(String attrId) { + this.attrId = attrId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOption() { + return this.option; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOption(String option) { + this.option = option; + } + + /** + * 字段名称 :商品属性 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getProductFeatures() { + return this.productFeatures; + } + + /** + * 字段名称 :商品属性 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setProductFeatures(String productFeatures) { + this.productFeatures = productFeatures; + } + + /** + * 字段名称 :商品总价 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getProductFee() { + return this.productFee; + } + + /** + * 字段名称 :商品总价 + * 数据类型 :int + * 是否必填 :false + */ + public void setProductFee(Integer productFee) { + this.productFee = productFee; + } + + /** + * 字段名称 :餐盒总价 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPackageFee() { + return this.packageFee; + } + + /** + * 字段名称 :餐盒总价 + * 数据类型 :int + * 是否必填 :false + */ + public void setPackageFee(Integer packageFee) { + this.packageFee = packageFee; + } + + /** + * 字段名称 :餐盒单价 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPackagePrice() { + return this.packagePrice; + } + + /** + * 字段名称 :餐盒单价 + * 数据类型 :int + * 是否必填 :false + */ + public void setPackagePrice(Integer packagePrice) { + this.packagePrice = packagePrice; + } + + /** + * 字段名称 :餐盒数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPackageAmount() { + return this.packageAmount; + } + + /** + * 字段名称 :餐盒数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setPackageAmount(Integer packageAmount) { + this.packageAmount = packageAmount; + } + + /** + * 字段名称 :总价 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getTotalFee() { + return this.totalFee; + } + + /** + * 字段名称 :总价 + * 数据类型 :int + * 是否必填 :false + */ + public void setTotalFee(Integer totalFee) { + this.totalFee = totalFee; + } + + /** + * 字段名称 :商品唯一串 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getProductCustomIndex() { + return this.productCustomIndex; + } + + /** + * 字段名称 :商品唯一串 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setProductCustomIndex(String productCustomIndex) { + this.productCustomIndex = productCustomIndex; + } + + /** + * 字段名称 :是否固定价格 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsFixedPrice() { + return this.isFixedPrice; + } + + /** + * 字段名称 :是否固定价格 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsFixedPrice(Integer isFixedPrice) { + this.isFixedPrice = isFixedPrice; + } + + /** + * 字段名称 :套餐内组合 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getGroup() { + return this.group; + } + + /** + * 字段名称 :套餐内组合 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setGroup(String group) { + this.group = group; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/Brand.java b/food-api/src/main/java/com/jwsaas/entity/food/Brand.java new file mode 100644 index 0000000..2206a27 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/Brand.java @@ -0,0 +1,179 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:品牌管理 + * 表代码:cy_brand + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "Brand") +public class Brand extends BaseEntity { + + private static final long serialVersionUID = 1926423524231186843L; + + /** + *品牌编号 + */ + private String no; + + /** + *品牌名称 + */ + private String name; + + /** + *备注 + */ + private String description; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :品牌编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :品牌编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :品牌名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :品牌名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/BusinessOrderUpload.java b/food-api/src/main/java/com/jwsaas/entity/food/BusinessOrderUpload.java new file mode 100644 index 0000000..9c80919 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/BusinessOrderUpload.java @@ -0,0 +1,83 @@ +package com.jwsaas.entity.food; + +import java.io.Serializable; +import java.util.List; + +public class BusinessOrderUpload implements Serializable { + + private static final long serialVersionUID = 4356140469640931165L; + + public StoreBusinessTicket ticket; + public List ticketInfos; + public List products; + public List productInfos; + public List makes; + public List pays; + public List deliveryInfos; + public List tables; + + public StoreBusinessTicket getTicket() { + return ticket; + } + + public void setTicket(StoreBusinessTicket ticket) { + this.ticket = ticket; + } + + public List getTicketInfos() { + return ticketInfos; + } + + public void setTicketInfos(List ticketInfos) { + this.ticketInfos = ticketInfos; + } + + public List getProducts() { + return products; + } + + public void setProducts(List products) { + this.products = products; + } + + public List getProductInfos() { + return productInfos; + } + + public void setProductInfos(List productInfos) { + this.productInfos = productInfos; + } + + public List getMakes() { + return makes; + } + + public void setMakes(List makes) { + this.makes = makes; + } + + public List getPays() { + return pays; + } + + public void setPays(List pays) { + this.pays = pays; + } + + public List getDeliveryInfos() { + return deliveryInfos; + } + + public void setDeliveryInfos(List deliveryInfos) { + this.deliveryInfos = deliveryInfos; + } + + public List getTables() { + return tables; + } + + public void setTables(List tables) { + this.tables = tables; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/entity/food/BusinessPlan.java b/food-api/src/main/java/com/jwsaas/entity/food/BusinessPlan.java new file mode 100644 index 0000000..0b0d52b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/BusinessPlan.java @@ -0,0 +1,157 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:营业日方案 + * 表代码:cy_business_plan + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "BusinessPlan") +public class BusinessPlan extends BaseEntity { + + private static final long serialVersionUID = 1680151015727759933L; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *开始日 + */ + private Integer startType; + + /** + *开始时间 + */ + private Date startTime; + + /** + *结束日 + */ + private Integer endType; + + /** + *结束时间 + */ + private Date endTime; + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :开始日 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStartType() { + return this.startType; + } + + /** + * 字段名称 :开始日 + * 数据类型 :int + * 是否必填 :false + */ + public void setStartType(Integer startType) { + this.startType = startType; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :time + * 是否必填 :false + */ + public Date getStartTime() { + return this.startTime; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :time + * 是否必填 :false + */ + public void setStartTime(Date startTime) { + this.startTime = startTime; + } + + /** + * 字段名称 :结束日 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEndType() { + return this.endType; + } + + /** + * 字段名称 :结束日 + * 数据类型 :int + * 是否必填 :false + */ + public void setEndType(Integer endType) { + this.endType = endType; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :time + * 是否必填 :false + */ + public Date getEndTime() { + return this.endTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :time + * 是否必填 :false + */ + public void setEndTime(Date endTime) { + this.endTime = endTime; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/BusinessPlanDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/BusinessPlanDetail.java new file mode 100644 index 0000000..fa6b7b8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/BusinessPlanDetail.java @@ -0,0 +1,157 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:营业日方案班次 + * 表代码:cy_business_plan_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "BusinessPlanDetail") +public class BusinessPlanDetail extends BaseEntity { + + private static final long serialVersionUID = 1046139428801179442L; + + /** + *方案ID + */ + private String planId; + + /** + *名称 + */ + private String name; + + /** + *开始日 + */ + private Integer startType; + + /** + *开始时间 + */ + private Date startTime; + + /** + *结束日 + */ + private Integer endType; + + /** + *结束时间 + */ + private Date endTime; + + + /** + * 字段名称 :方案ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPlanId() { + return this.planId; + } + + /** + * 字段名称 :方案ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPlanId(String planId) { + this.planId = planId; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :开始日 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStartType() { + return this.startType; + } + + /** + * 字段名称 :开始日 + * 数据类型 :int + * 是否必填 :false + */ + public void setStartType(Integer startType) { + this.startType = startType; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :time + * 是否必填 :false + */ + public Date getStartTime() { + return this.startTime; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :time + * 是否必填 :false + */ + public void setStartTime(Date startTime) { + this.startTime = startTime; + } + + /** + * 字段名称 :结束日 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEndType() { + return this.endType; + } + + /** + * 字段名称 :结束日 + * 数据类型 :int + * 是否必填 :false + */ + public void setEndType(Integer endType) { + this.endType = endType; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :time + * 是否必填 :false + */ + public Date getEndTime() { + return this.endTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :time + * 是否必填 :false + */ + public void setEndTime(Date endTime) { + this.endTime = endTime; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CandaoStore.java b/food-api/src/main/java/com/jwsaas/entity/food/CandaoStore.java new file mode 100644 index 0000000..d45e1a7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CandaoStore.java @@ -0,0 +1,985 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:餐道门店信息 + * 表代码:cy_candao_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CandaoStore") +public class CandaoStore extends BaseEntity { + + private static final long serialVersionUID = 1058096631889199897L; + + /** + *第三方系统商家Id + */ + private String groupId; + + /** + *品牌ID + */ + private String brandId; + + /** + *品牌名称 + */ + private String brandName; + + /** + *外卖类型 + */ + private Integer waimaiType; + + /** + *统一门店ID + */ + private String storeId; + + /** + *供应商门店ID + */ + private String subStoreId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *统一省份ID + */ + private String provinceId; + + /** + *省份名称 + */ + private String provinceName; + + /** + *统一城市ID + */ + private String cityId; + + /** + *城市名称 + */ + private String cityName; + + /** + *统一行政区ID + */ + private String districtId; + + /** + *行政区名称 + */ + private String districtName; + + /** + *镇名称 + */ + private String townName; + + /** + *商圈名称 + */ + private String tradeArea; + + /** + *销售区域 + */ + private String saleArea; + + /** + *门店地址 + */ + private String address; + + /** + *纬度 + */ + private Double latitude; + + /** + *经度 + */ + private Double longitude; + + /** + *门店公告 + */ + private String announcement; + + /** + *门店logo + */ + private String logo; + + /** + *门店电话号码 + */ + private String phoneList; + + /** + *客服号码 + */ + private String customerPhone; + + /** + *联系邮箱 + */ + private String contactEmail; + + /** + *配送费 + */ + private Double deliverFee; + + /** + *营业时间 + */ + private String businessTimes; + + /** + *业务类型 + */ + private Integer orderType; + + /** + *预计备餐时长 + */ + private String avgProductTime; + + /** + *预计配送时长 + */ + private String waitTime; + + /** + *外卖预约时间 + */ + private String appointment; + + /** + *自取预约时间 + */ + private String takeSelf; + + /** + *支付类型 + */ + private String payType; + + /** + *在线支付类型 + */ + private String onLinePayType; + + /** + *是否支持开发票 + */ + private Integer isInvoice; + + /** + *是否饿了么平台配送 + */ + private Integer eleDelivery; + + /** + *是否支持平台配送自动转自配送 + */ + private Integer autoChangeDeliver; + + /** + *营业状态 + */ + private Integer busy; + + /** + *商圈共享订单模式 + */ + private Integer sharedOrder; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *是否同步 + */ + private Integer isSync; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :第三方系统商家Id + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getGroupId() { + return this.groupId; + } + + /** + * 字段名称 :第三方系统商家Id + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setGroupId(String groupId) { + this.groupId = groupId; + } + + /** + * 字段名称 :品牌ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBrandId() { + return this.brandId; + } + + /** + * 字段名称 :品牌ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBrandId(String brandId) { + this.brandId = brandId; + } + + /** + * 字段名称 :品牌名称 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getBrandName() { + return this.brandName; + } + + /** + * 字段名称 :品牌名称 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setBrandName(String brandName) { + this.brandName = brandName; + } + + /** + * 字段名称 :外卖类型 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getWaimaiType() { + return this.waimaiType; + } + + /** + * 字段名称 :外卖类型 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setWaimaiType(Integer waimaiType) { + this.waimaiType = waimaiType; + } + + /** + * 字段名称 :统一门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :统一门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :供应商门店ID + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getSubStoreId() { + return this.subStoreId; + } + + /** + * 字段名称 :供应商门店ID + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setSubStoreId(String subStoreId) { + this.subStoreId = subStoreId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :统一省份ID + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProvinceId() { + return this.provinceId; + } + + /** + * 字段名称 :统一省份ID + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProvinceId(String provinceId) { + this.provinceId = provinceId; + } + + /** + * 字段名称 :省份名称 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public String getProvinceName() { + return this.provinceName; + } + + /** + * 字段名称 :省份名称 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public void setProvinceName(String provinceName) { + this.provinceName = provinceName; + } + + /** + * 字段名称 :统一城市ID + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCityId() { + return this.cityId; + } + + /** + * 字段名称 :统一城市ID + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCityId(String cityId) { + this.cityId = cityId; + } + + /** + * 字段名称 :城市名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCityName() { + return this.cityName; + } + + /** + * 字段名称 :城市名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCityName(String cityName) { + this.cityName = cityName; + } + + /** + * 字段名称 :统一行政区ID + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getDistrictId() { + return this.districtId; + } + + /** + * 字段名称 :统一行政区ID + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setDistrictId(String districtId) { + this.districtId = districtId; + } + + /** + * 字段名称 :行政区名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDistrictName() { + return this.districtName; + } + + /** + * 字段名称 :行政区名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDistrictName(String districtName) { + this.districtName = districtName; + } + + /** + * 字段名称 :镇名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTownName() { + return this.townName; + } + + /** + * 字段名称 :镇名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTownName(String townName) { + this.townName = townName; + } + + /** + * 字段名称 :商圈名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTradeArea() { + return this.tradeArea; + } + + /** + * 字段名称 :商圈名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTradeArea(String tradeArea) { + this.tradeArea = tradeArea; + } + + /** + * 字段名称 :销售区域 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSaleArea() { + return this.saleArea; + } + + /** + * 字段名称 :销售区域 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSaleArea(String saleArea) { + this.saleArea = saleArea; + } + + /** + * 字段名称 :门店地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAddress() { + return this.address; + } + + /** + * 字段名称 :门店地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :纬度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public Double getLatitude() { + return this.latitude; + } + + /** + * 字段名称 :纬度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public void setLatitude(Double latitude) { + this.latitude = latitude; + } + + /** + * 字段名称 :经度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public Double getLongitude() { + return this.longitude; + } + + /** + * 字段名称 :经度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public void setLongitude(Double longitude) { + this.longitude = longitude; + } + + /** + * 字段名称 :门店公告 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAnnouncement() { + return this.announcement; + } + + /** + * 字段名称 :门店公告 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAnnouncement(String announcement) { + this.announcement = announcement; + } + + /** + * 字段名称 :门店logo + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getLogo() { + return this.logo; + } + + /** + * 字段名称 :门店logo + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setLogo(String logo) { + this.logo = logo; + } + + /** + * 字段名称 :门店电话号码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getPhoneList() { + return this.phoneList; + } + + /** + * 字段名称 :门店电话号码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setPhoneList(String phoneList) { + this.phoneList = phoneList; + } + + /** + * 字段名称 :客服号码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCustomerPhone() { + return this.customerPhone; + } + + /** + * 字段名称 :客服号码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCustomerPhone(String customerPhone) { + this.customerPhone = customerPhone; + } + + /** + * 字段名称 :联系邮箱 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getContactEmail() { + return this.contactEmail; + } + + /** + * 字段名称 :联系邮箱 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setContactEmail(String contactEmail) { + this.contactEmail = contactEmail; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDeliverFee() { + return this.deliverFee; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDeliverFee(Double deliverFee) { + this.deliverFee = deliverFee; + } + + /** + * 字段名称 :营业时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getBusinessTimes() { + return this.businessTimes; + } + + /** + * 字段名称 :营业时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setBusinessTimes(String businessTimes) { + this.businessTimes = businessTimes; + } + + /** + * 字段名称 :业务类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOrderType() { + return this.orderType; + } + + /** + * 字段名称 :业务类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setOrderType(Integer orderType) { + this.orderType = orderType; + } + + /** + * 字段名称 :预计备餐时长 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public String getAvgProductTime() { + return this.avgProductTime; + } + + /** + * 字段名称 :预计备餐时长 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public void setAvgProductTime(String avgProductTime) { + this.avgProductTime = avgProductTime; + } + + /** + * 字段名称 :预计配送时长 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public String getWaitTime() { + return this.waitTime; + } + + /** + * 字段名称 :预计配送时长 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public void setWaitTime(String waitTime) { + this.waitTime = waitTime; + } + + /** + * 字段名称 :外卖预约时间 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getAppointment() { + return this.appointment; + } + + /** + * 字段名称 :外卖预约时间 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setAppointment(String appointment) { + this.appointment = appointment; + } + + /** + * 字段名称 :自取预约时间 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getTakeSelf() { + return this.takeSelf; + } + + /** + * 字段名称 :自取预约时间 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setTakeSelf(String takeSelf) { + this.takeSelf = takeSelf; + } + + /** + * 字段名称 :支付类型 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public String getPayType() { + return this.payType; + } + + /** + * 字段名称 :支付类型 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public void setPayType(String payType) { + this.payType = payType; + } + + /** + * 字段名称 :在线支付类型 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOnLinePayType() { + return this.onLinePayType; + } + + /** + * 字段名称 :在线支付类型 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOnLinePayType(String onLinePayType) { + this.onLinePayType = onLinePayType; + } + + /** + * 字段名称 :是否支持开发票 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getIsInvoice() { + return this.isInvoice; + } + + /** + * 字段名称 :是否支持开发票 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setIsInvoice(Integer isInvoice) { + this.isInvoice = isInvoice; + } + + /** + * 字段名称 :是否饿了么平台配送 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getEleDelivery() { + return this.eleDelivery; + } + + /** + * 字段名称 :是否饿了么平台配送 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setEleDelivery(Integer eleDelivery) { + this.eleDelivery = eleDelivery; + } + + /** + * 字段名称 :是否支持平台配送自动转自配送 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getAutoChangeDeliver() { + return this.autoChangeDeliver; + } + + /** + * 字段名称 :是否支持平台配送自动转自配送 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setAutoChangeDeliver(Integer autoChangeDeliver) { + this.autoChangeDeliver = autoChangeDeliver; + } + + /** + * 字段名称 :营业状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getBusy() { + return this.busy; + } + + /** + * 字段名称 :营业状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setBusy(Integer busy) { + this.busy = busy; + } + + /** + * 字段名称 :商圈共享订单模式 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getSharedOrder() { + return this.sharedOrder; + } + + /** + * 字段名称 :商圈共享订单模式 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setSharedOrder(Integer sharedOrder) { + this.sharedOrder = sharedOrder; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :是否同步 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getIsSync() { + return this.isSync; + } + + /** + * 字段名称 :是否同步 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setIsSync(Integer isSync) { + this.isSync = isSync; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/Category.java b/food-api/src/main/java/com/jwsaas/entity/food/Category.java new file mode 100644 index 0000000..b3ff9ed --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/Category.java @@ -0,0 +1,133 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:数据字典 + * 表代码:cy_category + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"Category") +public class Category extends BaseEntity { + + private static final long serialVersionUID = 1752181226683316214L; + + /** + *名称 + */ + private String name; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *标识符 + */ + private String sign; + + /** + *显示序号 + */ + private String orderNo; + + /** + *父节点 + */ + private String parentId; + + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :标识符 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :标识符 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSign(String sign) { + this.sign = sign; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :父节点 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getParentId() { + return this.parentId; + } + + /** + * 字段名称 :父节点 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setParentId(String parentId) { + this.parentId = parentId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CheckTemplate.java b/food-api/src/main/java/com/jwsaas/entity/food/CheckTemplate.java new file mode 100644 index 0000000..8e51e13 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CheckTemplate.java @@ -0,0 +1,88 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:总部库存盘点模板 + * 表代码:cy_check_template + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CheckTemplate") +public class CheckTemplate extends BaseEntity { + + private static final long serialVersionUID = 1103528489884559169L; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *备注信息 + */ + private String description; + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CheckTemplateDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/CheckTemplateDetail.java new file mode 100644 index 0000000..d6dbeb3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CheckTemplateDetail.java @@ -0,0 +1,226 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:总部库存盘点模板明细 + * 表代码:cy_check_template_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CheckTemplateDetail") +public class CheckTemplateDetail extends BaseEntity { + + private static final long serialVersionUID = 1292465335308040790L; + + /** + *盘点模板ID + */ + private String ticketId; + + /** + *商品ID + */ + private String productId; + + /** + *商品编号 + */ + private String productNo; + + /** + *商品名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *商品说明 + */ + private String productDescription; + + /** + *库存单位ID + */ + private String stockUnitId; + + /** + *库存单位名称 + */ + private String stockUnitName; + + + /** + * 字段名称 :盘点模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :盘点模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :商品说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :商品说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :库存单位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStockUnitId() { + return this.stockUnitId; + } + + /** + * 字段名称 :库存单位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStockUnitId(String stockUnitId) { + this.stockUnitId = stockUnitId; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStockUnitName() { + return this.stockUnitName; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStockUnitName(String stockUnitName) { + this.stockUnitName = stockUnitName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CheckTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/CheckTicket.java new file mode 100644 index 0000000..5d58c43 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CheckTicket.java @@ -0,0 +1,180 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:总部库存盘点单 + * 表代码:cy_check_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CheckTicket") +public class CheckTicket extends BaseEntity { + + private static final long serialVersionUID = 1988340173810603083L; + + /** + *单据编号 + */ + private String no; + + /** + *单据状态 + */ + private Integer status; + + /** + *备注信息 + */ + private String description; + + /** + *制单人 + */ + private String setMan; + + /** + *制单日期 + */ + private Date setDate; + + /** + *审核人 + */ + private String checkMan; + + /** + *审核日期 + */ + private Date checkDate; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSetDate() { + return this.setDate; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSetDate(Date setDate) { + this.setDate = setDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckMan() { + return this.checkMan; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckMan(String checkMan) { + this.checkMan = checkMan; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CheckTicketDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/CheckTicketDetail.java new file mode 100644 index 0000000..3c6bba1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CheckTicketDetail.java @@ -0,0 +1,462 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:总部库存盘点单明细 + * 表代码:cy_check_ticket_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CheckTicketDetail") +public class CheckTicketDetail extends BaseEntity { + + private static final long serialVersionUID = 1792429325001905890L; + + /** + *仓库ID + */ + private String storageId; + + /** + *仓库名称 + */ + private String storageName; + + /** + *盘点单ID + */ + private String ticketId; + + /** + *商品ID + */ + private String productId; + + /** + *商品编号 + */ + private String productNo; + + /** + *商品名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *商品说明 + */ + private String productDescription; + + /** + *库存单位ID + */ + private String stockUnitId; + + /** + *库存单位名称 + */ + private String stockUnitName; + + /** + *系统数量 + */ + private Double sysAmount; + + /** + *盘点数量 + */ + private Double checkAmount; + + /** + *差异数量 + */ + private Double differenceAmount; + + /** + *系统金额 + */ + private Double sysMoney; + + /** + *盘点金额 + */ + private Double checkMoney; + + /** + *损益金额 + */ + private Double differenceMoney; + + /** + *备注说明 + */ + private String description; + + private String ticketNo; + + private Date checkDate;//审核时间; + + private String typeName;//类别名称; + + public String getTypeName() { + return typeName; + } + + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + public Date getCheckDate() { + return checkDate; + } + + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + + public String getTicketNo() { + return ticketNo; + } + + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStorageName() { + return this.storageName; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStorageName(String storageName) { + this.storageName = storageName; + } + + /** + * 字段名称 :盘点单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :盘点单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :商品说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :商品说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :库存单位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStockUnitId() { + return this.stockUnitId; + } + + /** + * 字段名称 :库存单位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStockUnitId(String stockUnitId) { + this.stockUnitId = stockUnitId; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStockUnitName() { + return this.stockUnitName; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStockUnitName(String stockUnitName) { + this.stockUnitName = stockUnitName; + } + + /** + * 字段名称 :系统数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getSysAmount() { + return this.sysAmount; + } + + /** + * 字段名称 :系统数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setSysAmount(Double sysAmount) { + this.sysAmount = sysAmount; + } + + /** + * 字段名称 :盘点数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getCheckAmount() { + return this.checkAmount; + } + + /** + * 字段名称 :盘点数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setCheckAmount(Double checkAmount) { + this.checkAmount = checkAmount; + } + + /** + * 字段名称 :差异数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDifferenceAmount() { + return this.differenceAmount; + } + + /** + * 字段名称 :差异数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDifferenceAmount(Double differenceAmount) { + this.differenceAmount = differenceAmount; + } + + /** + * 字段名称 :系统金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getSysMoney() { + return this.sysMoney; + } + + /** + * 字段名称 :系统金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setSysMoney(Double sysMoney) { + this.sysMoney = sysMoney; + } + + /** + * 字段名称 :盘点金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getCheckMoney() { + return this.checkMoney; + } + + /** + * 字段名称 :盘点金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setCheckMoney(Double checkMoney) { + this.checkMoney = checkMoney; + } + + /** + * 字段名称 :损益金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDifferenceMoney() { + return this.differenceMoney; + } + + /** + * 字段名称 :损益金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDifferenceMoney(Double differenceMoney) { + this.differenceMoney = differenceMoney; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CheckTicketLog.java b/food-api/src/main/java/com/jwsaas/entity/food/CheckTicketLog.java new file mode 100644 index 0000000..888f318 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CheckTicketLog.java @@ -0,0 +1,134 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:总部盘点单操作记录 + * 表代码:cy_check_ticket_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CheckTicketLog") +public class CheckTicketLog extends BaseEntity { + + private static final long serialVersionUID = 1890289555309310192L; + + /** + *主单ID + */ + private String ticketId; + + /** + *主单编号 + */ + private String ticketNo; + + /** + *操作类型 + */ + private Integer type; + + /** + *操作状态 + */ + private Integer status; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CostFeeItem.java b/food-api/src/main/java/com/jwsaas/entity/food/CostFeeItem.java new file mode 100644 index 0000000..e2a0c22 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CostFeeItem.java @@ -0,0 +1,180 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:成本费用项目 + * 表代码:cy_cost_fee_item + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CostFeeItem") +public class CostFeeItem extends BaseEntity { + + private static final long serialVersionUID = 1633150993573932478L; + + /** + *类别Id + */ + private String typeId; + + /** + *类别路径 + */ + private String typePath; + + /** + *项目编号 + */ + private String no; + + /** + *项目名称 + */ + private String name; + + /** + *类型 + */ + private Integer type; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *显示序号 + */ + private String orderNo; + + + /** + * 字段名称 :类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + /** + * 字段名称 :项目编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :项目编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :项目名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :项目名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CostFeeType.java b/food-api/src/main/java/com/jwsaas/entity/food/CostFeeType.java new file mode 100644 index 0000000..ff5b3ac --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CostFeeType.java @@ -0,0 +1,180 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:成本费用项目分类 + * 表代码:cy_cost_fee_type + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CostFeeType") +public class CostFeeType extends BaseEntity { + + private static final long serialVersionUID = 1375570954869791592L; + + /** + *父类别ID + */ + private String parentId; + + /** + *类别路径 + */ + private String path; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *类型 + */ + private Integer type; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *显示序号 + */ + private String orderNo; + + + /** + * 字段名称 :父类别ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getParentId() { + return this.parentId; + } + + /** + * 字段名称 :父类别ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setParentId(String parentId) { + this.parentId = parentId; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getPath() { + return this.path; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setPath(String path) { + this.path = path; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CostTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/CostTicket.java new file mode 100644 index 0000000..99e428f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CostTicket.java @@ -0,0 +1,525 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:经营会计报表主单 + * 表代码:cy_cost_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CostTicket") +public class CostTicket extends BaseEntity { + + private static final long serialVersionUID = 1569167317692546578L; + + /** + *单据编号 + */ + private String no; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *备注信息 + */ + private String description; + + /** + *单据状态 + */ + private Integer status; + + /** + *营业额 + */ + private Double amount; + + /** + *折扣金额 + */ + private Double discountAmount; + + /** + *应收金额 + */ + private Double receivableAmount; + + /** + *餐盒费 + */ + private Double boxAmount; + + /** + *员工餐 + */ + private Double workerAmount; + + /** + *汇总日期 + */ + private String summaryDate; + + /** + *审核人 + */ + private String checkPeople; + + /** + *审核日期 + */ + private Date checkDate; + + /** + *营业单数 + */ + private Integer ticketCount; + + /** + *客单价 + */ + private Double peoplePrice; + + /** + *纯利润 + */ + private Double profit; + + /** + *今日总成本 + */ + private Double totalCost; + + /** + *成日成本总差额 + */ + private Double difTotalCost; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :true + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :营业额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :营业额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :折扣金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountAmount() { + return this.discountAmount; + } + + /** + * 字段名称 :折扣金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountAmount(Double discountAmount) { + this.discountAmount = discountAmount; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivableAmount() { + return this.receivableAmount; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivableAmount(Double receivableAmount) { + this.receivableAmount = receivableAmount; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getBoxAmount() { + return this.boxAmount; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setBoxAmount(Double boxAmount) { + this.boxAmount = boxAmount; + } + + /** + * 字段名称 :员工餐 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWorkerAmount() { + return this.workerAmount; + } + + /** + * 字段名称 :员工餐 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWorkerAmount(Double workerAmount) { + this.workerAmount = workerAmount; + } + + /** + * 字段名称 :汇总日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSummaryDate() { + return this.summaryDate; + } + + /** + * 字段名称 :汇总日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSummaryDate(String summaryDate) { + this.summaryDate = summaryDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCheckPeople() { + return this.checkPeople; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCheckPeople(String checkPeople) { + this.checkPeople = checkPeople; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + + /** + * 字段名称 :营业单数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getTicketCount() { + return this.ticketCount; + } + + /** + * 字段名称 :营业单数 + * 数据类型 :int + * 是否必填 :false + */ + public void setTicketCount(Integer ticketCount) { + this.ticketCount = ticketCount; + } + + /** + * 字段名称 :客单价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPeoplePrice() { + return this.peoplePrice; + } + + /** + * 字段名称 :客单价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPeoplePrice(Double peoplePrice) { + this.peoplePrice = peoplePrice; + } + + /** + * 字段名称 :纯利润 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getProfit() { + return this.profit; + } + + /** + * 字段名称 :纯利润 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setProfit(Double profit) { + this.profit = profit; + } + + /** + * 字段名称 :今日总成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTotalCost() { + return this.totalCost; + } + + /** + * 字段名称 :今日总成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTotalCost(Double totalCost) { + this.totalCost = totalCost; + } + + /** + * 字段名称 :成日成本总差额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifTotalCost() { + return this.difTotalCost; + } + + /** + * 字段名称 :成日成本总差额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifTotalCost(Double difTotalCost) { + this.difTotalCost = difTotalCost; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CostTicketPayType.java b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketPayType.java new file mode 100644 index 0000000..36807fc --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketPayType.java @@ -0,0 +1,364 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:经营会计报表支付方式统计 + * 表代码:cy_cost_ticket_pay_type + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CostTicketPayType") +public class CostTicketPayType extends BaseEntity { + + private static final long serialVersionUID = 1270938179736103322L; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *汇总日期 + */ + private String summaryDate; + + /** + *支付方式编号 + */ + private String payTypeNo; + + /** + *支付方式名称 + */ + private String payTypeName; + + /** + *三方扣费类型 + */ + private Integer otherRateType; + + /** + *三方费值 + */ + private Double otherRateValue; + + /** + *金额 + */ + private Double money; + + /** + *门店实得金额 + */ + private Double realMoney; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :单据ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :汇总日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSummaryDate() { + return this.summaryDate; + } + + /** + * 字段名称 :汇总日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSummaryDate(String summaryDate) { + this.summaryDate = summaryDate; + } + + /** + * 字段名称 :支付方式编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPayTypeNo() { + return this.payTypeNo; + } + + /** + * 字段名称 :支付方式编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPayTypeNo(String payTypeNo) { + this.payTypeNo = payTypeNo; + } + + /** + * 字段名称 :支付方式名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getPayTypeName() { + return this.payTypeName; + } + + /** + * 字段名称 :支付方式名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setPayTypeName(String payTypeName) { + this.payTypeName = payTypeName; + } + + /** + * 字段名称 :三方扣费类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOtherRateType() { + return this.otherRateType; + } + + /** + * 字段名称 :三方扣费类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setOtherRateType(Integer otherRateType) { + this.otherRateType = otherRateType; + } + + /** + * 字段名称 :三方费值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOtherRateValue() { + return this.otherRateValue; + } + + /** + * 字段名称 :三方费值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOtherRateValue(Double otherRateValue) { + this.otherRateValue = otherRateValue; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :门店实得金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getRealMoney() { + return this.realMoney; + } + + /** + * 字段名称 :门店实得金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setRealMoney(Double realMoney) { + this.realMoney = realMoney; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductChange.java b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductChange.java new file mode 100644 index 0000000..55e27d9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductChange.java @@ -0,0 +1,732 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:经营会计报表生产变动费 + * 表代码:cy_cost_ticket_product_change + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CostTicketProductChange") +public class CostTicketProductChange extends BaseEntity { + + private static final long serialVersionUID = 1998583843417163297L; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *汇总日期 + */ + private String summaryDate; + + /** + *类别ID + */ + private String typeId; + + /** + *类别编号 + */ + private String typeNo; + + /** + *类别名 + */ + private String typeName; + + /** + *商品ID + */ + private String productId; + + /** + *商品编号 + */ + private String productNo; + + /** + *商品名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *包装单位(分店库存单位) + */ + private String packUnitId; + + /** + *成本控制类型 + */ + private Integer costType; + + /** + *昨日库存 + */ + private Double yeterdayStock; + + /** + *今日入库 + */ + private Double todayIn; + + /** + *今晚库存 + */ + private Double todayStock; + + /** + *今日损耗 + */ + private Double todayLoss; + + /** + *实际用量 + */ + private Double todayUse; + + /** + *收银用量 + */ + private Double posUse; + + /** + *相差数量 + */ + private Double difUse; + + /** + *相差金额 + */ + private Double difMoney; + + /** + *单项成本 + */ + private Double cost; + + /** + *占比 + */ + private Double salePro; + + /** + *运营标准 + */ + private Double standard; + + /** + *差值 + */ + private Double difStandard; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :单据ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :汇总日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSummaryDate() { + return this.summaryDate; + } + + /** + * 字段名称 :汇总日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSummaryDate(String summaryDate) { + this.summaryDate = summaryDate; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeNo() { + return this.typeNo; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeNo(String typeNo) { + this.typeNo = typeNo; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :包装单位(分店库存单位) + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPackUnitId() { + return this.packUnitId; + } + + /** + * 字段名称 :包装单位(分店库存单位) + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPackUnitId(String packUnitId) { + this.packUnitId = packUnitId; + } + + /** + * 字段名称 :成本控制类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCostType() { + return this.costType; + } + + /** + * 字段名称 :成本控制类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setCostType(Integer costType) { + this.costType = costType; + } + + /** + * 字段名称 :昨日库存 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getYeterdayStock() { + return this.yeterdayStock; + } + + /** + * 字段名称 :昨日库存 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setYeterdayStock(Double yeterdayStock) { + this.yeterdayStock = yeterdayStock; + } + + /** + * 字段名称 :今日入库 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTodayIn() { + return this.todayIn; + } + + /** + * 字段名称 :今日入库 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTodayIn(Double todayIn) { + this.todayIn = todayIn; + } + + /** + * 字段名称 :今晚库存 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTodayStock() { + return this.todayStock; + } + + /** + * 字段名称 :今晚库存 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTodayStock(Double todayStock) { + this.todayStock = todayStock; + } + + /** + * 字段名称 :今日损耗 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTodayLoss() { + return this.todayLoss; + } + + /** + * 字段名称 :今日损耗 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTodayLoss(Double todayLoss) { + this.todayLoss = todayLoss; + } + + /** + * 字段名称 :实际用量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTodayUse() { + return this.todayUse; + } + + /** + * 字段名称 :实际用量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTodayUse(Double todayUse) { + this.todayUse = todayUse; + } + + /** + * 字段名称 :收银用量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPosUse() { + return this.posUse; + } + + /** + * 字段名称 :收银用量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPosUse(Double posUse) { + this.posUse = posUse; + } + + /** + * 字段名称 :相差数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifUse() { + return this.difUse; + } + + /** + * 字段名称 :相差数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifUse(Double difUse) { + this.difUse = difUse; + } + + /** + * 字段名称 :相差金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifMoney() { + return this.difMoney; + } + + /** + * 字段名称 :相差金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifMoney(Double difMoney) { + this.difMoney = difMoney; + } + + /** + * 字段名称 :单项成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCost() { + return this.cost; + } + + /** + * 字段名称 :单项成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCost(Double cost) { + this.cost = cost; + } + + /** + * 字段名称 :占比 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSalePro() { + return this.salePro; + } + + /** + * 字段名称 :占比 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSalePro(Double salePro) { + this.salePro = salePro; + } + + /** + * 字段名称 :运营标准 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getStandard() { + return this.standard; + } + + /** + * 字段名称 :运营标准 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setStandard(Double standard) { + this.standard = standard; + } + + /** + * 字段名称 :差值 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifStandard() { + return this.difStandard; + } + + /** + * 字段名称 :差值 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifStandard(Double difStandard) { + this.difStandard = difStandard; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductFixedChange.java b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductFixedChange.java new file mode 100644 index 0000000..4121d70 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductFixedChange.java @@ -0,0 +1,433 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:经营会计报表固定费 + * 表代码:cy_cost_ticket_product_fixed_change + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CostTicketProductFixedChange") +public class CostTicketProductFixedChange extends BaseEntity { + + private static final long serialVersionUID = 1551303725588023930L; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *汇总日期 + */ + private String summaryDate; + + /** + *费用类别Id + */ + private String typeId; + + /** + *费用类别路径 + */ + private String typePath; + + /** + *类别编号 + */ + private String typeNo; + + /** + *类别名 + */ + private String typeName; + + /** + *费用项目ID + */ + private String itemId; + + /** + *费用项目编号 + */ + private String no; + + /** + *费用项目名称 + */ + private String name; + + /** + *费用类型 + */ + private Integer type; + + /** + *金额 + */ + private Double money; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :单据ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :汇总日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSummaryDate() { + return this.summaryDate; + } + + /** + * 字段名称 :汇总日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSummaryDate(String summaryDate) { + this.summaryDate = summaryDate; + } + + /** + * 字段名称 :费用类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :费用类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :费用类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :费用类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeNo() { + return this.typeNo; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeNo(String typeNo) { + this.typeNo = typeNo; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :费用项目ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getItemId() { + return this.itemId; + } + + /** + * 字段名称 :费用项目ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setItemId(String itemId) { + this.itemId = itemId; + } + + /** + * 字段名称 :费用项目编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :费用项目编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :费用项目名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :费用项目名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :费用类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :费用类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductMoreChange.java b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductMoreChange.java new file mode 100644 index 0000000..36e0ff0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductMoreChange.java @@ -0,0 +1,732 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:经营会计报表辅助生产变动费 + * 表代码:cy_cost_ticket_product_more_change + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CostTicketProductMoreChange") +public class CostTicketProductMoreChange extends BaseEntity { + + private static final long serialVersionUID = 1008004089017838452L; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *汇总日期 + */ + private String summaryDate; + + /** + *类别ID + */ + private String typeId; + + /** + *类别编号 + */ + private String typeNo; + + /** + *类别名 + */ + private String typeName; + + /** + *商品ID + */ + private String productId; + + /** + *商品编号 + */ + private String productNo; + + /** + *商品名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *包装单位(分店库存单位) + */ + private String packUnitId; + + /** + *成本控制类型 + */ + private Integer costType; + + /** + *昨日库存 + */ + private Double yeterdayStock; + + /** + *今日入库 + */ + private Double todayIn; + + /** + *今晚库存 + */ + private Double todayStock; + + /** + *今日损耗 + */ + private Double todayLoss; + + /** + *实际用量 + */ + private Double todayUse; + + /** + *收银用量 + */ + private Double posUse; + + /** + *相差数量 + */ + private Double difUse; + + /** + *相差金额 + */ + private Double difMoney; + + /** + *单项成本 + */ + private Double cost; + + /** + *占比 + */ + private Double salePro; + + /** + *运营标准 + */ + private Double standard; + + /** + *差值 + */ + private Double difStandard; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :单据ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :汇总日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSummaryDate() { + return this.summaryDate; + } + + /** + * 字段名称 :汇总日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSummaryDate(String summaryDate) { + this.summaryDate = summaryDate; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeNo() { + return this.typeNo; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeNo(String typeNo) { + this.typeNo = typeNo; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :包装单位(分店库存单位) + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPackUnitId() { + return this.packUnitId; + } + + /** + * 字段名称 :包装单位(分店库存单位) + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPackUnitId(String packUnitId) { + this.packUnitId = packUnitId; + } + + /** + * 字段名称 :成本控制类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCostType() { + return this.costType; + } + + /** + * 字段名称 :成本控制类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setCostType(Integer costType) { + this.costType = costType; + } + + /** + * 字段名称 :昨日库存 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getYeterdayStock() { + return this.yeterdayStock; + } + + /** + * 字段名称 :昨日库存 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setYeterdayStock(Double yeterdayStock) { + this.yeterdayStock = yeterdayStock; + } + + /** + * 字段名称 :今日入库 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTodayIn() { + return this.todayIn; + } + + /** + * 字段名称 :今日入库 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTodayIn(Double todayIn) { + this.todayIn = todayIn; + } + + /** + * 字段名称 :今晚库存 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTodayStock() { + return this.todayStock; + } + + /** + * 字段名称 :今晚库存 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTodayStock(Double todayStock) { + this.todayStock = todayStock; + } + + /** + * 字段名称 :今日损耗 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTodayLoss() { + return this.todayLoss; + } + + /** + * 字段名称 :今日损耗 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTodayLoss(Double todayLoss) { + this.todayLoss = todayLoss; + } + + /** + * 字段名称 :实际用量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTodayUse() { + return this.todayUse; + } + + /** + * 字段名称 :实际用量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTodayUse(Double todayUse) { + this.todayUse = todayUse; + } + + /** + * 字段名称 :收银用量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPosUse() { + return this.posUse; + } + + /** + * 字段名称 :收银用量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPosUse(Double posUse) { + this.posUse = posUse; + } + + /** + * 字段名称 :相差数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifUse() { + return this.difUse; + } + + /** + * 字段名称 :相差数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifUse(Double difUse) { + this.difUse = difUse; + } + + /** + * 字段名称 :相差金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifMoney() { + return this.difMoney; + } + + /** + * 字段名称 :相差金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifMoney(Double difMoney) { + this.difMoney = difMoney; + } + + /** + * 字段名称 :单项成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCost() { + return this.cost; + } + + /** + * 字段名称 :单项成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCost(Double cost) { + this.cost = cost; + } + + /** + * 字段名称 :占比 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSalePro() { + return this.salePro; + } + + /** + * 字段名称 :占比 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSalePro(Double salePro) { + this.salePro = salePro; + } + + /** + * 字段名称 :运营标准 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getStandard() { + return this.standard; + } + + /** + * 字段名称 :运营标准 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setStandard(Double standard) { + this.standard = standard; + } + + /** + * 字段名称 :差值 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifStandard() { + return this.difStandard; + } + + /** + * 字段名称 :差值 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifStandard(Double difStandard) { + this.difStandard = difStandard; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductOtherChange.java b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductOtherChange.java new file mode 100644 index 0000000..624785a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductOtherChange.java @@ -0,0 +1,433 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:经营会计报表其他变动费 + * 表代码:cy_cost_ticket_product_other_change + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CostTicketProductOtherChange") +public class CostTicketProductOtherChange extends BaseEntity { + + private static final long serialVersionUID = 1080935931666595097L; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *汇总日期 + */ + private String summaryDate; + + /** + *费用类别Id + */ + private String typeId; + + /** + *费用类别路径 + */ + private String typePath; + + /** + *类别编号 + */ + private String typeNo; + + /** + *类别名 + */ + private String typeName; + + /** + *费用项目ID + */ + private String itemId; + + /** + *费用项目编号 + */ + private String no; + + /** + *费用项目名称 + */ + private String name; + + /** + *费用类型 + */ + private Integer type; + + /** + *金额 + */ + private Double money; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :单据ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :汇总日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSummaryDate() { + return this.summaryDate; + } + + /** + * 字段名称 :汇总日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSummaryDate(String summaryDate) { + this.summaryDate = summaryDate; + } + + /** + * 字段名称 :费用类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :费用类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :费用类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :费用类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeNo() { + return this.typeNo; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeNo(String typeNo) { + this.typeNo = typeNo; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :费用项目ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getItemId() { + return this.itemId; + } + + /** + * 字段名称 :费用项目ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setItemId(String itemId) { + this.itemId = itemId; + } + + /** + * 字段名称 :费用项目编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :费用项目编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :费用项目名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :费用项目名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :费用类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :费用类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductType.java b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductType.java new file mode 100644 index 0000000..b9f3a69 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketProductType.java @@ -0,0 +1,318 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:经营会计报表分类统计 + * 表代码:cy_cost_ticket_product_type + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CostTicketProductType") +public class CostTicketProductType extends BaseEntity { + + private static final long serialVersionUID = 1033420579553021552L; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *汇总日期 + */ + private String summaryDate; + + /** + *类别ID + */ + private String typeId; + + /** + *类别编号 + */ + private String typeNo; + + /** + *类别名 + */ + private String typeName; + + /** + *金额 + */ + private Double money; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :单据ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :汇总日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSummaryDate() { + return this.summaryDate; + } + + /** + * 字段名称 :汇总日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSummaryDate(String summaryDate) { + this.summaryDate = summaryDate; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeNo() { + return this.typeNo; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeNo(String typeNo) { + this.typeNo = typeNo; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplate.java b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplate.java new file mode 100644 index 0000000..d163950 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplate.java @@ -0,0 +1,97 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:经营会计报表模板 + * 表代码:cy_cost_ticket_template + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CostTicketTemplate") +public class CostTicketTemplate extends BaseEntity { + + private static final long serialVersionUID = 1887001212255419780L; + + /** + *编号 + */ + private String no; + + /** + *模板名称 + */ + private String name; + + /** + *备注信息 + */ + private String description; + + private String storeId; + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :模板名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :模板名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplateProductChange.java b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplateProductChange.java new file mode 100644 index 0000000..9266d47 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplateProductChange.java @@ -0,0 +1,437 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:经营会计报表生产变动费模板 + * 表代码:cy_cost_ticket_template_product_change + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CostTicketTemplateProductChange") +public class CostTicketTemplateProductChange extends BaseEntity { + + private static final long serialVersionUID = 1099621108945472221L; + + /** + *模板ID + */ + private String ticketId; + + /** + *模板编号 + */ + private String ticketNo; + + /** + *类别ID + */ + private String typeId; + + /** + *类别编号 + */ + private String typeNo; + + /** + *类别名 + */ + private String typeName; + + /** + *商品ID + */ + private String productId; + + /** + *商品编号 + */ + private String productNo; + + /** + *商品名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *包装单位(分店库存单位) + */ + private String packUnitId; + + /** + *成本控制类型 + */ + private Integer costType; + + /** + *单项成本 + */ + private Double cost; + + /** + *运营标准 + */ + private Double standard; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + private Double lastStock;//走日库存数量; + private Double todayStockIn;//今日入库数量; + private Double thUseLevel;//万元用量; + + public Double getThUseLevel() { + return thUseLevel; + } + + public void setThUseLevel(Double thUseLevel) { + this.thUseLevel = thUseLevel; + } + + public Double getLastStock() { + return lastStock; + } + + public void setLastStock(Double lastStock) { + this.lastStock = lastStock; + } + + public Double getTodayStockIn() { + return todayStockIn; + } + + public void setTodayStockIn(Double todayStockIn) { + this.todayStockIn = todayStockIn; + } + + /** + * 字段名称 :模板ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :模板编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :模板编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeNo() { + return this.typeNo; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeNo(String typeNo) { + this.typeNo = typeNo; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :包装单位(分店库存单位) + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPackUnitId() { + return this.packUnitId; + } + + /** + * 字段名称 :包装单位(分店库存单位) + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPackUnitId(String packUnitId) { + this.packUnitId = packUnitId; + } + + /** + * 字段名称 :成本控制类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCostType() { + return this.costType; + } + + /** + * 字段名称 :成本控制类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setCostType(Integer costType) { + this.costType = costType; + } + + /** + * 字段名称 :单项成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCost() { + return this.cost; + } + + /** + * 字段名称 :单项成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCost(Double cost) { + this.cost = cost; + } + + /** + * 字段名称 :运营标准 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getStandard() { + return this.standard; + } + + /** + * 字段名称 :运营标准 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setStandard(Double standard) { + this.standard = standard; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplateProductFixedChange.java b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplateProductFixedChange.java new file mode 100644 index 0000000..22d4999 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplateProductFixedChange.java @@ -0,0 +1,341 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:经营会计报表固定费模板 + * 表代码:cy_cost_ticket_template_product_fixed_change + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CostTicketTemplateProductFixedChange") +public class CostTicketTemplateProductFixedChange extends BaseEntity { + + private static final long serialVersionUID = 1312139957824345686L; + + /** + *模板ID + */ + private String ticketId; + + /** + *模板编号 + */ + private String ticketNo; + + /** + *费用项目ID + */ + private String itemId; + + /** + *费用类别Id + */ + private String typeId; + + /** + *费用类别路径 + */ + private String typePath; + + /** + *类别编号 + */ + private String typeNo; + + /** + *类别名 + */ + private String typeName; + + /** + *费用项目编号 + */ + private String no; + + /** + *费用项目名称 + */ + private String name; + + /** + *费用类型 + */ + private Integer type; + + /** + *运营标准金额 + */ + private Double money; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :模板ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :模板编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :模板编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :费用项目ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getItemId() { + return this.itemId; + } + + /** + * 字段名称 :费用项目ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setItemId(String itemId) { + this.itemId = itemId; + } + + /** + * 字段名称 :费用类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :费用类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :费用类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :费用类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeNo() { + return this.typeNo; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeNo(String typeNo) { + this.typeNo = typeNo; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :费用项目编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :费用项目编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :费用项目名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :费用项目名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :费用类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :费用类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :运营标准金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :运营标准金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplateProductMoreChange.java b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplateProductMoreChange.java new file mode 100644 index 0000000..8e49f65 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplateProductMoreChange.java @@ -0,0 +1,437 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:经营会计报表辅助生产变动费模板 + * 表代码:cy_cost_ticket_template_product_more_change + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CostTicketTemplateProductMoreChange") +public class CostTicketTemplateProductMoreChange extends BaseEntity { + + private static final long serialVersionUID = 1226732952590165876L; + + /** + *模板ID + */ + private String ticketId; + + /** + *模板编号 + */ + private String ticketNo; + + /** + *类别ID + */ + private String typeId; + + /** + *类别编号 + */ + private String typeNo; + + /** + *类别名 + */ + private String typeName; + + /** + *商品ID + */ + private String productId; + + /** + *商品编号 + */ + private String productNo; + + /** + *商品名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *包装单位(分店库存单位) + */ + private String packUnitId; + + /** + *成本控制类型 + */ + private Integer costType; + + /** + *单项成本 + */ + private Double cost; + + /** + *运营标准 + */ + private Double standard; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + private Double lastStock;//走日库存数量; + private Double todayStockIn;//今日入库数量; + private Double thUseLevel;//万元用量; + + public Double getThUseLevel() { + return thUseLevel; + } + + public void setThUseLevel(Double thUseLevel) { + this.thUseLevel = thUseLevel; + } + + public Double getLastStock() { + return lastStock; + } + + public void setLastStock(Double lastStock) { + this.lastStock = lastStock; + } + + public Double getTodayStockIn() { + return todayStockIn; + } + + public void setTodayStockIn(Double todayStockIn) { + this.todayStockIn = todayStockIn; + } + + /** + * 字段名称 :模板ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :模板编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :模板编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeNo() { + return this.typeNo; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeNo(String typeNo) { + this.typeNo = typeNo; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :包装单位(分店库存单位) + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPackUnitId() { + return this.packUnitId; + } + + /** + * 字段名称 :包装单位(分店库存单位) + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPackUnitId(String packUnitId) { + this.packUnitId = packUnitId; + } + + /** + * 字段名称 :成本控制类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCostType() { + return this.costType; + } + + /** + * 字段名称 :成本控制类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setCostType(Integer costType) { + this.costType = costType; + } + + /** + * 字段名称 :单项成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCost() { + return this.cost; + } + + /** + * 字段名称 :单项成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCost(Double cost) { + this.cost = cost; + } + + /** + * 字段名称 :运营标准 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getStandard() { + return this.standard; + } + + /** + * 字段名称 :运营标准 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setStandard(Double standard) { + this.standard = standard; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplateProductOtherChange.java b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplateProductOtherChange.java new file mode 100644 index 0000000..9952a8c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CostTicketTemplateProductOtherChange.java @@ -0,0 +1,340 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:经营会计报表其他变动费模板 + * 表代码:cy_cost_ticket_template_product_other_change + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CostTicketTemplateProductOtherChange") +public class CostTicketTemplateProductOtherChange extends BaseEntity { + + private static final long serialVersionUID = 1713965595203240338L; + + /** + *模板ID + */ + private String ticketId; + + /** + *模板编号 + */ + private String ticketNo; + + /** + *费用项目ID + */ + private String itemId; + + /** + *费用类别Id + */ + private String typeId; + + /** + *费用类别路径 + */ + private String typePath; + + /** + *类别编号 + */ + private String typeNo; + + /** + *类别名 + */ + private String typeName; + + /** + *费用项目编号 + */ + private String no; + + /** + *费用项目名称 + */ + private String name; + + /** + *费用类型 + */ + private Integer type; + + /** + *运营标准金额 + */ + private Double money; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :模板ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :模板编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :模板编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :费用项目ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getItemId() { + return this.itemId; + } + + /** + * 字段名称 :费用项目ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setItemId(String itemId) { + this.itemId = itemId; + } + + /** + * 字段名称 :费用类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :费用类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :费用类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :费用类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeNo() { + return this.typeNo; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeNo(String typeNo) { + this.typeNo = typeNo; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :费用项目编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :费用项目编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :费用项目名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :费用项目名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :费用类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :费用类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :运营标准金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :运营标准金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/Coupon.java b/food-api/src/main/java/com/jwsaas/entity/food/Coupon.java new file mode 100644 index 0000000..7e78568 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/Coupon.java @@ -0,0 +1,410 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:优惠券信息 + * 表代码:cy_coupon + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"Coupon") +public class Coupon extends BaseEntity { + + private static final long serialVersionUID = 1400556270260230592L; + + /** + *优惠券名称 + */ + private String name; + + /** + *开始日期 + */ + private String startDate; + + /** + *结束日期 + */ + private String endDate; + + /** + *开始时间 + */ + private String startTime; + + /** + *结束时间 + */ + private String endTime; + + /** + *星期 + */ + private String weekDays; + + /** + *每月频率 + */ + private String validMonth; + + /** + *使用说明 + */ + private String description; + + /** + *类型 + */ + private Integer type; + + /** + *使用规则 + */ + private String rule; + + /** + *适用门店 + */ + private Integer allStore; + + /** + *适用品牌 + */ + private Integer allBrand; + + /** + *适用品类 + */ + private Integer allCategory; + + /** + *适用商品 + */ + private Integer allGoods; + + /** + *状态 + */ + private Integer status; + + /** + *是否验券 + */ + private Integer voucherFlag; + + /** + *发放数量 + */ + private Integer putNum; + + + /** + * 字段名称 :优惠券名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :优惠券名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getStartDate() { + return this.startDate; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setStartDate(String startDate) { + this.startDate = startDate; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getEndDate() { + return this.endDate; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setEndDate(String endDate) { + this.endDate = endDate; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getStartTime() { + return this.startTime; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setStartTime(String startTime) { + this.startTime = startTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getEndTime() { + return this.endTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setEndTime(String endTime) { + this.endTime = endTime; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWeekDays() { + return this.weekDays; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWeekDays(String weekDays) { + this.weekDays = weekDays; + } + + /** + * 字段名称 :每月频率 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getValidMonth() { + return this.validMonth; + } + + /** + * 字段名称 :每月频率 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setValidMonth(String validMonth) { + this.validMonth = validMonth; + } + + /** + * 字段名称 :使用说明 + * 数据类型 :varchar(256) + * 是否必填 :true + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :使用说明 + * 数据类型 :varchar(256) + * 是否必填 :true + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :使用规则 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getRule() { + return this.rule; + } + + /** + * 字段名称 :使用规则 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setRule(String rule) { + this.rule = rule; + } + + /** + * 字段名称 :适用门店 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getAllStore() { + return this.allStore; + } + + /** + * 字段名称 :适用门店 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setAllStore(Integer allStore) { + this.allStore = allStore; + } + + /** + * 字段名称 :适用品牌 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getAllBrand() { + return this.allBrand; + } + + /** + * 字段名称 :适用品牌 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setAllBrand(Integer allBrand) { + this.allBrand = allBrand; + } + + /** + * 字段名称 :适用品类 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getAllCategory() { + return this.allCategory; + } + + /** + * 字段名称 :适用品类 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setAllCategory(Integer allCategory) { + this.allCategory = allCategory; + } + + /** + * 字段名称 :适用商品 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getAllGoods() { + return this.allGoods; + } + + /** + * 字段名称 :适用商品 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setAllGoods(Integer allGoods) { + this.allGoods = allGoods; + } + + /** + * 字段名称 :状态 + * 数据类型 :int(4) + * 是否必填 :true + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int(4) + * 是否必填 :true + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :是否验券 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getVoucherFlag() { + return this.voucherFlag; + } + + /** + * 字段名称 :是否验券 + * 数据类型 :int + * 是否必填 :false + */ + public void setVoucherFlag(Integer voucherFlag) { + this.voucherFlag = voucherFlag; + } + + /** + * 字段名称 :发放数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPutNum() { + return this.putNum; + } + + /** + * 字段名称 :发放数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setPutNum(Integer putNum) { + this.putNum = putNum; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CouponCodeDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/CouponCodeDetail.java new file mode 100644 index 0000000..c3f31d1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CouponCodeDetail.java @@ -0,0 +1,295 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:优惠券券码信息 + * 表代码:cy_coupon_code_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"CouponCodeDetail") +public class CouponCodeDetail extends BaseEntity { + + private static final long serialVersionUID = 1952499321115288589L; + + /** + *优惠券方案ID + */ + private String couponId; + + /** + *券码 + */ + private String couponCode; + + /** + *状态 + */ + private Integer status; + + /** + *开始日期 + */ + private String beginDateTime; + + /** + *结束日期 + */ + private String endDateTime; + + /** + *核销门店 + */ + private String storeId; + + /** + *核销门店名称 + */ + private String storeName; + + /** + *核销门店编号 + */ + private String storeNo; + + /** + *核销时间 + */ + private String checkTime; + + /** + *核销员工 + */ + private String workerNo; + + /** + *核销POS编号 + */ + private String posNo; + + /** + *核销单号 + */ + private String busNo; + + + /** + * 字段名称 :优惠券方案ID + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getCouponId() { + return this.couponId; + } + + /** + * 字段名称 :优惠券方案ID + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setCouponId(String couponId) { + this.couponId = couponId; + } + + /** + * 字段名称 :券码 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getCouponCode() { + return this.couponCode; + } + + /** + * 字段名称 :券码 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setCouponCode(String couponCode) { + this.couponCode = couponCode; + } + + /** + * 字段名称 :状态 + * 数据类型 :int(4) + * 是否必填 :true + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int(4) + * 是否必填 :true + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getBeginDateTime() { + return this.beginDateTime; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setBeginDateTime(String beginDateTime) { + this.beginDateTime = beginDateTime; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getEndDateTime() { + return this.endDateTime; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setEndDateTime(String endDateTime) { + this.endDateTime = endDateTime; + } + + /** + * 字段名称 :核销门店 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :核销门店 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :核销门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :核销门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :核销门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :核销门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :核销时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckTime() { + return this.checkTime; + } + + /** + * 字段名称 :核销时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckTime(String checkTime) { + this.checkTime = checkTime; + } + + /** + * 字段名称 :核销员工 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getWorkerNo() { + return this.workerNo; + } + + /** + * 字段名称 :核销员工 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setWorkerNo(String workerNo) { + this.workerNo = workerNo; + } + + /** + * 字段名称 :核销POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :核销POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :核销单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :核销单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CouponStore.java b/food-api/src/main/java/com/jwsaas/entity/food/CouponStore.java new file mode 100644 index 0000000..9f1eea1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CouponStore.java @@ -0,0 +1,110 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:优惠券门店关联表 + * 表代码:cy_coupon_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "CouponStore") +public class CouponStore extends BaseEntity { + + private static final long serialVersionUID = 1016704411909872160L; + + /** + *优惠券ID + */ + private String couponId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + + /** + * 字段名称 :优惠券ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getCouponId() { + return this.couponId; + } + + /** + * 字段名称 :优惠券ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setCouponId(String couponId) { + this.couponId = couponId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CouponTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/CouponTicket.java new file mode 100644 index 0000000..4bd1993 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CouponTicket.java @@ -0,0 +1,249 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品优惠券单据 + * 表代码:cy_coupon_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "CouponTicket") +public class CouponTicket extends BaseEntity { + + private static final long serialVersionUID = 1546100557757495998L; + + /** + *单据编号 + */ + private String no; + + /** + *开始日期 + */ + private String startDate; + + /** + *结束日期 + */ + private String endDate; + + /** + *开始时间 + */ + private String startTime; + + /** + *结束时间 + */ + private String endTime; + + /** + *星期 + */ + private String weekDays; + + /** + *备注信息 + */ + private String description; + + /** + *单据状态 + */ + private Integer status; + + /** + *审核人 + */ + private String checkPeople; + + /** + *审核日期 + */ + private Date checkDate; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getStartDate() { + return this.startDate; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setStartDate(String startDate) { + this.startDate = startDate; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getEndDate() { + return this.endDate; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setEndDate(String endDate) { + this.endDate = endDate; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getStartTime() { + return this.startTime; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setStartTime(String startTime) { + this.startTime = startTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getEndTime() { + return this.endTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setEndTime(String endTime) { + this.endTime = endTime; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWeekDays() { + return this.weekDays; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWeekDays(String weekDays) { + this.weekDays = weekDays; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :true + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCheckPeople() { + return this.checkPeople; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCheckPeople(String checkPeople) { + this.checkPeople = checkPeople; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CouponTicketProduct.java b/food-api/src/main/java/com/jwsaas/entity/food/CouponTicketProduct.java new file mode 100644 index 0000000..c1f4ad7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CouponTicketProduct.java @@ -0,0 +1,178 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品优惠券菜品信息 + * 表代码:cy_coupon_ticket_product + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "CouponTicketProduct") +public class CouponTicketProduct extends BaseEntity { + + private static final long serialVersionUID = 1407405577998675494L; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *菜品ID + */ + private String productId; + + /** + *菜品规格ID + */ + private String specId; + + /** + *优惠券价 + */ + private Double couponPrice; + + private String productNo; // 菜品编号 + private String productName; // 菜品名称 + private String specNo; // 规格编号 + private String specName; // 规格名称 + private String unitId;// 单位 + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :菜品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :菜品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :菜品规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :菜品规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :优惠券价 + * 数据类型 :decimal(24,2) + * 是否必填 :true + */ + public Double getCouponPrice() { + return this.couponPrice; + } + + /** + * 字段名称 :优惠券价 + * 数据类型 :decimal(24,2) + * 是否必填 :true + */ + public void setCouponPrice(Double couponPrice) { + this.couponPrice = couponPrice; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getSpecNo() { + return specNo; + } + + public void setSpecNo(String specNo) { + this.specNo = specNo; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getUnitId() { + return unitId; + } + + public void setUnitId(String unitId) { + this.unitId = unitId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/CouponTicketStore.java b/food-api/src/main/java/com/jwsaas/entity/food/CouponTicketStore.java new file mode 100644 index 0000000..0e6cca7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/CouponTicketStore.java @@ -0,0 +1,119 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品优惠券门店 + * 表代码:cy_coupon_ticket_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "CouponTicketStore") +public class CouponTicketStore extends BaseEntity { + + private static final long serialVersionUID = 1327694325568012154L; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + private String storeName;// 门店名称 + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/Deliver.java b/food-api/src/main/java/com/jwsaas/entity/food/Deliver.java new file mode 100644 index 0000000..dcc4c08 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/Deliver.java @@ -0,0 +1,120 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送员信息 + * 表代码:cy_deliver + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"Deliver") +public class Deliver extends BaseEntity { + + private static final long serialVersionUID = 1089820704096216096L; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *是否在职 + */ + private Integer isJob; + + /** + *备注信息 + */ + private String description; + + private String storeId;//配送员对应门店Id; + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :是否在职 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsJob() { + return this.isJob; + } + + /** + * 字段名称 :是否在职 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsJob(Integer isJob) { + this.isJob = isJob; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/DfsFile.java b/food-api/src/main/java/com/jwsaas/entity/food/DfsFile.java new file mode 100644 index 0000000..9f2e185 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/DfsFile.java @@ -0,0 +1,259 @@ +package com.jwsaas.entity.food; + +import org.apache.commons.lang3.StringUtils; +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:文件管理 表代码:shared_dfs_file + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "DfsFile") +public class DfsFile extends BaseEntity { + + private static final long serialVersionUID = 1881607726555665970L; + + /** + * 文件名 + */ + private String name; + + /** + * 文件类型 + */ + private String mimeType; + + /** + * 后缀名 + */ + private String suffix; + + /** + * 文件大小 + */ + private String length; + + /** + * 是否图片 + */ + private Integer isImage; + + /** + * 图片宽度 + */ + private Integer width; + + /** + * 图片高度 + */ + private Integer height; + + /** + * 文件系统类型 + */ + private String type; + + /** + * 文件系统组名 + */ + private String groupName; + + /** + * 文件系统文件名 + */ + private String fileName; + + /** + * 使用次数 + */ + private Integer useCount; + + /** + * 删除次数 + */ + private Integer deleteCount; + + private String link;// 存储文件的访问链接 + + /** + * 字段名称 :文件名 数据类型 :varchar(64) 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :文件名 数据类型 :varchar(64) 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :文件类型 数据类型 :varchar(32) 是否必填 :false + */ + public String getMimeType() { + return this.mimeType; + } + + /** + * 字段名称 :文件类型 数据类型 :varchar(32) 是否必填 :false + */ + public void setMimeType(String mimeType) { + this.mimeType = mimeType; + } + + /** + * 字段名称 :后缀名 数据类型 :varchar(32) 是否必填 :false + */ + public String getSuffix() { + return this.suffix; + } + + /** + * 字段名称 :后缀名 数据类型 :varchar(32) 是否必填 :false + */ + public void setSuffix(String suffix) { + this.suffix = suffix; + } + + /** + * 字段名称 :文件大小 数据类型 :bigint(18) 是否必填 :false + */ + public String getLength() { + return this.length; + } + + /** + * 字段名称 :文件大小 数据类型 :bigint(18) 是否必填 :false + */ + public void setLength(String length) { + this.length = length; + } + + /** + * 字段名称 :是否图片 数据类型 :int 是否必填 :false + */ + public Integer getIsImage() { + return this.isImage; + } + + /** + * 字段名称 :是否图片 数据类型 :int 是否必填 :false + */ + public void setIsImage(Integer isImage) { + this.isImage = isImage; + } + + /** + * 字段名称 :图片宽度 数据类型 :int 是否必填 :false + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 数据类型 :int 是否必填 :false + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 数据类型 :int 是否必填 :false + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 数据类型 :int 是否必填 :false + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :文件系统类型 数据类型 :varchar(16) 是否必填 :false + */ + public String getType() { + return this.type; + } + + /** + * 字段名称 :文件系统类型 数据类型 :varchar(16) 是否必填 :false + */ + public void setType(String type) { + this.type = type; + } + + /** + * 字段名称 :文件系统组名 数据类型 :varchar(32) 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :文件系统组名 数据类型 :varchar(32) 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :文件系统文件名 数据类型 :varchar(256) 是否必填 :false + */ + public String getFileName() { + return this.fileName; + } + + /** + * 字段名称 :文件系统文件名 数据类型 :varchar(256) 是否必填 :false + */ + public void setFileName(String fileName) { + this.fileName = fileName; + } + + /** + * 字段名称 :使用次数 数据类型 :int 是否必填 :false + */ + public Integer getUseCount() { + return this.useCount; + } + + /** + * 字段名称 :使用次数 数据类型 :int 是否必填 :false + */ + public void setUseCount(Integer useCount) { + this.useCount = useCount; + } + + /** + * 字段名称 :删除次数 数据类型 :int 是否必填 :false + */ + public Integer getDeleteCount() { + return this.deleteCount; + } + + /** + * 字段名称 :删除次数 数据类型 :int 是否必填 :false + */ + public void setDeleteCount(Integer deleteCount) { + this.deleteCount = deleteCount; + } + + public String getLink() { + if (StringUtils.isNotBlank(this.groupName) && StringUtils.isNotBlank(this.fileName)) { + this.link = this.groupName + "/" + this.fileName; + } + return this.link; + } + + public void setLink(String link) { + this.link = link; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/DispatchSettlePlan.java b/food-api/src/main/java/com/jwsaas/entity/food/DispatchSettlePlan.java new file mode 100644 index 0000000..8850517 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/DispatchSettlePlan.java @@ -0,0 +1,188 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送结算方案 + * 表代码:cy_dispatch_settle_plan + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "DispatchSettlePlan") +public class DispatchSettlePlan extends BaseEntity { + + private static final long serialVersionUID = 1159197113742961183L; + + /** + *方案编号 + */ + private String no; + + /** + *方案名称 + */ + private String name; + + /** + *结算模式 + */ + private Integer balanceMode; + + /** + *允许欠费 + */ + private Integer creditType; + + /** + *预付款类型 + */ + private Integer advanceType; + + /** + *预付款值 + */ + private Double advanceValue; + + /** + *微信点餐是否计入 + */ + private Integer wxdcFlag; + + private String storeId; + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :方案编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :方案编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :结算模式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBalanceMode() { + return this.balanceMode; + } + + /** + * 字段名称 :结算模式 + * 数据类型 :int + * 是否必填 :false + */ + public void setBalanceMode(Integer balanceMode) { + this.balanceMode = balanceMode; + } + + /** + * 字段名称 :允许欠费 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCreditType() { + return this.creditType; + } + + /** + * 字段名称 :允许欠费 + * 数据类型 :int + * 是否必填 :false + */ + public void setCreditType(Integer creditType) { + this.creditType = creditType; + } + + /** + * 字段名称 :预付款类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getAdvanceType() { + return this.advanceType; + } + + /** + * 字段名称 :预付款类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setAdvanceType(Integer advanceType) { + this.advanceType = advanceType; + } + + /** + * 字段名称 :预付款值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAdvanceValue() { + return this.advanceValue; + } + + /** + * 字段名称 :预付款值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAdvanceValue(Double advanceValue) { + this.advanceValue = advanceValue; + } + + /** + * 字段名称 :微信点餐是否计入 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getWxdcFlag() { + return this.wxdcFlag; + } + + /** + * 字段名称 :微信点餐是否计入 + * 数据类型 :int + * 是否必填 :false + */ + public void setWxdcFlag(Integer wxdcFlag) { + this.wxdcFlag = wxdcFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/DispatchSettlePlanPayMode.java b/food-api/src/main/java/com/jwsaas/entity/food/DispatchSettlePlanPayMode.java new file mode 100644 index 0000000..c805686 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/DispatchSettlePlanPayMode.java @@ -0,0 +1,133 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送结算方案收银方式关联 + * 表代码:cy_dispatch_settle_plan_pay_mode + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "DispatchSettlePlanPayMode") +public class DispatchSettlePlanPayMode extends BaseEntity { + + private static final long serialVersionUID = 1523871219096431744L; + + /** + *方案ID + */ + private String planId; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *是否计入门店余额 + */ + private Integer incomeFlag; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :方案ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPlanId() { + return this.planId; + } + + /** + * 字段名称 :方案ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPlanId(String planId) { + this.planId = planId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :是否计入门店余额 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIncomeFlag() { + return this.incomeFlag; + } + + /** + * 字段名称 :是否计入门店余额 + * 数据类型 :int + * 是否必填 :false + */ + public void setIncomeFlag(Integer incomeFlag) { + this.incomeFlag = incomeFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/DispatchTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/DispatchTicket.java new file mode 100644 index 0000000..fb4564d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/DispatchTicket.java @@ -0,0 +1,535 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送单 + * 表代码:cy_dispatch_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "DispatchTicket") +public class DispatchTicket extends BaseEntity { + + private static final long serialVersionUID = 1358931726673091987L; + + /** + *要货单ID + */ + private String askgoodsId; + + /** + *要货单编号 + */ + private String askgoodsNo; + + /** + *要货分店ID + */ + private String storeId; + + /** + *单据编号 + */ + private String no; + + /** + *单据状态 + */ + private Integer status; + + /** + *是否选用 + */ + private Integer isUse; + + /** + *备注信息 + */ + private String description; + + /** + *制单人 + */ + private String setMan; + + /** + *制单日期 + */ + private Date setDate; + + /** + *审核人 + */ + private String checkMan; + + /** + *审核日期 + */ + private Date checkDate; + + /** + *发货日期 + */ + private Date deliveryDate; + + /** + *验收日期 + */ + private Date arrivalDate; + + /** + *联系地址 + */ + private String address; + + /** + *联系人 + */ + private String linkMan; + + /** + *联系电话 + */ + private String linkTelephone; + + /** + *物流单号 + */ + private String logisticsNo; + + /** + *物流名称 + */ + private String logisticsName; + + /** + *物流费用 + */ + private Double logisticsFee; + + /** + *原料金额 + */ + private Double orderMoney; + + /** + *其他费用 + */ + private Double otherFee; + + /** + *总金额 + */ + private Double money; + + private Double differentMoney; //差异金额; + + public Double getDifferentMoney() { + return differentMoney; + } + + public void setDifferentMoney(Double differentMoney) { + this.differentMoney = differentMoney; + } + + + /** + * 字段名称 :要货单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAskgoodsId() { + return this.askgoodsId; + } + + /** + * 字段名称 :要货单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAskgoodsId(String askgoodsId) { + this.askgoodsId = askgoodsId; + } + + /** + * 字段名称 :要货单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAskgoodsNo() { + return this.askgoodsNo; + } + + /** + * 字段名称 :要货单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAskgoodsNo(String askgoodsNo) { + this.askgoodsNo = askgoodsNo; + } + + /** + * 字段名称 :要货分店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :要货分店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :是否选用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsUse() { + return this.isUse; + } + + /** + * 字段名称 :是否选用 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsUse(Integer isUse) { + this.isUse = isUse; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSetDate() { + return this.setDate; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSetDate(Date setDate) { + this.setDate = setDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckMan() { + return this.checkMan; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckMan(String checkMan) { + this.checkMan = checkMan; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + + /** + * 字段名称 :发货日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getDeliveryDate() { + return this.deliveryDate; + } + + /** + * 字段名称 :发货日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setDeliveryDate(Date deliveryDate) { + this.deliveryDate = deliveryDate; + } + + /** + * 字段名称 :验收日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getArrivalDate() { + return this.arrivalDate; + } + + /** + * 字段名称 :验收日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setArrivalDate(Date arrivalDate) { + this.arrivalDate = arrivalDate; + } + + /** + * 字段名称 :联系地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAddress() { + return this.address; + } + + /** + * 字段名称 :联系地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :联系人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLinkMan() { + return this.linkMan; + } + + /** + * 字段名称 :联系人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLinkMan(String linkMan) { + this.linkMan = linkMan; + } + + /** + * 字段名称 :联系电话 + * 数据类型 :varchar(11) + * 是否必填 :false + */ + public String getLinkTelephone() { + return this.linkTelephone; + } + + /** + * 字段名称 :联系电话 + * 数据类型 :varchar(11) + * 是否必填 :false + */ + public void setLinkTelephone(String linkTelephone) { + this.linkTelephone = linkTelephone; + } + + /** + * 字段名称 :物流单号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getLogisticsNo() { + return this.logisticsNo; + } + + /** + * 字段名称 :物流单号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setLogisticsNo(String logisticsNo) { + this.logisticsNo = logisticsNo; + } + + /** + * 字段名称 :物流名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getLogisticsName() { + return this.logisticsName; + } + + /** + * 字段名称 :物流名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setLogisticsName(String logisticsName) { + this.logisticsName = logisticsName; + } + + /** + * 字段名称 :物流费用 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getLogisticsFee() { + return this.logisticsFee; + } + + /** + * 字段名称 :物流费用 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setLogisticsFee(Double logisticsFee) { + this.logisticsFee = logisticsFee; + } + + /** + * 字段名称 :原料金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOrderMoney() { + return this.orderMoney; + } + + /** + * 字段名称 :原料金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOrderMoney(Double orderMoney) { + this.orderMoney = orderMoney; + } + + /** + * 字段名称 :其他费用 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOtherFee() { + return this.otherFee; + } + + /** + * 字段名称 :其他费用 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOtherFee(Double otherFee) { + this.otherFee = otherFee; + } + + /** + * 字段名称 :总金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :总金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/DispatchTicketDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/DispatchTicketDetail.java new file mode 100644 index 0000000..f8143e8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/DispatchTicketDetail.java @@ -0,0 +1,586 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送单明细 + * 表代码:cy_dispatch_ticket_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "DispatchTicketDetail") +public class DispatchTicketDetail extends BaseEntity { + + private static final long serialVersionUID = 1514463532440536408L; + + /** + *配送单ID + */ + private String dispatchId; + + /** + *配送单编号 + */ + private String dispatchNo; + + /** + *出库库位ID + */ + private String storageId; + + /** + *出库库位名 + */ + private String storageName; + + /** + *原料ID + */ + private String productId; + + /** + *原料编码 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *要货数量 + */ + private Double askgoodsAmount; + + /** + *配送数量 + */ + private Double dispatchAmount; + + /** + *配送单位 + */ + private String dispatchUnitId; + + /** + *配送单位名称 + */ + private String dispatchUnitName; + + /** + *配送价 + */ + private Double price; + + /** + *配送金额 + */ + private Double money; + + /** + *备注信息 + */ + private String description; + + /** + *包装单位 + */ + private String packUnitId; + + /** + *包装单位名称 + */ + private String packUnitName; + + /** + *换算比例(配送单位和包装单位) + */ + private Double dpScale; + + /** + *收货数量 + */ + private Double receiveAmount; + + /** + *差异数量 + */ + private Double differenceAmount; + + /** + *差异金额 + */ + private Double differenceMoney; + + private Integer numberShow; + + private Double stockAmount;//库存量; + + private Double sumSubTotlePrice;//小计; + + private String typeId;//商品类别; + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + public Double getSumSubTotlePrice() { + return sumSubTotlePrice; + } + + public void setSumSubTotlePrice(Double sumSubTotlePrice) { + this.sumSubTotlePrice = sumSubTotlePrice; + } + + public Double getStockAmount() { + return stockAmount; + } + + public void setStockAmount(Double stockAmount) { + this.stockAmount = stockAmount; + } + + public Integer getNumberShow() { + return numberShow; + } + + public void setNumberShow(Integer numberShow) { + this.numberShow = numberShow; + } + + /** + * 字段名称 :配送单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchId() { + return this.dispatchId; + } + + /** + * 字段名称 :配送单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchId(String dispatchId) { + this.dispatchId = dispatchId; + } + + /** + * 字段名称 :配送单编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getDispatchNo() { + return this.dispatchNo; + } + + /** + * 字段名称 :配送单编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setDispatchNo(String dispatchNo) { + this.dispatchNo = dispatchNo; + } + + /** + * 字段名称 :出库库位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :出库库位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :出库库位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStorageName() { + return this.storageName; + } + + /** + * 字段名称 :出库库位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStorageName(String storageName) { + this.storageName = storageName; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :要货数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAskgoodsAmount() { + return this.askgoodsAmount; + } + + /** + * 字段名称 :要货数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAskgoodsAmount(Double askgoodsAmount) { + this.askgoodsAmount = askgoodsAmount; + } + + /** + * 字段名称 :配送数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDispatchAmount() { + return this.dispatchAmount; + } + + /** + * 字段名称 :配送数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDispatchAmount(Double dispatchAmount) { + this.dispatchAmount = dispatchAmount; + } + + /** + * 字段名称 :配送单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :配送单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :配送单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDispatchUnitName() { + return this.dispatchUnitName; + } + + /** + * 字段名称 :配送单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :配送价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :配送价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :配送金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :配送金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :包装单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPackUnitId() { + return this.packUnitId; + } + + /** + * 字段名称 :包装单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPackUnitId(String packUnitId) { + this.packUnitId = packUnitId; + } + + /** + * 字段名称 :包装单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPackUnitName() { + return this.packUnitName; + } + + /** + * 字段名称 :包装单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPackUnitName(String packUnitName) { + this.packUnitName = packUnitName; + } + + /** + * 字段名称 :换算比例(配送单位和包装单位) + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDpScale() { + return this.dpScale; + } + + /** + * 字段名称 :换算比例(配送单位和包装单位) + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDpScale(Double dpScale) { + this.dpScale = dpScale; + } + + /** + * 字段名称 :收货数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceiveAmount() { + return this.receiveAmount; + } + + /** + * 字段名称 :收货数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceiveAmount(Double receiveAmount) { + this.receiveAmount = receiveAmount; + } + + /** + * 字段名称 :差异数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifferenceAmount() { + return this.differenceAmount; + } + + /** + * 字段名称 :差异数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifferenceAmount(Double differenceAmount) { + this.differenceAmount = differenceAmount; + } + + /** + * 字段名称 :差异金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifferenceMoney() { + return this.differenceMoney; + } + + /** + * 字段名称 :差异金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifferenceMoney(Double differenceMoney) { + this.differenceMoney = differenceMoney; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/DispatchTicketLog.java b/food-api/src/main/java/com/jwsaas/entity/food/DispatchTicketLog.java new file mode 100644 index 0000000..38e841c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/DispatchTicketLog.java @@ -0,0 +1,133 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送单操作记录 + * 表代码:cy_dispatch_ticket_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "DispatchTicketLog") +public class DispatchTicketLog extends BaseEntity { + + private static final long serialVersionUID = 1954540602633340168L; + + /** + *配送单ID + */ + private String dispatchId; + + /** + *配送单编号 + */ + private String dispatchNo; + + /** + *操作类型 + */ + private Integer type; + + /** + *操作状态 + */ + private Integer status; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :配送单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchId() { + return this.dispatchId; + } + + /** + * 字段名称 :配送单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchId(String dispatchId) { + this.dispatchId = dispatchId; + } + + /** + * 字段名称 :配送单编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getDispatchNo() { + return this.dispatchNo; + } + + /** + * 字段名称 :配送单编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setDispatchNo(String dispatchNo) { + this.dispatchNo = dispatchNo; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/DispatchpriceTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/DispatchpriceTicket.java new file mode 100644 index 0000000..cd23550 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/DispatchpriceTicket.java @@ -0,0 +1,180 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送价格管理单 + * 表代码:cy_dispatchprice_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"DispatchpriceTicket") +public class DispatchpriceTicket extends BaseEntity { + + private static final long serialVersionUID = 1762095346396823657L; + + /** + *单据编号 + */ + private String no; + + /** + *单据状态 + */ + private Integer status; + + /** + *制单人 + */ + private String makeUser; + + /** + *制单日期 + */ + private Date makeDate; + + /** + *审核人 + */ + private String checkUser; + + /** + *审核日期 + */ + private Date checkDate; + + /** + *备注说明 + */ + private String description; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getMakeUser() { + return this.makeUser; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setMakeUser(String makeUser) { + this.makeUser = makeUser; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :true + */ + public Date getMakeDate() { + return this.makeDate; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :true + */ + public void setMakeDate(Date makeDate) { + this.makeDate = makeDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckUser() { + return this.checkUser; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckUser(String checkUser) { + this.checkUser = checkUser; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/DispatchpriceTicketMaterial.java b/food-api/src/main/java/com/jwsaas/entity/food/DispatchpriceTicketMaterial.java new file mode 100644 index 0000000..609066d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/DispatchpriceTicketMaterial.java @@ -0,0 +1,272 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送价格单原料 + * 表代码:cy_dispatchprice_ticket_material + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"DispatchpriceTicketMaterial") +public class DispatchpriceTicketMaterial extends BaseEntity { + + private static final long serialVersionUID = 1417882837437998312L; + + /** + *配送价格单ID + */ + private String ticketId; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *配送单位 + */ + private String dispatchUnitId; + + /** + *历史配送价 + */ + private Double hdispatchPrice; + + /** + *新配送价 + */ + private Double dispatchPrice; + + /** + *备注 + */ + private String description; + + + /** + * 字段名称 :配送价格单ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :配送价格单ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :配送单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :配送单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :历史配送价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getHdispatchPrice() { + return this.hdispatchPrice; + } + + /** + * 字段名称 :历史配送价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setHdispatchPrice(Double hdispatchPrice) { + this.hdispatchPrice = hdispatchPrice; + } + + /** + * 字段名称 :新配送价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDispatchPrice() { + return this.dispatchPrice; + } + + /** + * 字段名称 :新配送价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDispatchPrice(Double dispatchPrice) { + this.dispatchPrice = dispatchPrice; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/DispatchpriceTicketStore.java b/food-api/src/main/java/com/jwsaas/entity/food/DispatchpriceTicketStore.java new file mode 100644 index 0000000..d5da27a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/DispatchpriceTicketStore.java @@ -0,0 +1,111 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送价格单门店 + * 表代码:cy_dispatchprice_ticket_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"DispatchpriceTicketStore") +public class DispatchpriceTicketStore extends BaseEntity { + + private static final long serialVersionUID = 1484648372832168936L; + + /** + *配送价格单ID + */ + private String ticketId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + + /** + * 字段名称 :配送价格单ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :配送价格单ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ElemeCategoryFood.java b/food-api/src/main/java/com/jwsaas/entity/food/ElemeCategoryFood.java new file mode 100644 index 0000000..cb9f371 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ElemeCategoryFood.java @@ -0,0 +1,364 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:饿了么分类菜品信息 + * 表代码:cy_eleme_category_food + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ElemeCategoryFood") +public class ElemeCategoryFood extends BaseEntity { + + private static final long serialVersionUID = 1311539443114000519L; + + /** + *门店ID + */ + private String storeId; + + /** + *分类ID + */ + private String categoryId; + + /** + *商品ID + */ + private String foodId; + + /** + *商品名称 + */ + private String foodName; + + /** + *商品描述 + */ + private String description; + + /** + *是否有效 + */ + private Integer isValid; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *商品价格 + */ + private Double price; + + /** + *包装费 + */ + private Double packingFee; + + /** + *是否绑定 + */ + private Integer isBind; + + /** + *erp商品ID + */ + private String erpProductId; + + /** + *erp商品 + */ + private String erpProduct; + + /** + *erp规格ID + */ + private String erpSpecId; + + /** + *erp规格 + */ + private String erpSpec; + + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :分类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCategoryId() { + return this.categoryId; + } + + /** + * 字段名称 :分类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCategoryId(String categoryId) { + this.categoryId = categoryId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getFoodId() { + return this.foodId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setFoodId(String foodId) { + this.foodId = foodId; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getFoodName() { + return this.foodName; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setFoodName(String foodName) { + this.foodName = foodName; + } + + /** + * 字段名称 :商品描述 + * 数据类型 :text + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :商品描述 + * 数据类型 :text + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :是否有效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsValid() { + return this.isValid; + } + + /** + * 字段名称 :是否有效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsValid(Integer isValid) { + this.isValid = isValid; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :商品价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :商品价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :包装费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPackingFee() { + return this.packingFee; + } + + /** + * 字段名称 :包装费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPackingFee(Double packingFee) { + this.packingFee = packingFee; + } + + /** + * 字段名称 :是否绑定 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsBind() { + return this.isBind; + } + + /** + * 字段名称 :是否绑定 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsBind(Integer isBind) { + this.isBind = isBind; + } + + /** + * 字段名称 :erp商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getErpProductId() { + return this.erpProductId; + } + + /** + * 字段名称 :erp商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setErpProductId(String erpProductId) { + this.erpProductId = erpProductId; + } + + /** + * 字段名称 :erp商品 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getErpProduct() { + return this.erpProduct; + } + + /** + * 字段名称 :erp商品 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setErpProduct(String erpProduct) { + this.erpProduct = erpProduct; + } + + /** + * 字段名称 :erp规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getErpSpecId() { + return this.erpSpecId; + } + + /** + * 字段名称 :erp规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setErpSpecId(String erpSpecId) { + this.erpSpecId = erpSpecId; + } + + /** + * 字段名称 :erp规格 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getErpSpec() { + return this.erpSpec; + } + + /** + * 字段名称 :erp规格 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setErpSpec(String erpSpec) { + this.erpSpec = erpSpec; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ElemeFoodCategory.java b/food-api/src/main/java/com/jwsaas/entity/food/ElemeFoodCategory.java new file mode 100644 index 0000000..c22ffea --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ElemeFoodCategory.java @@ -0,0 +1,134 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:饿了么菜品分类 + * 表代码:cy_eleme_food_category + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ElemeFoodCategory") +public class ElemeFoodCategory extends BaseEntity { + + private static final long serialVersionUID = 1418270505300134142L; + + /** + *门店ID + */ + private String storeId; + + /** + *分类ID + */ + private String categoryId; + + /** + *分类名称 + */ + private String name; + + /** + *是否有效 + */ + private Integer isValid; + + /** + *分类描述 + */ + private String description; + + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :分类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCategoryId() { + return this.categoryId; + } + + /** + * 字段名称 :分类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCategoryId(String categoryId) { + this.categoryId = categoryId; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :是否有效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsValid() { + return this.isValid; + } + + /** + * 字段名称 :是否有效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsValid(Integer isValid) { + this.isValid = isValid; + } + + /** + * 字段名称 :分类描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :分类描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ElemeOrderDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/ElemeOrderDetail.java new file mode 100644 index 0000000..f522d13 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ElemeOrderDetail.java @@ -0,0 +1,801 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:饿了么订单信息 + * 表代码:cy_eleme_order_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ElemeOrderDetail") +public class ElemeOrderDetail extends BaseEntity { + + private static final long serialVersionUID = 1721142433425617237L; + + /** + *消息 + */ + private String message; + + /** + *系统门店ID + */ + private String storeId; + + /** + *饿了么订单id + */ + private String orderId; + + /** + *顾客送餐地址 + */ + private String address; + + /** + *下单时间 + */ + private String createdAt; + + /** + *订单生效时间 + */ + private String activeAt; + + /** + *配送费 + */ + private Double deliverFee; + + /** + *送餐时间 + */ + private String deliverTime; + + /** + *订单备注 + */ + private String description; + + /** + *发票抬头 + */ + private String invoice; + + /** + *是否预订单 + */ + private Integer isBook; + + /** + *是否在线支付 + */ + private Integer isOnlinePaid; + + /** + *顾客联系电话 + */ + private String phoneList; + + /** + *店铺Id + */ + private String shopId; + + /** + *店铺名称 + */ + private String shopName; + + /** + *店铺当日订单流水号 + */ + private Integer daySn; + + /** + *订单状态 + */ + private String status; + + /** + *退单状态 + */ + private String refundStatus; + + /** + *用户id + */ + private String userId; + + /** + *订单总价 + */ + private Double totalPrice; + + /** + *原始价格 + */ + private Double originalPrice; + + /** + *订单收货人 + */ + private String consignee; + + /** + *订单收货地址经纬度 + */ + private String deliveryGeo; + + /** + *顾客送餐详情地址 + */ + private String deliveryPoiAddress; + + /** + *是否需要发票 + */ + private Integer invoiced; + + /** + *店铺实收 + */ + private Double income; + + /** + *饿了么服务费率 + */ + private Double serviceRate; + + /** + *饿了么服务费 + */ + private Double serviceFee; + + /** + *订单中红包金额 + */ + private Double hongbao; + + /** + *餐盒费 + */ + private Double packageFee; + + /** + *订单活动总额 + */ + private Double activityTotal; + + /** + *店铺承担活动费用 + */ + private Double shopPart; + + /** + *饿了么承担活动费用 + */ + private Double elemePart; + + /** + *降级标识 + */ + private Integer downgraded; + + /** + * 字段名称 :消息 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getMessage() { + return this.message; + } + + /** + * 字段名称 :消息 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setMessage(String message) { + this.message = message; + } + + + /** + * 字段名称 :系统门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :系统门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :饿了么订单id + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOrderId() { + return this.orderId; + } + + /** + * 字段名称 :饿了么订单id + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + /** + * 字段名称 :顾客送餐地址 + * 数据类型 :text + * 是否必填 :false + */ + public String getAddress() { + return this.address; + } + + /** + * 字段名称 :顾客送餐地址 + * 数据类型 :text + * 是否必填 :false + */ + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :下单时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCreatedAt() { + return this.createdAt; + } + + /** + * 字段名称 :下单时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCreatedAt(String createdAt) { + this.createdAt = createdAt; + } + + /** + * 字段名称 :订单生效时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getActiveAt() { + return this.activeAt; + } + + /** + * 字段名称 :订单生效时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setActiveAt(String activeAt) { + this.activeAt = activeAt; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDeliverFee() { + return this.deliverFee; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDeliverFee(Double deliverFee) { + this.deliverFee = deliverFee; + } + + /** + * 字段名称 :送餐时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDeliverTime() { + return this.deliverTime; + } + + /** + * 字段名称 :送餐时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDeliverTime(String deliverTime) { + this.deliverTime = deliverTime; + } + + /** + * 字段名称 :订单备注 + * 数据类型 :text + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :订单备注 + * 数据类型 :text + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :发票抬头 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getInvoice() { + return this.invoice; + } + + /** + * 字段名称 :发票抬头 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setInvoice(String invoice) { + this.invoice = invoice; + } + + /** + * 字段名称 :是否预订单 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsBook() { + return this.isBook; + } + + /** + * 字段名称 :是否预订单 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsBook(Integer isBook) { + this.isBook = isBook; + } + + /** + * 字段名称 :是否在线支付 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsOnlinePaid() { + return this.isOnlinePaid; + } + + /** + * 字段名称 :是否在线支付 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsOnlinePaid(Integer isOnlinePaid) { + this.isOnlinePaid = isOnlinePaid; + } + + /** + * 字段名称 :顾客联系电话 + * 数据类型 :text + * 是否必填 :false + */ + public String getPhoneList() { + return this.phoneList; + } + + /** + * 字段名称 :顾客联系电话 + * 数据类型 :text + * 是否必填 :false + */ + public void setPhoneList(String phoneList) { + this.phoneList = phoneList; + } + + /** + * 字段名称 :店铺Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getShopId() { + return this.shopId; + } + + /** + * 字段名称 :店铺Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setShopId(String shopId) { + this.shopId = shopId; + } + + /** + * 字段名称 :店铺名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getShopName() { + return this.shopName; + } + + /** + * 字段名称 :店铺名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setShopName(String shopName) { + this.shopName = shopName; + } + + /** + * 字段名称 :店铺当日订单流水号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDaySn() { + return this.daySn; + } + + /** + * 字段名称 :店铺当日订单流水号 + * 数据类型 :int + * 是否必填 :false + */ + public void setDaySn(Integer daySn) { + this.daySn = daySn; + } + + /** + * 字段名称 :订单状态 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStatus() { + return this.status; + } + + /** + * 字段名称 :订单状态 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStatus(String status) { + this.status = status; + } + + /** + * 字段名称 :退单状态 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getRefundStatus() { + return this.refundStatus; + } + + /** + * 字段名称 :退单状态 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setRefundStatus(String refundStatus) { + this.refundStatus = refundStatus; + } + + /** + * 字段名称 :用户id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getUserId() { + return this.userId; + } + + /** + * 字段名称 :用户id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setUserId(String userId) { + this.userId = userId; + } + + /** + * 字段名称 :订单总价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getTotalPrice() { + return this.totalPrice; + } + + /** + * 字段名称 :订单总价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setTotalPrice(Double totalPrice) { + this.totalPrice = totalPrice; + } + + /** + * 字段名称 :原始价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOriginalPrice() { + return this.originalPrice; + } + + /** + * 字段名称 :原始价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOriginalPrice(Double originalPrice) { + this.originalPrice = originalPrice; + } + + /** + * 字段名称 :订单收货人 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getConsignee() { + return this.consignee; + } + + /** + * 字段名称 :订单收货人 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setConsignee(String consignee) { + this.consignee = consignee; + } + + /** + * 字段名称 :订单收货地址经纬度 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeliveryGeo() { + return this.deliveryGeo; + } + + /** + * 字段名称 :订单收货地址经纬度 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeliveryGeo(String deliveryGeo) { + this.deliveryGeo = deliveryGeo; + } + + /** + * 字段名称 :顾客送餐详情地址 + * 数据类型 :text + * 是否必填 :false + */ + public String getDeliveryPoiAddress() { + return this.deliveryPoiAddress; + } + + /** + * 字段名称 :顾客送餐详情地址 + * 数据类型 :text + * 是否必填 :false + */ + public void setDeliveryPoiAddress(String deliveryPoiAddress) { + this.deliveryPoiAddress = deliveryPoiAddress; + } + + /** + * 字段名称 :是否需要发票 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getInvoiced() { + return this.invoiced; + } + + /** + * 字段名称 :是否需要发票 + * 数据类型 :int + * 是否必填 :false + */ + public void setInvoiced(Integer invoiced) { + this.invoiced = invoiced; + } + + /** + * 字段名称 :店铺实收 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getIncome() { + return this.income; + } + + /** + * 字段名称 :店铺实收 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setIncome(Double income) { + this.income = income; + } + + /** + * 字段名称 :饿了么服务费率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getServiceRate() { + return this.serviceRate; + } + + /** + * 字段名称 :饿了么服务费率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setServiceRate(Double serviceRate) { + this.serviceRate = serviceRate; + } + + /** + * 字段名称 :饿了么服务费 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getServiceFee() { + return this.serviceFee; + } + + /** + * 字段名称 :饿了么服务费 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setServiceFee(Double serviceFee) { + this.serviceFee = serviceFee; + } + + /** + * 字段名称 :订单中红包金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getHongbao() { + return this.hongbao; + } + + /** + * 字段名称 :订单中红包金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setHongbao(Double hongbao) { + this.hongbao = hongbao; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPackageFee() { + return this.packageFee; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPackageFee(Double packageFee) { + this.packageFee = packageFee; + } + + /** + * 字段名称 :订单活动总额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getActivityTotal() { + return this.activityTotal; + } + + /** + * 字段名称 :订单活动总额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setActivityTotal(Double activityTotal) { + this.activityTotal = activityTotal; + } + + /** + * 字段名称 :店铺承担活动费用 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getShopPart() { + return this.shopPart; + } + + /** + * 字段名称 :店铺承担活动费用 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setShopPart(Double shopPart) { + this.shopPart = shopPart; + } + + /** + * 字段名称 :饿了么承担活动费用 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getElemePart() { + return this.elemePart; + } + + /** + * 字段名称 :饿了么承担活动费用 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setElemePart(Double elemePart) { + this.elemePart = elemePart; + } + + /** + * 字段名称 :降级标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDowngraded() { + return this.downgraded; + } + + /** + * 字段名称 :降级标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDowngraded(Integer downgraded) { + this.downgraded = downgraded; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ElemeOrderDetailGroup.java b/food-api/src/main/java/com/jwsaas/entity/food/ElemeOrderDetailGroup.java new file mode 100644 index 0000000..d94b1b9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ElemeOrderDetailGroup.java @@ -0,0 +1,249 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:饿了么订单篮子明细 + * 表代码:cy_eleme_order_detail_group + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ElemeOrderDetailGroup") +public class ElemeOrderDetailGroup extends BaseEntity { + + private static final long serialVersionUID = 1635201088574819793L; + + /** + *订单ID + */ + private String orderId; + + /** + *分组名称 + */ + private String groupName; + + /** + *分组类型 + */ + private String groupType; + + /** + *规格商品Id + */ + private String specId; + + /** + *skuId + */ + private String skuId; + + /** + *商品分类Id + */ + private String categoryId; + + /** + *售品名称 + */ + private String name; + + /** + *售品价格 + */ + private Double price; + + /** + *售品数量 + */ + private Integer quantity; + + /** + *总价 + */ + private Double total; + + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOrderId() { + return this.orderId; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + /** + * 字段名称 :分组名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :分组名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :分组类型 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getGroupType() { + return this.groupType; + } + + /** + * 字段名称 :分组类型 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setGroupType(String groupType) { + this.groupType = groupType; + } + + /** + * 字段名称 :规格商品Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格商品Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :skuId + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSkuId() { + return this.skuId; + } + + /** + * 字段名称 :skuId + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSkuId(String skuId) { + this.skuId = skuId; + } + + /** + * 字段名称 :商品分类Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCategoryId() { + return this.categoryId; + } + + /** + * 字段名称 :商品分类Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCategoryId(String categoryId) { + this.categoryId = categoryId; + } + + /** + * 字段名称 :售品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :售品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :售品价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :售品价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :售品数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getQuantity() { + return this.quantity; + } + + /** + * 字段名称 :售品数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setQuantity(Integer quantity) { + this.quantity = quantity; + } + + /** + * 字段名称 :总价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTotal() { + return this.total; + } + + /** + * 字段名称 :总价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTotal(Double total) { + this.total = total; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ErpPosSet.java b/food-api/src/main/java/com/jwsaas/entity/food/ErpPosSet.java new file mode 100644 index 0000000..84f77ba --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ErpPosSet.java @@ -0,0 +1,88 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:ERP方POS设置 + * 表代码:cy_erp_pos_set + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ErpPosSet") +public class ErpPosSet extends BaseEntity { + + private static final long serialVersionUID = 1579772951388537792L; + + /** + *门店ID + */ + private String storeId; + + /** + *设备编号 + */ + private String posNo; + + /** + *设置参数 + */ + private String pbody; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :设置参数 + * 数据类型 :text + * 是否必填 :false + */ + public String getPbody() { + return this.pbody; + } + + /** + * 字段名称 :设置参数 + * 数据类型 :text + * 是否必填 :false + */ + public void setPbody(String pbody) { + this.pbody = pbody; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/FeeItem.java b/food-api/src/main/java/com/jwsaas/entity/food/FeeItem.java new file mode 100644 index 0000000..2749a57 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/FeeItem.java @@ -0,0 +1,110 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:费用项目 + * 表代码:cy_fee_item + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"FeeItem") +public class FeeItem extends BaseEntity { + + private static final long serialVersionUID = 1953578482481546839L; + + /** + *名称 + */ + private String name; + + /** + *类型 + */ + private Integer type; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *显示序号 + */ + private String orderNo; + + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/KdsPlan.java b/food-api/src/main/java/com/jwsaas/entity/food/KdsPlan.java new file mode 100644 index 0000000..0061644 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/KdsPlan.java @@ -0,0 +1,97 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:厨房显示方案 + * 表代码:cy_kds_plan + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"KdsPlan") +public class KdsPlan extends BaseEntity { + + private static final long serialVersionUID = 1683185914760256889L; + + /** + *编码 + */ + private String no; + + /** + *方案名称 + */ + private String name; + + /** + *备注说明 + */ + private String description; + + private String storeId;//对应门店Id; + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :编码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/KitPlan.java b/food-api/src/main/java/com/jwsaas/entity/food/KitPlan.java new file mode 100644 index 0000000..2c5e4a5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/KitPlan.java @@ -0,0 +1,120 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:厨房打印方案 + * 表代码:cy_kit_plan + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"KitPlan") +public class KitPlan extends BaseEntity { + + private static final long serialVersionUID = 1871710766513839105L; + + /** + *编码 + */ + private String no; + + /** + *方案名称 + */ + private String name; + + /** + *厨打单类别 + */ + private String type; + + /** + *备注说明 + */ + private String description; + + private String storeId; // 方案对应门店; + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :编码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :厨打单类别 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getType() { + return this.type; + } + + /** + * 字段名称 :厨打单类别 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setType(String type) { + this.type = type; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/MakeBurden.java b/food-api/src/main/java/com/jwsaas/entity/food/MakeBurden.java new file mode 100644 index 0000000..5616a98 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/MakeBurden.java @@ -0,0 +1,205 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:做法配料BOM表 + * 表代码:cy_make_burden + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "MakeBurden") +public class MakeBurden extends BaseEntity { + + private static final long serialVersionUID = 1026336596230886753L; + + /** + *做法ID + */ + private String makeId; + + /** + *配料产品ID + */ + private String burdenProductId; + + /** + *配料产品规格ID + */ + private String burdenSpecId; + + /** + *单位ID + */ + private String salesUnitId; + + /** + *单位用量 + */ + private Double salesAmount; + + private String productNo;// 商品编号 + private String productName;// 商品名称 + private String productShortName;// 商品简称 + private String specNo;// 规格编号 + private String specName;// 规格名称 + private String type;// 商品类型 + private String typeId;// 类别Id + private String typePath;// 类别Path + + /** + * 字段名称 :做法ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getMakeId() { + return this.makeId; + } + + /** + * 字段名称 :做法ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setMakeId(String makeId) { + this.makeId = makeId; + } + + /** + * 字段名称 :配料产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getBurdenProductId() { + return this.burdenProductId; + } + + /** + * 字段名称 :配料产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setBurdenProductId(String burdenProductId) { + this.burdenProductId = burdenProductId; + } + + /** + * 字段名称 :配料产品规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getBurdenSpecId() { + return this.burdenSpecId; + } + + /** + * 字段名称 :配料产品规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setBurdenSpecId(String burdenSpecId) { + this.burdenSpecId = burdenSpecId; + } + + /** + * 字段名称 :单位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSalesUnitId() { + return this.salesUnitId; + } + + /** + * 字段名称 :单位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSalesUnitId(String salesUnitId) { + this.salesUnitId = salesUnitId; + } + + /** + * 字段名称 :单位用量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getSalesAmount() { + return this.salesAmount; + } + + /** + * 字段名称 :单位用量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setSalesAmount(Double salesAmount) { + this.salesAmount = salesAmount; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getProductShortName() { + return productShortName; + } + + public void setProductShortName(String productShortName) { + this.productShortName = productShortName; + } + + public String getSpecNo() { + return specNo; + } + + public void setSpecNo(String specNo) { + this.specNo = specNo; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + public String getTypePath() { + return typePath; + } + + public void setTypePath(String typePath) { + this.typePath = typePath; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/MakeDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/MakeDetail.java new file mode 100644 index 0000000..bf68bf0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/MakeDetail.java @@ -0,0 +1,280 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:菜品做法 + * 表代码:cy_make_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "MakeDetail") +public class MakeDetail extends BaseEntity { + + private static final long serialVersionUID = 1296926517116030247L; + + /** + *编号 + */ + private String no; + + /** + *做法类型 + */ + private String typeId; + + /** + *做法说明 + */ + private String description; + + /** + *拼音简码 + */ + private String spell; + + /** + *加价 + */ + private Double addPrice; + + /** + *管理数量 + */ + private Integer qtyFlag; + + /** + *显示序号 + */ + private String orderNo; + + /** + *颜色 + */ + private String color; + + /** + *是否私有 + */ + private Integer prvFlag; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *编号类型 + */ + private Integer noType; + + private Double newAddPrice;// 新加价 + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :做法类型 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :做法类型 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :做法说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :做法说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :拼音简码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSpell() { + return this.spell; + } + + /** + * 字段名称 :拼音简码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSpell(String spell) { + this.spell = spell; + } + + /** + * 字段名称 :加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddPrice() { + return this.addPrice; + } + + /** + * 字段名称 :加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddPrice(Double addPrice) { + this.addPrice = addPrice; + } + + /** + * 字段名称 :管理数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getQtyFlag() { + return this.qtyFlag; + } + + /** + * 字段名称 :管理数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setQtyFlag(Integer qtyFlag) { + this.qtyFlag = qtyFlag; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :颜色 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getColor() { + return this.color; + } + + /** + * 字段名称 :颜色 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setColor(String color) { + this.color = color; + } + + /** + * 字段名称 :是否私有 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPrvFlag() { + return this.prvFlag; + } + + /** + * 字段名称 :是否私有 + * 数据类型 :int + * 是否必填 :false + */ + public void setPrvFlag(Integer prvFlag) { + this.prvFlag = prvFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :编号类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getNoType() { + return this.noType; + } + + /** + * 字段名称 :编号类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setNoType(Integer noType) { + this.noType = noType; + } + + public Double getNewAddPrice() { + return newAddPrice; + } + + public void setNewAddPrice(Double newAddPrice) { + this.newAddPrice = newAddPrice; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/MakeType.java b/food-api/src/main/java/com/jwsaas/entity/food/MakeType.java new file mode 100644 index 0000000..603deb8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/MakeType.java @@ -0,0 +1,225 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:做法分类 + * 表代码:cy_make_type + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "MakeType") +public class MakeType extends BaseEntity { + + private static final long serialVersionUID = 1155710578278341022L; + + /** + *分类编号 + */ + private String no; + + /** + *分类名称 + */ + private String name; + + /** + *是否单选 + */ + private Integer isRadio; + + /** + *类型 + */ + private Integer type; + + /** + *前台顺序 + */ + private String seqNo; + + /** + *做法颜色 + */ + private String color; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *编号类型 + */ + private Integer noType; + + /** + *是否必选做法 + */ + private Integer isMust; + + + /** + * 字段名称 :分类编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :分类编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :是否单选 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsRadio() { + return this.isRadio; + } + + /** + * 字段名称 :是否单选 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsRadio(Integer isRadio) { + this.isRadio = isRadio; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :前台顺序 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSeqNo() { + return this.seqNo; + } + + /** + * 字段名称 :前台顺序 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSeqNo(String seqNo) { + this.seqNo = seqNo; + } + + /** + * 字段名称 :做法颜色 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getColor() { + return this.color; + } + + /** + * 字段名称 :做法颜色 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setColor(String color) { + this.color = color; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :编号类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getNoType() { + return this.noType; + } + + /** + * 字段名称 :编号类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setNoType(Integer noType) { + this.noType = noType; + } + + /** + * 字段名称 :是否必选做法 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getIsMust() { + return this.isMust; + } + + /** + * 字段名称 :是否必选做法 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setIsMust(Integer isMust) { + this.isMust = isMust; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/MeituanFood.java b/food-api/src/main/java/com/jwsaas/entity/food/MeituanFood.java new file mode 100644 index 0000000..3e8a4fa --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/MeituanFood.java @@ -0,0 +1,364 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:美团菜品信息 + * 表代码:cy_meituan_food + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"MeituanFood") +public class MeituanFood extends BaseEntity { + + private static final long serialVersionUID = 1234577294327275520L; + + /** + *门店ID + */ + private String storeId; + + /** + *菜品分类名称 + */ + private String categoryName; + + /** + *美团菜品ID + */ + private String dishId; + + /** + *菜品名称 + */ + private String dishName; + + /** + *规格ID + */ + private String dishSkuId; + + /** + *规格名称 + */ + private String spec; + + /** + *菜品描述 + */ + private String description; + + /** + *价格 + */ + private Double price; + + /** + *餐盒数量 + */ + private Integer boxNum; + + /** + *餐盒单价 + */ + private Double boxPrice; + + /** + *是否绑定 + */ + private Integer isBind; + + /** + *erp商品ID + */ + private String erpProductId; + + /** + *erp商品 + */ + private String erpProduct; + + /** + *erp规格ID + */ + private String erpSpecId; + + /** + *erp规格 + */ + private String erpSpec; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :菜品分类名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getCategoryName() { + return this.categoryName; + } + + /** + * 字段名称 :菜品分类名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setCategoryName(String categoryName) { + this.categoryName = categoryName; + } + + /** + * 字段名称 :美团菜品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDishId() { + return this.dishId; + } + + /** + * 字段名称 :美团菜品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDishId(String dishId) { + this.dishId = dishId; + } + + /** + * 字段名称 :菜品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDishName() { + return this.dishName; + } + + /** + * 字段名称 :菜品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDishName(String dishName) { + this.dishName = dishName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDishSkuId() { + return this.dishSkuId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDishSkuId(String dishSkuId) { + this.dishSkuId = dishSkuId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpec() { + return this.spec; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpec(String spec) { + this.spec = spec; + } + + /** + * 字段名称 :菜品描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :菜品描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :餐盒数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBoxNum() { + return this.boxNum; + } + + /** + * 字段名称 :餐盒数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setBoxNum(Integer boxNum) { + this.boxNum = boxNum; + } + + /** + * 字段名称 :餐盒单价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getBoxPrice() { + return this.boxPrice; + } + + /** + * 字段名称 :餐盒单价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setBoxPrice(Double boxPrice) { + this.boxPrice = boxPrice; + } + + /** + * 字段名称 :是否绑定 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsBind() { + return this.isBind; + } + + /** + * 字段名称 :是否绑定 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsBind(Integer isBind) { + this.isBind = isBind; + } + + /** + * 字段名称 :erp商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getErpProductId() { + return this.erpProductId; + } + + /** + * 字段名称 :erp商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setErpProductId(String erpProductId) { + this.erpProductId = erpProductId; + } + + /** + * 字段名称 :erp商品 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getErpProduct() { + return this.erpProduct; + } + + /** + * 字段名称 :erp商品 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setErpProduct(String erpProduct) { + this.erpProduct = erpProduct; + } + + /** + * 字段名称 :erp规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getErpSpecId() { + return this.erpSpecId; + } + + /** + * 字段名称 :erp规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setErpSpecId(String erpSpecId) { + this.erpSpecId = erpSpecId; + } + + /** + * 字段名称 :erp规格 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getErpSpec() { + return this.erpSpec; + } + + /** + * 字段名称 :erp规格 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setErpSpec(String erpSpec) { + this.erpSpec = erpSpec; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/MeituanFoodCategory.java b/food-api/src/main/java/com/jwsaas/entity/food/MeituanFoodCategory.java new file mode 100644 index 0000000..fb31ff1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/MeituanFoodCategory.java @@ -0,0 +1,88 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:美团菜品分类 + * 表代码:cy_meituan_food_category + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"MeituanFoodCategory") +public class MeituanFoodCategory extends BaseEntity { + + private static final long serialVersionUID = 1963551572219842143L; + + /** + *门店ID + */ + private String storeId; + + /** + *分类名称 + */ + private String name; + + /** + *分类序号 + */ + private Integer sequence; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :分类序号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSequence() { + return this.sequence; + } + + /** + * 字段名称 :分类序号 + * 数据类型 :int + * 是否必填 :false + */ + public void setSequence(Integer sequence) { + this.sequence = sequence; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/MeituanOrder.java b/food-api/src/main/java/com/jwsaas/entity/food/MeituanOrder.java new file mode 100644 index 0000000..3f40519 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/MeituanOrder.java @@ -0,0 +1,1043 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:美团订单表 表代码:cy_meituan_order + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "MeituanOrder") +public class MeituanOrder extends BaseEntity { + + private static final long serialVersionUID = 1499180049357219508L; + + /** + * 消息 + */ + private String message; + + /** + * erp方门店id + */ + private String storeId; + + /** + * 订单ID + */ + private String orderId; + + /** + * 订单创建时间 + */ + private String cTime; + + /** + * 订单备注 + */ + private String caution; + + /** + * 用户预计送达时间 + */ + private String deliveryTime; + + /** + * 订单菜品详情 + */ + private String detail; + + /** + * 城市Id + */ + private String cityId; + + /** + * 订单扩展信息 + */ + private String extras; + + /** + * 是否需要发票 + */ + private Integer hasInvoiced; + + /** + * 发票抬头 + */ + private String invoiceTitle; + + /** + * 是否是预定单 + */ + private Integer isPre; + + /** + * 是否第三方配送 + */ + private Integer isThirdShipping; + + /** + * 实际送餐地址纬度 + */ + private Double latitude; + + /** + * 实际送餐地址经度 + */ + private Double longitude; + + /** + * 商家对账信息 + */ + private String poiReceiveDetail; + + /** + * 配送类型码 + */ + private String logisticsCode; + + /** + * 配送完成时间 + */ + private String logisticsCompletedTime; + + /** + * 配送单确认时间 + */ + private String logisticsConfirmTime; + + /** + * 骑手电话 + */ + private String logisticsDispatcherMobile; + + /** + * 骑手姓名 + */ + private String logisticsDispatcherName; + + /** + * 骑手取单时间 + */ + private String logisticsFetchTime; + + /** + * 配送方ID + */ + private String logisticsId; + + /** + * 配送方名称 + */ + private String logisticsName; + + /** + * 配送单下单时间 + */ + private String logisticsSendTime; + + /** + * 配送订单状态code + */ + private String logisticsStatus; + + /** + * 订单完成时间 + */ + private String orderCompletedTime; + + /** + * 商户确认时间 + */ + private String orderConfirmTime; + + /** + * 订单取消时间 + */ + private String orderCancelTime; + + /** + * 订单展示Id + */ + private String orderIdView; + + /** + * 用户下单时间 + */ + private String orderSendTime; + + /** + * 订单原价 + */ + private Double originalPrice; + + /** + * 订单支付类型 + */ + private Integer payType; + + /** + * 订单取餐类型 + */ + private Integer pickType; + + /** + * 门店地址 + */ + private String poiAddress; + + /** + * 门店Id + */ + private String poiId; + + /** + * 门店名称 + */ + private String poiName; + + /** + * 门店服务电话 + */ + private String poiPhone; + + /** + * 收货人地址 + */ + private String recipientAddress; + + /** + * 收货人名称 + */ + private String recipientName; + + /** + * 收货人电话 + */ + private String recipientPhone; + + /** + * 配送骑手电话 + */ + private String shipperPhone; + + /** + * 配送费用 + */ + private Double shippingFee; + + /** + * 订单状态 + */ + private Integer status; + + /** + * 总价 + */ + private Double total; + + /** + * 订单更新时间 + */ + private String uTime; + + /** + * 门店当天的订单流水号 + */ + private Integer daySeq; + + /** + * 就餐人数 + */ + private Integer dinnersNumber; + + /** + * 订单取消原因 + */ + private String cancelReason; + + /** + * 订单取消code + */ + private String cancelReasonCode; + + /** + * 订单退款原因 + */ + private String refundReason; + + /** + * 订单退款code + */ + private String refundReasonCode; + + /** + * 菜品分成(分) + */ + private Double foodShareFeeChargeByPoi; + + /** + * 商家应收款(分) + */ + private Double wmPoiReceiveCent; + + /** + * 字段名称 :消息 数据类型 :longtext 是否必填 :false + */ + public String getMessage() { + return this.message; + } + + /** + * 字段名称 :消息 数据类型 :longtext 是否必填 :false + */ + public void setMessage(String message) { + this.message = message; + } + + /** + * 字段名称 :erp方门店id 数据类型 :varchar(32) 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :erp方门店id 数据类型 :varchar(32) 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :订单ID 数据类型 :varchar(32) 是否必填 :false + */ + public String getOrderId() { + return this.orderId; + } + + /** + * 字段名称 :订单ID 数据类型 :varchar(32) 是否必填 :false + */ + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + /** + * 字段名称 :订单创建时间 数据类型 :varchar(32) 是否必填 :false + */ + public String getCTime() { + return this.cTime; + } + + /** + * 字段名称 :订单创建时间 数据类型 :varchar(32) 是否必填 :false + */ + public void setCTime(String cTime) { + this.cTime = cTime; + } + + /** + * 字段名称 :订单备注 数据类型 :text 是否必填 :false + */ + public String getCaution() { + return this.caution; + } + + /** + * 字段名称 :订单备注 数据类型 :text 是否必填 :false + */ + public void setCaution(String caution) { + this.caution = caution; + } + + /** + * 字段名称 :用户预计送达时间 数据类型 :varchar(32) 是否必填 :false + */ + public String getDeliveryTime() { + return this.deliveryTime; + } + + /** + * 字段名称 :用户预计送达时间 数据类型 :varchar(32) 是否必填 :false + */ + public void setDeliveryTime(String deliveryTime) { + this.deliveryTime = deliveryTime; + } + + /** + * 字段名称 :订单菜品详情 数据类型 :text 是否必填 :false + */ + public String getDetail() { + return this.detail; + } + + /** + * 字段名称 :订单菜品详情 数据类型 :text 是否必填 :false + */ + public void setDetail(String detail) { + this.detail = detail; + } + + /** + * 字段名称 :城市Id 数据类型 :varchar(32) 是否必填 :false + */ + public String getCityId() { + return this.cityId; + } + + /** + * 字段名称 :城市Id 数据类型 :varchar(32) 是否必填 :false + */ + public void setCityId(String cityId) { + this.cityId = cityId; + } + + /** + * 字段名称 :订单扩展信息 数据类型 :text 是否必填 :false + */ + public String getExtras() { + return this.extras; + } + + /** + * 字段名称 :订单扩展信息 数据类型 :text 是否必填 :false + */ + public void setExtras(String extras) { + this.extras = extras; + } + + /** + * 字段名称 :是否需要发票 数据类型 :int 是否必填 :false + */ + public Integer getHasInvoiced() { + return this.hasInvoiced; + } + + /** + * 字段名称 :是否需要发票 数据类型 :int 是否必填 :false + */ + public void setHasInvoiced(Integer hasInvoiced) { + this.hasInvoiced = hasInvoiced; + } + + /** + * 字段名称 :发票抬头 数据类型 :varchar(128) 是否必填 :false + */ + public String getInvoiceTitle() { + return this.invoiceTitle; + } + + /** + * 字段名称 :发票抬头 数据类型 :varchar(128) 是否必填 :false + */ + public void setInvoiceTitle(String invoiceTitle) { + this.invoiceTitle = invoiceTitle; + } + + /** + * 字段名称 :是否是预定单 数据类型 :int 是否必填 :false + */ + public Integer getIsPre() { + return this.isPre; + } + + /** + * 字段名称 :是否是预定单 数据类型 :int 是否必填 :false + */ + public void setIsPre(Integer isPre) { + this.isPre = isPre; + } + + /** + * 字段名称 :是否第三方配送 数据类型 :int 是否必填 :false + */ + public Integer getIsThirdShipping() { + return this.isThirdShipping; + } + + /** + * 字段名称 :是否第三方配送 数据类型 :int 是否必填 :false + */ + public void setIsThirdShipping(Integer isThirdShipping) { + this.isThirdShipping = isThirdShipping; + } + + /** + * 字段名称 :实际送餐地址纬度 数据类型 :decimal(24,8) 是否必填 :false + */ + public Double getLatitude() { + return this.latitude; + } + + /** + * 字段名称 :实际送餐地址纬度 数据类型 :decimal(24,8) 是否必填 :false + */ + public void setLatitude(Double latitude) { + this.latitude = latitude; + } + + /** + * 字段名称 :实际送餐地址经度 数据类型 :decimal(24,8) 是否必填 :false + */ + public Double getLongitude() { + return this.longitude; + } + + /** + * 字段名称 :实际送餐地址经度 数据类型 :decimal(24,8) 是否必填 :false + */ + public void setLongitude(Double longitude) { + this.longitude = longitude; + } + + /** + * 字段名称 :商家对账信息 数据类型 :varchar(128) 是否必填 :false + */ + public String getPoiReceiveDetail() { + return this.poiReceiveDetail; + } + + /** + * 字段名称 :商家对账信息 数据类型 :varchar(128) 是否必填 :false + */ + public void setPoiReceiveDetail(String poiReceiveDetail) { + this.poiReceiveDetail = poiReceiveDetail; + } + + /** + * 字段名称 :配送类型码 数据类型 :varchar(16) 是否必填 :false + */ + public String getLogisticsCode() { + return this.logisticsCode; + } + + /** + * 字段名称 :配送类型码 数据类型 :varchar(16) 是否必填 :false + */ + public void setLogisticsCode(String logisticsCode) { + this.logisticsCode = logisticsCode; + } + + /** + * 字段名称 :配送完成时间 数据类型 :varchar(32) 是否必填 :false + */ + public String getLogisticsCompletedTime() { + return this.logisticsCompletedTime; + } + + /** + * 字段名称 :配送完成时间 数据类型 :varchar(32) 是否必填 :false + */ + public void setLogisticsCompletedTime(String logisticsCompletedTime) { + this.logisticsCompletedTime = logisticsCompletedTime; + } + + /** + * 字段名称 :配送单确认时间 数据类型 :varchar(32) 是否必填 :false + */ + public String getLogisticsConfirmTime() { + return this.logisticsConfirmTime; + } + + /** + * 字段名称 :配送单确认时间 数据类型 :varchar(32) 是否必填 :false + */ + public void setLogisticsConfirmTime(String logisticsConfirmTime) { + this.logisticsConfirmTime = logisticsConfirmTime; + } + + /** + * 字段名称 :骑手电话 数据类型 :varchar(16) 是否必填 :false + */ + public String getLogisticsDispatcherMobile() { + return this.logisticsDispatcherMobile; + } + + /** + * 字段名称 :骑手电话 数据类型 :varchar(16) 是否必填 :false + */ + public void setLogisticsDispatcherMobile(String logisticsDispatcherMobile) { + this.logisticsDispatcherMobile = logisticsDispatcherMobile; + } + + /** + * 字段名称 :骑手姓名 数据类型 :varchar(64) 是否必填 :false + */ + public String getLogisticsDispatcherName() { + return this.logisticsDispatcherName; + } + + /** + * 字段名称 :骑手姓名 数据类型 :varchar(64) 是否必填 :false + */ + public void setLogisticsDispatcherName(String logisticsDispatcherName) { + this.logisticsDispatcherName = logisticsDispatcherName; + } + + /** + * 字段名称 :骑手取单时间 数据类型 :varchar(32) 是否必填 :false + */ + public String getLogisticsFetchTime() { + return this.logisticsFetchTime; + } + + /** + * 字段名称 :骑手取单时间 数据类型 :varchar(32) 是否必填 :false + */ + public void setLogisticsFetchTime(String logisticsFetchTime) { + this.logisticsFetchTime = logisticsFetchTime; + } + + /** + * 字段名称 :配送方ID 数据类型 :varchar(32) 是否必填 :false + */ + public String getLogisticsId() { + return this.logisticsId; + } + + /** + * 字段名称 :配送方ID 数据类型 :varchar(32) 是否必填 :false + */ + public void setLogisticsId(String logisticsId) { + this.logisticsId = logisticsId; + } + + /** + * 字段名称 :配送方名称 数据类型 :varchar(64) 是否必填 :false + */ + public String getLogisticsName() { + return this.logisticsName; + } + + /** + * 字段名称 :配送方名称 数据类型 :varchar(64) 是否必填 :false + */ + public void setLogisticsName(String logisticsName) { + this.logisticsName = logisticsName; + } + + /** + * 字段名称 :配送单下单时间 数据类型 :varchar(32) 是否必填 :false + */ + public String getLogisticsSendTime() { + return this.logisticsSendTime; + } + + /** + * 字段名称 :配送单下单时间 数据类型 :varchar(32) 是否必填 :false + */ + public void setLogisticsSendTime(String logisticsSendTime) { + this.logisticsSendTime = logisticsSendTime; + } + + /** + * 字段名称 :配送订单状态code 数据类型 :varchar(16) 是否必填 :false + */ + public String getLogisticsStatus() { + return this.logisticsStatus; + } + + /** + * 字段名称 :配送订单状态code 数据类型 :varchar(16) 是否必填 :false + */ + public void setLogisticsStatus(String logisticsStatus) { + this.logisticsStatus = logisticsStatus; + } + + /** + * 字段名称 :订单完成时间 数据类型 :varchar(32) 是否必填 :false + */ + public String getOrderCompletedTime() { + return this.orderCompletedTime; + } + + /** + * 字段名称 :订单完成时间 数据类型 :varchar(32) 是否必填 :false + */ + public void setOrderCompletedTime(String orderCompletedTime) { + this.orderCompletedTime = orderCompletedTime; + } + + /** + * 字段名称 :商户确认时间 数据类型 :varchar(32) 是否必填 :false + */ + public String getOrderConfirmTime() { + return this.orderConfirmTime; + } + + /** + * 字段名称 :商户确认时间 数据类型 :varchar(32) 是否必填 :false + */ + public void setOrderConfirmTime(String orderConfirmTime) { + this.orderConfirmTime = orderConfirmTime; + } + + /** + * 字段名称 :订单取消时间 数据类型 :varchar(32) 是否必填 :false + */ + public String getOrderCancelTime() { + return this.orderCancelTime; + } + + /** + * 字段名称 :订单取消时间 数据类型 :varchar(32) 是否必填 :false + */ + public void setOrderCancelTime(String orderCancelTime) { + this.orderCancelTime = orderCancelTime; + } + + /** + * 字段名称 :订单展示Id 数据类型 :varchar(32) 是否必填 :false + */ + public String getOrderIdView() { + return this.orderIdView; + } + + /** + * 字段名称 :订单展示Id 数据类型 :varchar(32) 是否必填 :false + */ + public void setOrderIdView(String orderIdView) { + this.orderIdView = orderIdView; + } + + /** + * 字段名称 :用户下单时间 数据类型 :varchar(32) 是否必填 :false + */ + public String getOrderSendTime() { + return this.orderSendTime; + } + + /** + * 字段名称 :用户下单时间 数据类型 :varchar(32) 是否必填 :false + */ + public void setOrderSendTime(String orderSendTime) { + this.orderSendTime = orderSendTime; + } + + /** + * 字段名称 :订单原价 数据类型 :decimal(24,4) 是否必填 :false + */ + public Double getOriginalPrice() { + return this.originalPrice; + } + + /** + * 字段名称 :订单原价 数据类型 :decimal(24,4) 是否必填 :false + */ + public void setOriginalPrice(Double originalPrice) { + this.originalPrice = originalPrice; + } + + /** + * 字段名称 :订单支付类型 数据类型 :int 是否必填 :false + */ + public Integer getPayType() { + return this.payType; + } + + /** + * 字段名称 :订单支付类型 数据类型 :int 是否必填 :false + */ + public void setPayType(Integer payType) { + this.payType = payType; + } + + /** + * 字段名称 :订单取餐类型 数据类型 :int 是否必填 :false + */ + public Integer getPickType() { + return this.pickType; + } + + /** + * 字段名称 :订单取餐类型 数据类型 :int 是否必填 :false + */ + public void setPickType(Integer pickType) { + this.pickType = pickType; + } + + /** + * 字段名称 :门店地址 数据类型 :text 是否必填 :false + */ + public String getPoiAddress() { + return this.poiAddress; + } + + /** + * 字段名称 :门店地址 数据类型 :text 是否必填 :false + */ + public void setPoiAddress(String poiAddress) { + this.poiAddress = poiAddress; + } + + /** + * 字段名称 :门店Id 数据类型 :varchar(32) 是否必填 :false + */ + public String getPoiId() { + return this.poiId; + } + + /** + * 字段名称 :门店Id 数据类型 :varchar(32) 是否必填 :false + */ + public void setPoiId(String poiId) { + this.poiId = poiId; + } + + /** + * 字段名称 :门店名称 数据类型 :varchar(500) 是否必填 :false + */ + public String getPoiName() { + return this.poiName; + } + + /** + * 字段名称 :门店名称 数据类型 :varchar(500) 是否必填 :false + */ + public void setPoiName(String poiName) { + this.poiName = poiName; + } + + /** + * 字段名称 :门店服务电话 数据类型 :varchar(16) 是否必填 :false + */ + public String getPoiPhone() { + return this.poiPhone; + } + + /** + * 字段名称 :门店服务电话 数据类型 :varchar(16) 是否必填 :false + */ + public void setPoiPhone(String poiPhone) { + this.poiPhone = poiPhone; + } + + /** + * 字段名称 :收货人地址 数据类型 :text 是否必填 :false + */ + public String getRecipientAddress() { + return this.recipientAddress; + } + + /** + * 字段名称 :收货人地址 数据类型 :text 是否必填 :false + */ + public void setRecipientAddress(String recipientAddress) { + this.recipientAddress = recipientAddress; + } + + /** + * 字段名称 :收货人名称 数据类型 :varchar(500) 是否必填 :false + */ + public String getRecipientName() { + return this.recipientName; + } + + /** + * 字段名称 :收货人名称 数据类型 :varchar(500) 是否必填 :false + */ + public void setRecipientName(String recipientName) { + this.recipientName = recipientName; + } + + /** + * 字段名称 :收货人电话 数据类型 :varchar(64) 是否必填 :false + */ + public String getRecipientPhone() { + return this.recipientPhone; + } + + /** + * 字段名称 :收货人电话 数据类型 :varchar(64) 是否必填 :false + */ + public void setRecipientPhone(String recipientPhone) { + this.recipientPhone = recipientPhone; + } + + /** + * 字段名称 :配送骑手电话 数据类型 :varchar(64) 是否必填 :false + */ + public String getShipperPhone() { + return this.shipperPhone; + } + + /** + * 字段名称 :配送骑手电话 数据类型 :varchar(64) 是否必填 :false + */ + public void setShipperPhone(String shipperPhone) { + this.shipperPhone = shipperPhone; + } + + /** + * 字段名称 :配送费用 数据类型 :decimal(24,4) 是否必填 :false + */ + public Double getShippingFee() { + return this.shippingFee; + } + + /** + * 字段名称 :配送费用 数据类型 :decimal(24,4) 是否必填 :false + */ + public void setShippingFee(Double shippingFee) { + this.shippingFee = shippingFee; + } + + /** + * 字段名称 :订单状态 数据类型 :int 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :订单状态 数据类型 :int 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :总价 数据类型 :decimal(24,4) 是否必填 :false + */ + public Double getTotal() { + return this.total; + } + + /** + * 字段名称 :总价 数据类型 :decimal(24,4) 是否必填 :false + */ + public void setTotal(Double total) { + this.total = total; + } + + /** + * 字段名称 :订单更新时间 数据类型 :varchar(32) 是否必填 :false + */ + public String getUTime() { + return this.uTime; + } + + /** + * 字段名称 :订单更新时间 数据类型 :varchar(32) 是否必填 :false + */ + public void setUTime(String uTime) { + this.uTime = uTime; + } + + /** + * 字段名称 :门店当天的订单流水号 数据类型 :int 是否必填 :false + */ + public Integer getDaySeq() { + return this.daySeq; + } + + /** + * 字段名称 :门店当天的订单流水号 数据类型 :int 是否必填 :false + */ + public void setDaySeq(Integer daySeq) { + this.daySeq = daySeq; + } + + /** + * 字段名称 :就餐人数 数据类型 :int 是否必填 :false + */ + public Integer getDinnersNumber() { + return this.dinnersNumber; + } + + /** + * 字段名称 :就餐人数 数据类型 :int 是否必填 :false + */ + public void setDinnersNumber(Integer dinnersNumber) { + this.dinnersNumber = dinnersNumber; + } + + /** + * 字段名称 :订单取消原因 数据类型 :text 是否必填 :false + */ + public String getCancelReason() { + return this.cancelReason; + } + + /** + * 字段名称 :订单取消原因 数据类型 :text 是否必填 :false + */ + public void setCancelReason(String cancelReason) { + this.cancelReason = cancelReason; + } + + /** + * 字段名称 :订单取消code 数据类型 :varchar(32) 是否必填 :false + */ + public String getCancelReasonCode() { + return this.cancelReasonCode; + } + + /** + * 字段名称 :订单取消code 数据类型 :varchar(32) 是否必填 :false + */ + public void setCancelReasonCode(String cancelReasonCode) { + this.cancelReasonCode = cancelReasonCode; + } + + /** + * 字段名称 :订单退款原因 数据类型 :text 是否必填 :false + */ + public String getRefundReason() { + return this.refundReason; + } + + /** + * 字段名称 :订单退款原因 数据类型 :text 是否必填 :false + */ + public void setRefundReason(String refundReason) { + this.refundReason = refundReason; + } + + /** + * 字段名称 :订单退款code 数据类型 :varchar(32) 是否必填 :false + */ + public String getRefundReasonCode() { + return this.refundReasonCode; + } + + /** + * 字段名称 :订单退款code 数据类型 :varchar(32) 是否必填 :false + */ + public void setRefundReasonCode(String refundReasonCode) { + this.refundReasonCode = refundReasonCode; + } + + /** + * 字段名称 :菜品分成(分) 数据类型 :decimal(24,2) 是否必填 :false + */ + public Double getFoodShareFeeChargeByPoi() { + return this.foodShareFeeChargeByPoi; + } + + /** + * 字段名称 :菜品分成(分) 数据类型 :decimal(24,2) 是否必填 :false + */ + public void setFoodShareFeeChargeByPoi(Double foodShareFeeChargeByPoi) { + this.foodShareFeeChargeByPoi = foodShareFeeChargeByPoi; + } + + /** + * 字段名称 :商家应收款(分) 数据类型 :decimal(24,2) 是否必填 :false + */ + public Double getWmPoiReceiveCent() { + return this.wmPoiReceiveCent; + } + + /** + * 字段名称 :商家应收款(分) 数据类型 :decimal(24,2) 是否必填 :false + */ + public void setWmPoiReceiveCent(Double wmPoiReceiveCent) { + this.wmPoiReceiveCent = wmPoiReceiveCent; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/MeituanOrderExtra.java b/food-api/src/main/java/com/jwsaas/entity/food/MeituanOrderExtra.java new file mode 100644 index 0000000..2bc09d0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/MeituanOrderExtra.java @@ -0,0 +1,203 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:美团订单优惠信息 + * 表代码:cy_meituan_order_extra + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"MeituanOrderExtra") +public class MeituanOrderExtra extends BaseEntity { + + private static final long serialVersionUID = 1684760706009419876L; + + /** + *订单ID + */ + private String orderId; + + /** + *优惠金额中美团承担的部分 + */ + private Double mtCharge; + + /** + *优惠金额中商家承担的部分 + */ + private Double poiCharge; + + /** + *活动优惠总金额 + */ + private Double reduceFee; + + /** + *优惠说明 + */ + private String remark; + + /** + *活动类型 + */ + private Integer type; + + /** + *活动ID + */ + private String actDetailId; + + /** + *餐厅平均送餐时间 + */ + private Double avgSendTime; + + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderId() { + return this.orderId; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + /** + * 字段名称 :优惠金额中美团承担的部分 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMtCharge() { + return this.mtCharge; + } + + /** + * 字段名称 :优惠金额中美团承担的部分 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMtCharge(Double mtCharge) { + this.mtCharge = mtCharge; + } + + /** + * 字段名称 :优惠金额中商家承担的部分 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPoiCharge() { + return this.poiCharge; + } + + /** + * 字段名称 :优惠金额中商家承担的部分 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPoiCharge(Double poiCharge) { + this.poiCharge = poiCharge; + } + + /** + * 字段名称 :活动优惠总金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getReduceFee() { + return this.reduceFee; + } + + /** + * 字段名称 :活动优惠总金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setReduceFee(Double reduceFee) { + this.reduceFee = reduceFee; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :text + * 是否必填 :false + */ + public String getRemark() { + return this.remark; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :text + * 是否必填 :false + */ + public void setRemark(String remark) { + this.remark = remark; + } + + /** + * 字段名称 :活动类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :活动类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :活动ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getActDetailId() { + return this.actDetailId; + } + + /** + * 字段名称 :活动ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setActDetailId(String actDetailId) { + this.actDetailId = actDetailId; + } + + /** + * 字段名称 :餐厅平均送餐时间 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAvgSendTime() { + return this.avgSendTime; + } + + /** + * 字段名称 :餐厅平均送餐时间 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAvgSendTime(Double avgSendTime) { + this.avgSendTime = avgSendTime; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/MeituanOrderItem.java b/food-api/src/main/java/com/jwsaas/entity/food/MeituanOrderItem.java new file mode 100644 index 0000000..6998ebd --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/MeituanOrderItem.java @@ -0,0 +1,295 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:美团订单明细表 + * 表代码:cy_meituan_order_item + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"MeituanOrderItem") +public class MeituanOrderItem extends BaseEntity { + + private static final long serialVersionUID = 1365920845924185391L; + + /** + *订单ID + */ + private String orderId; + + /** + *erp方菜品id + */ + private String eDishCode; + + /** + *餐盒数量 + */ + private Integer boxNum; + + /** + *餐盒单价 + */ + private Double boxPrice; + + /** + *菜品名 + */ + private String dishName; + + /** + *价格 + */ + private Double price; + + /** + *erp方菜品sku + */ + private String skuId; + + /** + *菜品份数 + */ + private String quantity; + + /** + *单位 + */ + private String unit; + + /** + *菜品折扣 + */ + private Double discount; + + /** + *菜品规格 + */ + private String spec; + + /** + *菜品属性 + */ + private String property; + + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderId() { + return this.orderId; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + /** + * 字段名称 :erp方菜品id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getEDishCode() { + return this.eDishCode; + } + + /** + * 字段名称 :erp方菜品id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setEDishCode(String eDishCode) { + this.eDishCode = eDishCode; + } + + /** + * 字段名称 :餐盒数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBoxNum() { + return this.boxNum; + } + + /** + * 字段名称 :餐盒数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setBoxNum(Integer boxNum) { + this.boxNum = boxNum; + } + + /** + * 字段名称 :餐盒单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getBoxPrice() { + return this.boxPrice; + } + + /** + * 字段名称 :餐盒单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setBoxPrice(Double boxPrice) { + this.boxPrice = boxPrice; + } + + /** + * 字段名称 :菜品名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDishName() { + return this.dishName; + } + + /** + * 字段名称 :菜品名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDishName(String dishName) { + this.dishName = dishName; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :erp方菜品sku + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSkuId() { + return this.skuId; + } + + /** + * 字段名称 :erp方菜品sku + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSkuId(String skuId) { + this.skuId = skuId; + } + + /** + * 字段名称 :菜品份数 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getQuantity() { + return this.quantity; + } + + /** + * 字段名称 :菜品份数 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setQuantity(String quantity) { + this.quantity = quantity; + } + + /** + * 字段名称 :单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getUnit() { + return this.unit; + } + + /** + * 字段名称 :单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setUnit(String unit) { + this.unit = unit; + } + + /** + * 字段名称 :菜品折扣 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :菜品折扣 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :菜品规格 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getSpec() { + return this.spec; + } + + /** + * 字段名称 :菜品规格 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setSpec(String spec) { + this.spec = spec; + } + + /** + * 字段名称 :菜品属性 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getProperty() { + return this.property; + } + + /** + * 字段名称 :菜品属性 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setProperty(String property) { + this.property = property; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageOutTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageOutTicket.java new file mode 100644 index 0000000..50a2c96 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageOutTicket.java @@ -0,0 +1,364 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:其他出库单 + * 表代码:cy_other_storage_out_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "OtherStorageOutTicket") +public class OtherStorageOutTicket extends BaseEntity { + + private static final long serialVersionUID = 1204309307397353040L; + + /** + *单据编号 + */ + private String no; + + /** + *出库类型 + */ + private Integer type; + + /** + *仓库ID + */ + private String storageId; + + /** + *仓库名称 + */ + private String storageName; + + /** + *备注信息 + */ + private String description; + + /** + *单据状态 + */ + private Integer status; + + /** + *仓管员 + */ + private String stockMan; + + /** + *联系人 + */ + private String linkMan; + + /** + *联系电话 + */ + private String linkTelephone; + + /** + *物流单号 + */ + private String logisticsNo; + + /** + *物流名称 + */ + private String logisticsName; + + /** + *制单人 + */ + private String setMan; + + /** + *制单日期 + */ + private Date setDate; + + /** + *审核人 + */ + private String checkMan; + + /** + *审核日期 + */ + private Date checkDate; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :出库类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :出库类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStorageName() { + return this.storageName; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStorageName(String storageName) { + this.storageName = storageName; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :仓管员 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStockMan() { + return this.stockMan; + } + + /** + * 字段名称 :仓管员 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStockMan(String stockMan) { + this.stockMan = stockMan; + } + + /** + * 字段名称 :联系人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLinkMan() { + return this.linkMan; + } + + /** + * 字段名称 :联系人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLinkMan(String linkMan) { + this.linkMan = linkMan; + } + + /** + * 字段名称 :联系电话 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getLinkTelephone() { + return this.linkTelephone; + } + + /** + * 字段名称 :联系电话 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setLinkTelephone(String linkTelephone) { + this.linkTelephone = linkTelephone; + } + + /** + * 字段名称 :物流单号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getLogisticsNo() { + return this.logisticsNo; + } + + /** + * 字段名称 :物流单号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setLogisticsNo(String logisticsNo) { + this.logisticsNo = logisticsNo; + } + + /** + * 字段名称 :物流名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getLogisticsName() { + return this.logisticsName; + } + + /** + * 字段名称 :物流名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setLogisticsName(String logisticsName) { + this.logisticsName = logisticsName; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSetDate() { + return this.setDate; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSetDate(Date setDate) { + this.setDate = setDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckMan() { + return this.checkMan; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckMan(String checkMan) { + this.checkMan = checkMan; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageOutTicketDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageOutTicketDetail.java new file mode 100644 index 0000000..7b6645d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageOutTicketDetail.java @@ -0,0 +1,340 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:其他出库单明细 + * 表代码:cy_other_storage_out_ticket_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "OtherStorageOutTicketDetail") +public class OtherStorageOutTicketDetail extends BaseEntity { + + private static final long serialVersionUID = 1485276428214284998L; + + /** + *主单ID + */ + private String ticketId; + + /** + *主单编号 + */ + private String ticketNo; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *库存单位 + */ + private String dispatchUnitId; + + /** + *库存单位名 + */ + private String dispatchUnitName; + + /** + *出库数量 + */ + private Double amount; + + /** + *价格 + */ + private Double price; + + /** + *金额 + */ + private Double money; + + /** + *备注说明 + */ + private String description; + + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :库存单位名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getDispatchUnitName() { + return this.dispatchUnitName; + } + + /** + * 字段名称 :库存单位名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :出库数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :出库数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageOutTicketLog.java b/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageOutTicketLog.java new file mode 100644 index 0000000..2272a82 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageOutTicketLog.java @@ -0,0 +1,133 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:其他出库单操作记录 + * 表代码:cy_other_storage_out_ticket_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "OtherStorageOutTicketLog") +public class OtherStorageOutTicketLog extends BaseEntity { + + private static final long serialVersionUID = 1960872461972668110L; + + /** + *主单ID + */ + private String ticketId; + + /** + *主单编号 + */ + private String ticketNo; + + /** + *操作类型 + */ + private Integer type; + + /** + *操作状态 + */ + private Integer status; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageTicket.java new file mode 100644 index 0000000..7d89e0e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageTicket.java @@ -0,0 +1,272 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:其他入库单 + * 表代码:cy_other_storage_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "OtherStorageTicket") +public class OtherStorageTicket extends BaseEntity { + + private static final long serialVersionUID = 1098553166700389578L; + + /** + *单据编号 + */ + private String no; + + /** + *入库类型 + */ + private Integer type; + + /** + *仓库ID + */ + private String storageId; + + /** + *仓库名称 + */ + private String storageName; + + /** + *备注信息 + */ + private String description; + + /** + *单据状态 + */ + private Integer status; + + /** + *仓管员 + */ + private String stockMan; + + /** + *制单人 + */ + private String setMan; + + /** + *制单日期 + */ + private Date setDate; + + /** + *审核人 + */ + private String checkMan; + + /** + *审核日期 + */ + private Date checkDate; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :入库类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :入库类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStorageName() { + return this.storageName; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStorageName(String storageName) { + this.storageName = storageName; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :true + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :仓管员 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStockMan() { + return this.stockMan; + } + + /** + * 字段名称 :仓管员 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStockMan(String stockMan) { + this.stockMan = stockMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSetDate() { + return this.setDate; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSetDate(Date setDate) { + this.setDate = setDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckMan() { + return this.checkMan; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckMan(String checkMan) { + this.checkMan = checkMan; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageTicketDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageTicketDetail.java new file mode 100644 index 0000000..836847d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageTicketDetail.java @@ -0,0 +1,386 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:其他入库单明细 + * 表代码:cy_other_storage_ticket_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "OtherStorageTicketDetail") +public class OtherStorageTicketDetail extends BaseEntity { + + private static final long serialVersionUID = 1215467887748933365L; + + /** + *主单ID + */ + private String ticketId; + + /** + *主单编号 + */ + private String ticketNo; + + /** + *生产批号 + */ + private String batchNo; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *库存单位 + */ + private String dispatchUnitId; + + /** + *库存单位名 + */ + private String dispatchUnitName; + + /** + *当前库存 + */ + private Double stockAmount; + + /** + *入库数量 + */ + private Double amount; + + /** + *价格 + */ + private Double price; + + /** + *金额 + */ + private Double money; + + /** + *备注说明 + */ + private String description; + + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :生产批号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBatchNo() { + return this.batchNo; + } + + /** + * 字段名称 :生产批号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBatchNo(String batchNo) { + this.batchNo = batchNo; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :库存单位名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getDispatchUnitName() { + return this.dispatchUnitName; + } + + /** + * 字段名称 :库存单位名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :当前库存 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getStockAmount() { + return this.stockAmount; + } + + /** + * 字段名称 :当前库存 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setStockAmount(Double stockAmount) { + this.stockAmount = stockAmount; + } + + /** + * 字段名称 :入库数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :入库数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageTicketLog.java b/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageTicketLog.java new file mode 100644 index 0000000..dc0f993 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/OtherStorageTicketLog.java @@ -0,0 +1,133 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:其他入库单操作记录 + * 表代码:cy_other_storage_ticket_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "OtherStorageTicketLog") +public class OtherStorageTicketLog extends BaseEntity { + + private static final long serialVersionUID = 1473557686763742235L; + + /** + *主单ID + */ + private String ticketId; + + /** + *主单编号 + */ + private String ticketNo; + + /** + *操作类型 + */ + private Integer type; + + /** + *操作状态 + */ + private Integer status; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PayMode.java b/food-api/src/main/java/com/jwsaas/entity/food/PayMode.java new file mode 100644 index 0000000..24899f3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PayMode.java @@ -0,0 +1,422 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:收银方式 + * 表代码:cy_pay_mode + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PayMode") +public class PayMode extends BaseEntity { + + private static final long serialVersionUID = 1317008820937174092L; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *付款方式ID + */ + private String typeId; + + /** + *快捷键 + */ + private String shortcut; + + /** + *是否参与积分 + */ + private Integer pointFlag; + + /** + *前台是否启用 + */ + private Integer frontFlag; + + /** + *会员充值支付方式 + */ + private Integer rechargeFlag; + + /** + *固定金额 + */ + private Double fixeAmount; + + /** + *折扣率 + */ + private Double discount; + + /** + *三方扣费类型 + */ + private Integer otherRateType; + + /** + *三方费值 + */ + private Double otherRateValue; + + /** + *是否实收 + */ + private Integer incomeFlag; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + *第三方编号 + */ + private String otherNo; + + private String newShortcut;// 新快捷键 + private Integer newPointFlag;// 新是否参与积分 + private Integer newFrontFlag;// 新前台是否启用 + private Double newFixeAmount;// 新固定金额 + private Double newDiscount;// 新折扣率 + private Integer newOtherRateType;// 新三方扣费类型 + private Integer newOtherRateValue;// 新三方费值 + private String storeId;//对应门店; + private String periodDiscount;//时间扣率; + + public String getPeriodDiscount() { + return periodDiscount; + } + + public void setPeriodDiscount(String periodDiscount) { + this.periodDiscount = periodDiscount; + } + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :付款方式ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :付款方式ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :快捷键 + * 数据类型 :varchar(4) + * 是否必填 :false + */ + public String getShortcut() { + return this.shortcut; + } + + /** + * 字段名称 :快捷键 + * 数据类型 :varchar(4) + * 是否必填 :false + */ + public void setShortcut(String shortcut) { + this.shortcut = shortcut; + } + + /** + * 字段名称 :是否参与积分 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPointFlag() { + return this.pointFlag; + } + + /** + * 字段名称 :是否参与积分 + * 数据类型 :int + * 是否必填 :false + */ + public void setPointFlag(Integer pointFlag) { + this.pointFlag = pointFlag; + } + + /** + * 字段名称 :前台是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getFrontFlag() { + return this.frontFlag; + } + + /** + * 字段名称 :前台是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setFrontFlag(Integer frontFlag) { + this.frontFlag = frontFlag; + } + + /** + * 字段名称 :会员充值支付方式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getRechargeFlag() { + return this.rechargeFlag; + } + + /** + * 字段名称 :会员充值支付方式 + * 数据类型 :int + * 是否必填 :false + */ + public void setRechargeFlag(Integer rechargeFlag) { + this.rechargeFlag = rechargeFlag; + } + + /** + * 字段名称 :固定金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getFixeAmount() { + return this.fixeAmount; + } + + /** + * 字段名称 :固定金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setFixeAmount(Double fixeAmount) { + this.fixeAmount = fixeAmount; + } + + /** + * 字段名称 :折扣率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :折扣率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :三方扣费类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOtherRateType() { + return this.otherRateType; + } + + /** + * 字段名称 :三方扣费类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setOtherRateType(Integer otherRateType) { + this.otherRateType = otherRateType; + } + + /** + * 字段名称 :三方费值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOtherRateValue() { + return this.otherRateValue; + } + + /** + * 字段名称 :三方费值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOtherRateValue(Double otherRateValue) { + this.otherRateValue = otherRateValue; + } + + /** + * 字段名称 :是否实收 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIncomeFlag() { + return this.incomeFlag; + } + + /** + * 字段名称 :是否实收 + * 数据类型 :int + * 是否必填 :false + */ + public void setIncomeFlag(Integer incomeFlag) { + this.incomeFlag = incomeFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :第三方编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOtherNo() { + return this.otherNo; + } + + /** + * 字段名称 :第三方编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOtherNo(String otherNo) { + this.otherNo = otherNo; + } + + public String getNewShortcut() { + return newShortcut; + } + + public void setNewShortcut(String newShortcut) { + this.newShortcut = newShortcut; + } + + public Integer getNewPointFlag() { + return newPointFlag; + } + + public void setNewPointFlag(Integer newPointFlag) { + this.newPointFlag = newPointFlag; + } + + public Integer getNewFrontFlag() { + return newFrontFlag; + } + + public void setNewFrontFlag(Integer newFrontFlag) { + this.newFrontFlag = newFrontFlag; + } + + public Double getNewFixeAmount() { + return newFixeAmount; + } + + public void setNewFixeAmount(Double newFixeAmount) { + this.newFixeAmount = newFixeAmount; + } + + public Double getNewDiscount() { + return newDiscount; + } + + public void setNewDiscount(Double newDiscount) { + this.newDiscount = newDiscount; + } + + public Integer getNewOtherRateType() { + return newOtherRateType; + } + + public void setNewOtherRateType(Integer newOtherRateType) { + this.newOtherRateType = newOtherRateType; + } + + public Integer getNewOtherRateValue() { + return newOtherRateValue; + } + + public void setNewOtherRateValue(Integer newOtherRateValue) { + this.newOtherRateValue = newOtherRateValue; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PayModeStore.java b/food-api/src/main/java/com/jwsaas/entity/food/PayModeStore.java new file mode 100644 index 0000000..3eaae7d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PayModeStore.java @@ -0,0 +1,303 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店支付方式 + * 表代码:cy_pay_mode_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"PayModeStore") +public class PayModeStore extends BaseEntity { + + private static final long serialVersionUID = 1268237106392494413L; + + /** + *门店ID + */ + private String storeId; + + /** + *支付方式 + */ + private String modeId; + + /** + *快捷键 + */ + private String shortcut; + + /** + *是否参与积分 + */ + private Integer pointFlag; + + /** + *前台是否启用 + */ + private Integer frontFlag; + + /** + *固定金额 + */ + private Double fixeAmount; + + /** + *折扣率 + */ + private Double discount; + + /** + *三方扣费类型 + */ + private Integer otherRateType; + + /** + *三方费值 + */ + private Double otherRateValue; + + /** + *时间扣率 + */ + private String periodDiscount; + + private String payModeNo;//支付编号; + private String payModeName;//名称 + private Integer rechargeFlag;//是否会员充值; + private Integer incomeFlag;//是否实收 + private Integer otherNo;//第三方编码 + private String typeId;//付款方式; + + public String getPayModeNo() { + return payModeNo; + } + + public void setPayModeNo(String payModeNo) { + this.payModeNo = payModeNo; + } + + public String getPayModeName() { + return payModeName; + } + + public void setPayModeName(String payModeName) { + this.payModeName = payModeName; + } + + public Integer getRechargeFlag() { + return rechargeFlag; + } + + public void setRechargeFlag(Integer rechargeFlag) { + this.rechargeFlag = rechargeFlag; + } + + public Integer getIncomeFlag() { + return incomeFlag; + } + + public void setIncomeFlag(Integer incomeFlag) { + this.incomeFlag = incomeFlag; + } + + public Integer getOtherNo() { + return otherNo; + } + + public void setOtherNo(Integer otherNo) { + this.otherNo = otherNo; + } + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :支付方式 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getModeId() { + return this.modeId; + } + + /** + * 字段名称 :支付方式 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setModeId(String modeId) { + this.modeId = modeId; + } + + /** + * 字段名称 :快捷键 + * 数据类型 :varchar(4) + * 是否必填 :false + */ + public String getShortcut() { + return this.shortcut; + } + + /** + * 字段名称 :快捷键 + * 数据类型 :varchar(4) + * 是否必填 :false + */ + public void setShortcut(String shortcut) { + this.shortcut = shortcut; + } + + /** + * 字段名称 :是否参与积分 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPointFlag() { + return this.pointFlag; + } + + /** + * 字段名称 :是否参与积分 + * 数据类型 :int + * 是否必填 :false + */ + public void setPointFlag(Integer pointFlag) { + this.pointFlag = pointFlag; + } + + /** + * 字段名称 :前台是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getFrontFlag() { + return this.frontFlag; + } + + /** + * 字段名称 :前台是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setFrontFlag(Integer frontFlag) { + this.frontFlag = frontFlag; + } + + /** + * 字段名称 :固定金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getFixeAmount() { + return this.fixeAmount; + } + + /** + * 字段名称 :固定金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setFixeAmount(Double fixeAmount) { + this.fixeAmount = fixeAmount; + } + + /** + * 字段名称 :折扣率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :折扣率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :三方扣费类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOtherRateType() { + return this.otherRateType; + } + + /** + * 字段名称 :三方扣费类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setOtherRateType(Integer otherRateType) { + this.otherRateType = otherRateType; + } + + /** + * 字段名称 :三方费值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOtherRateValue() { + return this.otherRateValue; + } + + /** + * 字段名称 :三方费值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOtherRateValue(Double otherRateValue) { + this.otherRateValue = otherRateValue; + } + + /** + * 字段名称 :时间扣率 + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getPeriodDiscount() { + return this.periodDiscount; + } + + /** + * 字段名称 :时间扣率 + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setPeriodDiscount(String periodDiscount) { + this.periodDiscount = periodDiscount; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PayType.java b/food-api/src/main/java/com/jwsaas/entity/food/PayType.java new file mode 100644 index 0000000..b599c68 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PayType.java @@ -0,0 +1,87 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:付款类型 + * 表代码:cy_pay_type + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PayType") +public class PayType extends BaseEntity { + + private static final long serialVersionUID = 1947404629922334121L; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *标识符 + */ + private String sign; + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :标识符 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :标识符 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSign(String sign) { + this.sign = sign; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PaymentParameter.java b/food-api/src/main/java/com/jwsaas/entity/food/PaymentParameter.java new file mode 100644 index 0000000..1a104b6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PaymentParameter.java @@ -0,0 +1,166 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:支付参数方案 + * 表代码:cy_payment_parameter + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"PaymentParameter") +public class PaymentParameter extends BaseEntity { + + private static final long serialVersionUID = 1696074815399754947L; + + /** + *编号 + */ + private String no; + + /** + *方案名称 + */ + private String name; + + /** + *支付类型 + */ + private String sign; + + /** + *支付参数 + */ + private String pbody; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *证书内容 + */ + private String certText; + + private String storeId; + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :支付类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :支付类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSign(String sign) { + this.sign = sign; + } + + /** + * 字段名称 :支付参数 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getPbody() { + return this.pbody; + } + + /** + * 字段名称 :支付参数 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setPbody(String pbody) { + this.pbody = pbody; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :证书内容 + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getCertText() { + return this.certText; + } + + /** + * 字段名称 :证书内容 + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setCertText(String certText) { + this.certText = certText; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/Permissions.java b/food-api/src/main/java/com/jwsaas/entity/food/Permissions.java new file mode 100644 index 0000000..e79c070 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/Permissions.java @@ -0,0 +1,93 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:权限表 表代码:shared_permissions + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "Permissions") +public class Permissions extends BaseEntity { + + private static final long serialVersionUID = 1183594213547513966L; + + /** + * 角色ID + */ + private String roleId; + + /** + * 模块ID + */ + private String moduleId; + + /** + * 权限字符串 + */ + private String permissions; + + /** + * 功能项 + */ + private String functionIds; + + /** + * 字段名称 :角色ID 数据类型 :bigint(18) 是否必填 :false + */ + public String getRoleId() { + return this.roleId; + } + + /** + * 字段名称 :角色ID 数据类型 :bigint(18) 是否必填 :false + */ + public void setRoleId(String roleId) { + this.roleId = roleId; + } + + /** + * 字段名称 :模块ID 数据类型 :bigint(18) 是否必填 :false + */ + public String getModuleId() { + return this.moduleId; + } + + /** + * 字段名称 :模块ID 数据类型 :bigint(18) 是否必填 :false + */ + public void setModuleId(String moduleId) { + this.moduleId = moduleId; + } + + /** + * 字段名称 :权限字符串 数据类型 :longtext 是否必填 :false + */ + public String getPermissions() { + return this.permissions; + } + + /** + * 字段名称 :权限字符串 数据类型 :longtext 是否必填 :false + */ + public void setPermissions(String permissions) { + this.permissions = permissions; + } + + /** + * 字段名称 :功能项 数据类型 :longtext 是否必填 :false + */ + public String getFunctionIds() { + return this.functionIds; + } + + /** + * 字段名称 :功能项 数据类型 :longtext 是否必填 :false + */ + public void setFunctionIds(String functionIds) { + this.functionIds = functionIds; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PosInfo.java b/food-api/src/main/java/com/jwsaas/entity/food/PosInfo.java new file mode 100644 index 0000000..855b854 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PosInfo.java @@ -0,0 +1,409 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:POS终端信息表 + * 表代码:cy_pos_info + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PosInfo") +public class PosInfo extends BaseEntity { + + private static final long serialVersionUID = 1738211237771762978L; + + /** + *应用标识 + */ + private String appSign; + + /** + *终端类型 + */ + private String terminalType; + + /** + *注册门店 + */ + private String storeId; + + /** + *注册门店编号 + */ + private String storeNo; + + /** + *POS编号 + */ + private String posNo; + + /** + *计算机名称 + */ + private String name; + + /** + *MAC地址 + */ + private String MACAddress; + + /** + *硬件序列号 + */ + private String serialNumber; + + /** + *CPU序列 + */ + private String cpuNumber; + + /** + *状态 + */ + private Integer status; + + /** + *注册码 + */ + private String pollCode; + + /** + *平台访问秘钥 + */ + private String appSecret; + + /** + *平台应用key + */ + private String appKey; + + /** + *备注说明 + */ + private String description; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *别名 + */ + private String aliasName; + + /** + *是否测试机 + */ + private Integer isTester; + + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :终端类型 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getTerminalType() { + return this.terminalType; + } + + /** + * 字段名称 :终端类型 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setTerminalType(String terminalType) { + this.terminalType = terminalType; + } + + /** + * 字段名称 :注册门店 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :注册门店 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :注册门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :注册门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :计算机名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :计算机名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :MAC地址 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getMACAddress() { + return this.MACAddress; + } + + /** + * 字段名称 :MAC地址 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setMACAddress(String MACAddress) { + this.MACAddress = MACAddress; + } + + /** + * 字段名称 :硬件序列号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSerialNumber() { + return this.serialNumber; + } + + /** + * 字段名称 :硬件序列号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSerialNumber(String serialNumber) { + this.serialNumber = serialNumber; + } + + /** + * 字段名称 :CPU序列 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getCpuNumber() { + return this.cpuNumber; + } + + /** + * 字段名称 :CPU序列 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setCpuNumber(String cpuNumber) { + this.cpuNumber = cpuNumber; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :注册码 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getPollCode() { + return this.pollCode; + } + + /** + * 字段名称 :注册码 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setPollCode(String pollCode) { + this.pollCode = pollCode; + } + + /** + * 字段名称 :平台访问秘钥 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getAppSecret() { + return this.appSecret; + } + + /** + * 字段名称 :平台访问秘钥 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setAppSecret(String appSecret) { + this.appSecret = appSecret; + } + + /** + * 字段名称 :平台应用key + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getAppKey() { + return this.appKey; + } + + /** + * 字段名称 :平台应用key + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setAppKey(String appKey) { + this.appKey = appKey; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :别名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAliasName() { + return this.aliasName; + } + + /** + * 字段名称 :别名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAliasName(String aliasName) { + this.aliasName = aliasName; + } + + /** + * 字段名称 :是否测试机 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsTester() { + return this.isTester; + } + + /** + * 字段名称 :是否测试机 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsTester(Integer isTester) { + this.isTester = isTester; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PosPollcode.java b/food-api/src/main/java/com/jwsaas/entity/food/PosPollcode.java new file mode 100644 index 0000000..5046f16 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PosPollcode.java @@ -0,0 +1,110 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:POS终端注册码 + * 表代码:cy_pos_pollcode + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PosPollcode") +public class PosPollcode extends BaseEntity { + + private static final long serialVersionUID = 1606680534930268580L; + + /** + *注册码 + */ + private String pollCode; + + /** + *绑定门店 + */ + private String storeId; + + /** + *绑定门店编号 + */ + private String storeNo; + + /** + *备注说明 + */ + private String description; + + + /** + * 字段名称 :注册码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPollCode() { + return this.pollCode; + } + + /** + * 字段名称 :注册码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPollCode(String pollCode) { + this.pollCode = pollCode; + } + + /** + * 字段名称 :绑定门店 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :绑定门店 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :绑定门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :绑定门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PosRole.java b/food-api/src/main/java/com/jwsaas/entity/food/PosRole.java new file mode 100644 index 0000000..73c82bf --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PosRole.java @@ -0,0 +1,207 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:前台角色 + * 表代码:cy_pos_role + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PosRole") +public class PosRole extends BaseEntity { + + private static final long serialVersionUID = 1917909732934026558L; + + /** + *编号 + */ + private String no; + + /** + *角色名称 + */ + private String name; + + /** + *最高折扣率 + */ + private Double discount; + + /** + *最高免单额(元) + */ + private Double free; + + /** + *角色描述 + */ + private String description; + + /** + *角色类型 + */ + private Integer type; + + /** + *删除标识 + */ + private Integer deleteFlag; + + private String workerId;//员工ID + private String roleId;//角色ID + private String moduleNo;//模块编号 + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :角色名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :角色名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :最高折扣率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :最高折扣率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :最高免单额(元) + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getFree() { + return this.free; + } + + /** + * 字段名称 :最高免单额(元) + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setFree(Double free) { + this.free = free; + } + + /** + * 字段名称 :角色描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :角色描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :角色类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :角色类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + public String getWorkerId() { + return workerId; + } + + public void setWorkerId(String workerId) { + this.workerId = workerId; + } + + public String getRoleId() { + return roleId; + } + + public void setRoleId(String roleId) { + this.roleId = roleId; + } + + public String getModuleNo() { + return moduleNo; + } + + public void setModuleNo(String moduleNo) { + this.moduleNo = moduleNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlan.java b/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlan.java new file mode 100644 index 0000000..ab167cc --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlan.java @@ -0,0 +1,120 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:POS下载方案 + * 表代码:cy_pos_set_plan + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"PosSetPlan") +public class PosSetPlan extends BaseEntity { + + private static final long serialVersionUID = 1007231985072697436L; + + /** + *方案名称 + */ + private String name; + + /** + *终端版本 + */ + private String terminalType; + + /** + *备注信息 + */ + private String description; + + /** + *是否启用 + */ + private Integer enable; + + private String storeId;//方案对应门店id; + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :终端版本 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTerminalType() { + return this.terminalType; + } + + /** + * 字段名称 :终端版本 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTerminalType(String terminalType) { + this.terminalType = terminalType; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnable() { + return this.enable; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnable(Integer enable) { + this.enable = enable; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlanConfig.java b/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlanConfig.java new file mode 100644 index 0000000..15145ff --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlanConfig.java @@ -0,0 +1,134 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:POS下载方案设置 + * 表代码:cy_pos_set_plan_config + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"PosSetPlanConfig") +public class PosSetPlanConfig extends BaseEntity { + + private static final long serialVersionUID = 1109818629404883547L; + + /** + *方案ID + */ + private String planId; + + /** + *clientId + */ + private String clientId; + + /** + *group + */ + private String group; + + /** + *keys + */ + private String keys; + + /** + *values + */ + private String values; + + + /** + * 字段名称 :方案ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPlanId() { + return this.planId; + } + + /** + * 字段名称 :方案ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPlanId(String planId) { + this.planId = planId; + } + + /** + * 字段名称 :clientId + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :clientId + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :group + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getGroup() { + return this.group; + } + + /** + * 字段名称 :group + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setGroup(String group) { + this.group = group; + } + + /** + * 字段名称 :keys + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getKeys() { + return this.keys; + } + + /** + * 字段名称 :keys + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setKeys(String keys) { + this.keys = keys; + } + + /** + * 字段名称 :values + * 数据类型 :text + * 是否必填 :false + */ + public String getValues() { + return this.values; + } + + /** + * 字段名称 :values + * 数据类型 :text + * 是否必填 :false + */ + public void setValues(String values) { + this.values = values; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlanModule.java b/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlanModule.java new file mode 100644 index 0000000..b7d7e4c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlanModule.java @@ -0,0 +1,433 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:POS下载方案模块 + * 表代码:cy_pos_set_plan_module + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"PosSetPlanModule") +public class PosSetPlanModule extends BaseEntity { + + private static final long serialVersionUID = 1607345370445797023L; + + /** + *方案ID + */ + private String planId; + + /** + *clientId + */ + private String clientId; + + /** + *area + */ + private String area; + + /** + *parentId + */ + private String parentId; + + /** + *name + */ + private String name; + + /** + *alias + */ + private String alias; + + /** + *keycode + */ + private String keycode; + + /** + *keydata + */ + private String keydata; + + /** + *color1 + */ + private String color1; + + /** + *color2 + */ + private String color2; + + /** + *color3 + */ + private String color3; + + /** + *fontSize + */ + private String fontSize; + + /** + *shortcut + */ + private String shortcut; + + /** + *orderNo + */ + private Integer orderNo; + + /** + *icon + */ + private String icon; + + /** + *enable + */ + private Integer enable; + + /** + *resourceId + */ + private String resourceId; + + /** + *layout + */ + private Integer layout; + + + /** + * 字段名称 :方案ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPlanId() { + return this.planId; + } + + /** + * 字段名称 :方案ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPlanId(String planId) { + this.planId = planId; + } + + /** + * 字段名称 :clientId + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :clientId + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :area + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getArea() { + return this.area; + } + + /** + * 字段名称 :area + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setArea(String area) { + this.area = area; + } + + /** + * 字段名称 :parentId + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getParentId() { + return this.parentId; + } + + /** + * 字段名称 :parentId + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setParentId(String parentId) { + this.parentId = parentId; + } + + /** + * 字段名称 :name + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :name + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :alias + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getAlias() { + return this.alias; + } + + /** + * 字段名称 :alias + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setAlias(String alias) { + this.alias = alias; + } + + /** + * 字段名称 :keycode + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getKeycode() { + return this.keycode; + } + + /** + * 字段名称 :keycode + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setKeycode(String keycode) { + this.keycode = keycode; + } + + /** + * 字段名称 :keydata + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getKeydata() { + return this.keydata; + } + + /** + * 字段名称 :keydata + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setKeydata(String keydata) { + this.keydata = keydata; + } + + /** + * 字段名称 :color1 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getColor1() { + return this.color1; + } + + /** + * 字段名称 :color1 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setColor1(String color1) { + this.color1 = color1; + } + + /** + * 字段名称 :color2 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getColor2() { + return this.color2; + } + + /** + * 字段名称 :color2 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setColor2(String color2) { + this.color2 = color2; + } + + /** + * 字段名称 :color3 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getColor3() { + return this.color3; + } + + /** + * 字段名称 :color3 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setColor3(String color3) { + this.color3 = color3; + } + + /** + * 字段名称 :fontSize + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getFontSize() { + return this.fontSize; + } + + /** + * 字段名称 :fontSize + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setFontSize(String fontSize) { + this.fontSize = fontSize; + } + + /** + * 字段名称 :shortcut + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getShortcut() { + return this.shortcut; + } + + /** + * 字段名称 :shortcut + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setShortcut(String shortcut) { + this.shortcut = shortcut; + } + + /** + * 字段名称 :orderNo + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :orderNo + * 数据类型 :int + * 是否必填 :false + */ + public void setOrderNo(Integer orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :icon + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getIcon() { + return this.icon; + } + + /** + * 字段名称 :icon + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setIcon(String icon) { + this.icon = icon; + } + + /** + * 字段名称 :enable + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnable() { + return this.enable; + } + + /** + * 字段名称 :enable + * 数据类型 :int + * 是否必填 :false + */ + public void setEnable(Integer enable) { + this.enable = enable; + } + + /** + * 字段名称 :resourceId + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getResourceId() { + return this.resourceId; + } + + /** + * 字段名称 :resourceId + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setResourceId(String resourceId) { + this.resourceId = resourceId; + } + + /** + * 字段名称 :layout + * 数据类型 :int + * 是否必填 :false + */ + public Integer getLayout() { + return this.layout; + } + + /** + * 字段名称 :layout + * 数据类型 :int + * 是否必填 :false + */ + public void setLayout(Integer layout) { + this.layout = layout; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlanResources.java b/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlanResources.java new file mode 100644 index 0000000..14593b6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlanResources.java @@ -0,0 +1,203 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:POS下载方案资源 + * 表代码:cy_pos_set_plan_resources + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"PosSetPlanResources") +public class PosSetPlanResources extends BaseEntity { + + private static final long serialVersionUID = 1207169704539061497L; + + /** + *方案ID + */ + private String planId; + + /** + *clientId + */ + private String clientId; + + /** + *group + */ + private String group; + + /** + *name + */ + private String name; + + /** + *keycode + */ + private String keycode; + + /** + *keydata + */ + private String keydata; + + /** + *enable + */ + private Integer enable; + + /** + *permission + */ + private String permission; + + + /** + * 字段名称 :方案ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPlanId() { + return this.planId; + } + + /** + * 字段名称 :方案ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPlanId(String planId) { + this.planId = planId; + } + + /** + * 字段名称 :clientId + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :clientId + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :group + * 数据类型 :varchar(255) + * 是否必填 :false + */ + public String getGroup() { + return this.group; + } + + /** + * 字段名称 :group + * 数据类型 :varchar(255) + * 是否必填 :false + */ + public void setGroup(String group) { + this.group = group; + } + + /** + * 字段名称 :name + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :name + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :keycode + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getKeycode() { + return this.keycode; + } + + /** + * 字段名称 :keycode + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setKeycode(String keycode) { + this.keycode = keycode; + } + + /** + * 字段名称 :keydata + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getKeydata() { + return this.keydata; + } + + /** + * 字段名称 :keydata + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setKeydata(String keydata) { + this.keydata = keydata; + } + + /** + * 字段名称 :enable + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnable() { + return this.enable; + } + + /** + * 字段名称 :enable + * 数据类型 :int + * 是否必填 :false + */ + public void setEnable(Integer enable) { + this.enable = enable; + } + + /** + * 字段名称 :permission + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getPermission() { + return this.permission; + } + + /** + * 字段名称 :permission + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setPermission(String permission) { + this.permission = permission; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlanShortcut.java b/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlanShortcut.java new file mode 100644 index 0000000..58e1e76 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PosSetPlanShortcut.java @@ -0,0 +1,410 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:POS下载方案快捷操作 + * 表代码:cy_pos_set_plan_shortcut + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"PosSetPlanShortcut") +public class PosSetPlanShortcut extends BaseEntity { + + private static final long serialVersionUID = 1104070573748797016L; + + /** + *方案ID + */ + private String planId; + + /** + *clientId + */ + private String clientId; + + /** + *area + */ + private String area; + + /** + *parentId + */ + private String parentId; + + /** + *name + */ + private String name; + + /** + *alias + */ + private String alias; + + /** + *keycode + */ + private String keycode; + + /** + *keydata + */ + private String keydata; + + /** + *color1 + */ + private String color1; + + /** + *color2 + */ + private String color2; + + /** + *color3 + */ + private String color3; + + /** + *fontSize + */ + private String fontSize; + + /** + *shortcut + */ + private String shortcut; + + /** + *orderNo + */ + private Integer orderNo; + + /** + *icon + */ + private String icon; + + /** + *enable + */ + private Integer enable; + + /** + *resourceId + */ + private String resourceId; + + + /** + * 字段名称 :方案ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPlanId() { + return this.planId; + } + + /** + * 字段名称 :方案ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPlanId(String planId) { + this.planId = planId; + } + + /** + * 字段名称 :clientId + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :clientId + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :area + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getArea() { + return this.area; + } + + /** + * 字段名称 :area + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setArea(String area) { + this.area = area; + } + + /** + * 字段名称 :parentId + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getParentId() { + return this.parentId; + } + + /** + * 字段名称 :parentId + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setParentId(String parentId) { + this.parentId = parentId; + } + + /** + * 字段名称 :name + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :name + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :alias + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getAlias() { + return this.alias; + } + + /** + * 字段名称 :alias + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setAlias(String alias) { + this.alias = alias; + } + + /** + * 字段名称 :keycode + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getKeycode() { + return this.keycode; + } + + /** + * 字段名称 :keycode + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setKeycode(String keycode) { + this.keycode = keycode; + } + + /** + * 字段名称 :keydata + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getKeydata() { + return this.keydata; + } + + /** + * 字段名称 :keydata + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setKeydata(String keydata) { + this.keydata = keydata; + } + + /** + * 字段名称 :color1 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getColor1() { + return this.color1; + } + + /** + * 字段名称 :color1 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setColor1(String color1) { + this.color1 = color1; + } + + /** + * 字段名称 :color2 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getColor2() { + return this.color2; + } + + /** + * 字段名称 :color2 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setColor2(String color2) { + this.color2 = color2; + } + + /** + * 字段名称 :color3 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getColor3() { + return this.color3; + } + + /** + * 字段名称 :color3 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setColor3(String color3) { + this.color3 = color3; + } + + /** + * 字段名称 :fontSize + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getFontSize() { + return this.fontSize; + } + + /** + * 字段名称 :fontSize + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setFontSize(String fontSize) { + this.fontSize = fontSize; + } + + /** + * 字段名称 :shortcut + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getShortcut() { + return this.shortcut; + } + + /** + * 字段名称 :shortcut + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setShortcut(String shortcut) { + this.shortcut = shortcut; + } + + /** + * 字段名称 :orderNo + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :orderNo + * 数据类型 :int + * 是否必填 :false + */ + public void setOrderNo(Integer orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :icon + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getIcon() { + return this.icon; + } + + /** + * 字段名称 :icon + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setIcon(String icon) { + this.icon = icon; + } + + /** + * 字段名称 :enable + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnable() { + return this.enable; + } + + /** + * 字段名称 :enable + * 数据类型 :int + * 是否必填 :false + */ + public void setEnable(Integer enable) { + this.enable = enable; + } + + /** + * 字段名称 :resourceId + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getResourceId() { + return this.resourceId; + } + + /** + * 字段名称 :resourceId + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setResourceId(String resourceId) { + this.resourceId = resourceId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PrintImage.java b/food-api/src/main/java/com/jwsaas/entity/food/PrintImage.java new file mode 100644 index 0000000..095f6b3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PrintImage.java @@ -0,0 +1,225 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小票打印图片 + * 表代码:cy_print_image + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PrintImage") +public class PrintImage extends BaseEntity { + + private static final long serialVersionUID = 1798649176442194478L; + + /** + *打印位置 + */ + private Integer type; + + /** + *图片名称 + */ + private String name; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *备注 + */ + private String description; + + /** + *停用 + */ + private Integer stopFlag; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :打印位置 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :打印位置 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :停用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStopFlag() { + return this.stopFlag; + } + + /** + * 字段名称 :停用 + * 数据类型 :int + * 是否必填 :false + */ + public void setStopFlag(Integer stopFlag) { + this.stopFlag = stopFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/Product.java b/food-api/src/main/java/com/jwsaas/entity/food/Product.java new file mode 100644 index 0000000..282a643 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/Product.java @@ -0,0 +1,1368 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品资料 + * 表代码:cy_product + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"Product") +public class Product extends BaseEntity { + + private static final long serialVersionUID = 1727916763247233195L; + + /** + *品牌Id + */ + private String brandId; + + /** + *类别Id + */ + private String typeId; + + /** + *类别路径 + */ + private String typePath; + + /** + *品项编号 + */ + private String no; + + /** + *品项名称 + */ + private String name; + + /** + *拼音简码 + */ + private String spell; + + /** + *辅助编码 + */ + private String assistNo; + + /** + *品项条码 + */ + private String barCode; + + /** + *第三方编码 + */ + private String otherNo; + + /** + *英文名称 + */ + private String english; + + /** + *商品简称 + */ + private String shortName; + + /** + *规格 + */ + private String spec; + + /** + *单位 + */ + private String unitId; + + /** + *商品说明 + */ + private String description; + + /** + *提成方式 + */ + private Integer commissionType; + + /** + *提成值 + */ + private Double commissionValue; + + /** + *可折扣 + */ + private Integer discountFlag; + + /** + *是否主食 + */ + private Integer tapleFlag; + + /** + *是否需要称重 + */ + private Integer weighFlag; + + /** + *是否可议价 + */ + private Integer currentFlag; + + /** + *打印标签 + */ + private Integer labelPrintFlag; + + /** + *是否套餐 + */ + private Integer suitFlag; + + /** + *会员折上折 + */ + private Integer mebDiscountFlag; + + /** + *允许赠送 + */ + private Integer giveFlag; + + /** + *允许促销 + */ + private Integer promotionFlag; + + /** + *商品类型 + */ + private Integer type; + + /** + *管理库存 + */ + private Integer stockFlag; + + /** + *积分类型 + */ + private Integer pointType; + + /** + *积分值 + */ + private Double pointValue; + + /** + *进项税 + */ + private Double purchaseTax; + + /** + *销项税 + */ + private Double saleTax; + + /** + *联营扣率 + */ + private Double lyRate; + + /** + *组名 + */ + private String groupName; + + /** + *图片 + */ + private String picture; + + /** + *停用 + */ + private Integer stopFlag; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *编号类型 + */ + private Integer noType; + + /** + *自采标识 + */ + private Integer zcFlag; + + /** + *ERP分类编码 + */ + private String erpCategoryCode; + + /** + *ERP同步标识 + */ + private Integer erpSyncFlag; + + /** + *是否自建商品 + */ + private Integer selfFlag; + + /** + *自建门店 + */ + private String storeId; + + /** + *默认库位 + */ + private String storageId; + + /** + *是否厨显 + */ + private Integer kdsFlag; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + + /** + *是否在线商品 + */ + private Integer lineFlag; + + /** + *最小购买量 + */ + private Double minCount; + + /** + *显示序号 + */ + private Integer orderNo; + + /** + *是否新品 + */ + private Integer isNew; + + /** + *月基础销量 + */ + private Integer monthSaleCount; + + /** + *好评度 + */ + private Double praise; + + /** + *销售时间类型 + */ + private Integer saleTimeType; + + /** + *销售时间 + */ + private String saleTime; + + + + private Double price;// 零售价 + private Double memberPrice;// 会员价 + private Double otherPrice;// 第三方价 + private Double costPrice;// 成本价 + private Double purchasePrice;// 采购价 + private Double dispatchPrice;// 批发价 + private Double minPrice;// 最低售价 + private Integer specCount;// 规格数量 + + private String isSplitBd;//是否绑定分店 + + public Double getPrice() { + return price; + } + + public void setPrice(Double price) { + this.price = price; + } + + public Double getMemberPrice() { + return memberPrice; + } + + public void setMemberPrice(Double memberPrice) { + this.memberPrice = memberPrice; + } + + public Double getOtherPrice() { + return otherPrice; + } + + public void setOtherPrice(Double otherPrice) { + this.otherPrice = otherPrice; + } + + public Double getCostPrice() { + return costPrice; + } + + public void setCostPrice(Double costPrice) { + this.costPrice = costPrice; + } + + public Double getPurchasePrice() { + return purchasePrice; + } + + public void setPurchasePrice(Double purchasePrice) { + this.purchasePrice = purchasePrice; + } + + public Double getDispatchPrice() { + return dispatchPrice; + } + + public void setDispatchPrice(Double dispatchPrice) { + this.dispatchPrice = dispatchPrice; + } + + public Double getMinPrice() { + return minPrice; + } + + public void setMinPrice(Double minPrice) { + this.minPrice = minPrice; + } + + public Integer getSpecCount() { + return specCount; + } + + public void setSpecCount(Integer specCount) { + this.specCount = specCount; + } + + /** + * 字段名称 :品牌Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getBrandId() { + return this.brandId; + } + + /** + * 字段名称 :品牌Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setBrandId(String brandId) { + this.brandId = brandId; + } + + /** + * 字段名称 :类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + /** + * 字段名称 :品项编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :品项编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :品项名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :品项名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :拼音简码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSpell() { + return this.spell; + } + + /** + * 字段名称 :拼音简码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSpell(String spell) { + this.spell = spell; + } + + /** + * 字段名称 :辅助编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getAssistNo() { + return this.assistNo; + } + + /** + * 字段名称 :辅助编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setAssistNo(String assistNo) { + this.assistNo = assistNo; + } + + /** + * 字段名称 :品项条码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBarCode() { + return this.barCode; + } + + /** + * 字段名称 :品项条码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBarCode(String barCode) { + this.barCode = barCode; + } + + /** + * 字段名称 :第三方编码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOtherNo() { + return this.otherNo; + } + + /** + * 字段名称 :第三方编码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOtherNo(String otherNo) { + this.otherNo = otherNo; + } + + /** + * 字段名称 :英文名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getEnglish() { + return this.english; + } + + /** + * 字段名称 :英文名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setEnglish(String english) { + this.english = english; + } + + /** + * 字段名称 :商品简称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getShortName() { + return this.shortName; + } + + /** + * 字段名称 :商品简称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setShortName(String shortName) { + this.shortName = shortName; + } + + /** + * 字段名称 :规格 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSpec() { + return this.spec; + } + + /** + * 字段名称 :规格 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSpec(String spec) { + this.spec = spec; + } + + /** + * 字段名称 :单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getUnitId() { + return this.unitId; + } + + /** + * 字段名称 :单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setUnitId(String unitId) { + this.unitId = unitId; + } + + /** + * 字段名称 :商品说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :商品说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :提成方式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCommissionType() { + return this.commissionType; + } + + /** + * 字段名称 :提成方式 + * 数据类型 :int + * 是否必填 :false + */ + public void setCommissionType(Integer commissionType) { + this.commissionType = commissionType; + } + + /** + * 字段名称 :提成值 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCommissionValue() { + return this.commissionValue; + } + + /** + * 字段名称 :提成值 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCommissionValue(Double commissionValue) { + this.commissionValue = commissionValue; + } + + /** + * 字段名称 :可折扣 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDiscountFlag() { + return this.discountFlag; + } + + /** + * 字段名称 :可折扣 + * 数据类型 :int + * 是否必填 :false + */ + public void setDiscountFlag(Integer discountFlag) { + this.discountFlag = discountFlag; + } + + /** + * 字段名称 :是否主食 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getTapleFlag() { + return this.tapleFlag; + } + + /** + * 字段名称 :是否主食 + * 数据类型 :int + * 是否必填 :false + */ + public void setTapleFlag(Integer tapleFlag) { + this.tapleFlag = tapleFlag; + } + + /** + * 字段名称 :是否需要称重 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getWeighFlag() { + return this.weighFlag; + } + + /** + * 字段名称 :是否需要称重 + * 数据类型 :int + * 是否必填 :false + */ + public void setWeighFlag(Integer weighFlag) { + this.weighFlag = weighFlag; + } + + /** + * 字段名称 :是否可议价 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCurrentFlag() { + return this.currentFlag; + } + + /** + * 字段名称 :是否可议价 + * 数据类型 :int + * 是否必填 :false + */ + public void setCurrentFlag(Integer currentFlag) { + this.currentFlag = currentFlag; + } + + /** + * 字段名称 :打印标签 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getLabelPrintFlag() { + return this.labelPrintFlag; + } + + /** + * 字段名称 :打印标签 + * 数据类型 :int + * 是否必填 :false + */ + public void setLabelPrintFlag(Integer labelPrintFlag) { + this.labelPrintFlag = labelPrintFlag; + } + + /** + * 字段名称 :是否套餐 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSuitFlag() { + return this.suitFlag; + } + + /** + * 字段名称 :是否套餐 + * 数据类型 :int + * 是否必填 :false + */ + public void setSuitFlag(Integer suitFlag) { + this.suitFlag = suitFlag; + } + + /** + * 字段名称 :会员折上折 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getMebDiscountFlag() { + return this.mebDiscountFlag; + } + + /** + * 字段名称 :会员折上折 + * 数据类型 :int + * 是否必填 :false + */ + public void setMebDiscountFlag(Integer mebDiscountFlag) { + this.mebDiscountFlag = mebDiscountFlag; + } + + /** + * 字段名称 :允许赠送 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getGiveFlag() { + return this.giveFlag; + } + + /** + * 字段名称 :允许赠送 + * 数据类型 :int + * 是否必填 :false + */ + public void setGiveFlag(Integer giveFlag) { + this.giveFlag = giveFlag; + } + + /** + * 字段名称 :允许促销 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPromotionFlag() { + return this.promotionFlag; + } + + /** + * 字段名称 :允许促销 + * 数据类型 :int + * 是否必填 :false + */ + public void setPromotionFlag(Integer promotionFlag) { + this.promotionFlag = promotionFlag; + } + + /** + * 字段名称 :商品类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :商品类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :管理库存 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStockFlag() { + return this.stockFlag; + } + + /** + * 字段名称 :管理库存 + * 数据类型 :int + * 是否必填 :false + */ + public void setStockFlag(Integer stockFlag) { + this.stockFlag = stockFlag; + } + + /** + * 字段名称 :积分类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPointType() { + return this.pointType; + } + + /** + * 字段名称 :积分类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setPointType(Integer pointType) { + this.pointType = pointType; + } + + /** + * 字段名称 :积分值 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPointValue() { + return this.pointValue; + } + + /** + * 字段名称 :积分值 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPointValue(Double pointValue) { + this.pointValue = pointValue; + } + + /** + * 字段名称 :进项税 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPurchaseTax() { + return this.purchaseTax; + } + + /** + * 字段名称 :进项税 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPurchaseTax(Double purchaseTax) { + this.purchaseTax = purchaseTax; + } + + /** + * 字段名称 :销项税 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getSaleTax() { + return this.saleTax; + } + + /** + * 字段名称 :销项税 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setSaleTax(Double saleTax) { + this.saleTax = saleTax; + } + + /** + * 字段名称 :联营扣率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getLyRate() { + return this.lyRate; + } + + /** + * 字段名称 :联营扣率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setLyRate(Double lyRate) { + this.lyRate = lyRate; + } + + /** + * 字段名称 :组名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :组名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :图片 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getPicture() { + return this.picture; + } + + /** + * 字段名称 :图片 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setPicture(String picture) { + this.picture = picture; + } + + /** + * 字段名称 :停用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStopFlag() { + return this.stopFlag; + } + + /** + * 字段名称 :停用 + * 数据类型 :int + * 是否必填 :false + */ + public void setStopFlag(Integer stopFlag) { + this.stopFlag = stopFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :编号类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getNoType() { + return this.noType; + } + + /** + * 字段名称 :编号类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setNoType(Integer noType) { + this.noType = noType; + } + + /** + * 字段名称 :自采标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getZcFlag() { + return this.zcFlag; + } + + /** + * 字段名称 :自采标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setZcFlag(Integer zcFlag) { + this.zcFlag = zcFlag; + } + + /** + * 字段名称 :ERP分类编码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getErpCategoryCode() { + return this.erpCategoryCode; + } + + /** + * 字段名称 :ERP分类编码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setErpCategoryCode(String erpCategoryCode) { + this.erpCategoryCode = erpCategoryCode; + } + + /** + * 字段名称 :ERP同步标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getErpSyncFlag() { + return this.erpSyncFlag; + } + + /** + * 字段名称 :ERP同步标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setErpSyncFlag(Integer erpSyncFlag) { + this.erpSyncFlag = erpSyncFlag; + } + + /** + * 字段名称 :是否自建商品 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSelfFlag() { + return this.selfFlag; + } + + /** + * 字段名称 :是否自建商品 + * 数据类型 :int + * 是否必填 :false + */ + public void setSelfFlag(Integer selfFlag) { + this.selfFlag = selfFlag; + } + + /** + * 字段名称 :自建门店 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :自建门店 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :默认库位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :默认库位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :是否厨显 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getKdsFlag() { + return this.kdsFlag; + } + + /** + * 字段名称 :是否厨显 + * 数据类型 :int + * 是否必填 :false + */ + public void setKdsFlag(Integer kdsFlag) { + this.kdsFlag = kdsFlag; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + + /** + * 字段名称 :是否在线商品 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getLineFlag() { + return this.lineFlag; + } + + /** + * 字段名称 :是否在线商品 + * 数据类型 :int + * 是否必填 :false + */ + public void setLineFlag(Integer lineFlag) { + this.lineFlag = lineFlag; + } + + /** + * 字段名称 :最小购买量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMinCount() { + return this.minCount; + } + + /** + * 字段名称 :最小购买量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMinCount(Double minCount) { + this.minCount = minCount; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :int + * 是否必填 :false + */ + public void setOrderNo(Integer orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :是否新品 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsNew() { + return this.isNew; + } + + /** + * 字段名称 :是否新品 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsNew(Integer isNew) { + this.isNew = isNew; + } + + /** + * 字段名称 :月基础销量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getMonthSaleCount() { + return this.monthSaleCount; + } + + /** + * 字段名称 :月基础销量 + * 数据类型 :int + * 是否必填 :false + */ + public void setMonthSaleCount(Integer monthSaleCount) { + this.monthSaleCount = monthSaleCount; + } + + /** + * 字段名称 :好评度 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPraise() { + return this.praise; + } + + /** + * 字段名称 :好评度 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPraise(Double praise) { + this.praise = praise; + } + + /** + * 字段名称 :销售时间类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSaleTimeType() { + return this.saleTimeType; + } + + /** + * 字段名称 :销售时间类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setSaleTimeType(Integer saleTimeType) { + this.saleTimeType = saleTimeType; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSaleTime() { + return this.saleTime; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSaleTime(String saleTime) { + this.saleTime = saleTime; + } + + public String getIsSplitBd() { + return isSplitBd; + } + + public void setIsSplitBd(String isSplitBd) { + this.isSplitBd = isSplitBd; + } +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchNegativeStock.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchNegativeStock.java new file mode 100644 index 0000000..f6ccb59 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchNegativeStock.java @@ -0,0 +1,340 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:负库存出库记录 + * 表代码:cy_product_batch_negative_stock + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductBatchNegativeStock") +public class ProductBatchNegativeStock extends BaseEntity { + + private static final long serialVersionUID = 1195995132845792751L; + + /** + *批次号 + */ + private String batchNo; + + /** + *仓库ID + */ + private String storageId; + + /** + *单据类型 + */ + private Integer ticketType; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *规格ID + */ + private String specId; + + /** + *库存单位 + */ + private String inventoryUnitId; + + /** + *库存单位名称 + */ + private String inventoryUnitName; + + /** + *暂估单价 + */ + private Double price; + + /** + *数量 + */ + private Double quantity; + + /** + *抵消批次号 + */ + private String offsetBatchNo; + + /** + *抵消单价 + */ + private Double offsetPrice; + + /** + *状态 + */ + private Integer status; + + + /** + * 字段名称 :批次号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBatchNo() { + return this.batchNo; + } + + /** + * 字段名称 :批次号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBatchNo(String batchNo) { + this.batchNo = batchNo; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :单据类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getTicketType() { + return this.ticketType; + } + + /** + * 字段名称 :单据类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setTicketType(Integer ticketType) { + this.ticketType = ticketType; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getInventoryUnitId() { + return this.inventoryUnitId; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setInventoryUnitId(String inventoryUnitId) { + this.inventoryUnitId = inventoryUnitId; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getInventoryUnitName() { + return this.inventoryUnitName; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setInventoryUnitName(String inventoryUnitName) { + this.inventoryUnitName = inventoryUnitName; + } + + /** + * 字段名称 :暂估单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :暂估单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getQuantity() { + return this.quantity; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setQuantity(Double quantity) { + this.quantity = quantity; + } + + /** + * 字段名称 :抵消批次号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOffsetBatchNo() { + return this.offsetBatchNo; + } + + /** + * 字段名称 :抵消批次号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOffsetBatchNo(String offsetBatchNo) { + this.offsetBatchNo = offsetBatchNo; + } + + /** + * 字段名称 :抵消单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOffsetPrice() { + return this.offsetPrice; + } + + /** + * 字段名称 :抵消单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOffsetPrice(Double offsetPrice) { + this.offsetPrice = offsetPrice; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchNegativeStockDiffer.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchNegativeStockDiffer.java new file mode 100644 index 0000000..bbe768d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchNegativeStockDiffer.java @@ -0,0 +1,271 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:负库存出库差异 + * 表代码:cy_product_batch_negative_stock_differ + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductBatchNegativeStockDiffer") +public class ProductBatchNegativeStockDiffer extends BaseEntity { + + private static final long serialVersionUID = 1453713488905252577L; + + /** + *批次号 + */ + private String batchNo; + + /** + *仓库ID + */ + private String storageId; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *规格ID + */ + private String specId; + + /** + *库存单位 + */ + private String inventoryUnitId; + + /** + *库存单位名称 + */ + private String inventoryUnitName; + + /** + *抵消批次号 + */ + private String offsetBatchNo; + + /** + *差异单价 + */ + private Double price; + + /** + *数量 + */ + private Double quantity; + + /** + *差异金额 + */ + private Double amount; + + + /** + * 字段名称 :批次号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBatchNo() { + return this.batchNo; + } + + /** + * 字段名称 :批次号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBatchNo(String batchNo) { + this.batchNo = batchNo; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getInventoryUnitId() { + return this.inventoryUnitId; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setInventoryUnitId(String inventoryUnitId) { + this.inventoryUnitId = inventoryUnitId; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getInventoryUnitName() { + return this.inventoryUnitName; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setInventoryUnitName(String inventoryUnitName) { + this.inventoryUnitName = inventoryUnitName; + } + + /** + * 字段名称 :抵消批次号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOffsetBatchNo() { + return this.offsetBatchNo; + } + + /** + * 字段名称 :抵消批次号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOffsetBatchNo(String offsetBatchNo) { + this.offsetBatchNo = offsetBatchNo; + } + + /** + * 字段名称 :差异单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :差异单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getQuantity() { + return this.quantity; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setQuantity(Double quantity) { + this.quantity = quantity; + } + + /** + * 字段名称 :差异金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :差异金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchNumber.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchNumber.java new file mode 100644 index 0000000..54b3ea7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchNumber.java @@ -0,0 +1,364 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:产品批次 + * 表代码:cy_product_batch_number + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductBatchNumber") +public class ProductBatchNumber extends BaseEntity { + + private static final long serialVersionUID = 1008227093230094522L; + + /** + *批次号 + */ + private String batchNo; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *配送库存单位 + */ + private String dispatchUnitId; + + /** + *配送库存单位名称 + */ + private String dispatchUnitName; + + /** + *采购单位 + */ + private String purchaseUnitId; + + /** + *采购单位名称 + */ + private String purchaseUnitName; + + /** + *过期日期 + */ + private Date expiryTime; + + /** + *备注 + */ + private String remark; + + /** + *状态 + */ + private Integer status; + + /** + *生产批号 + */ + private String pNo; + + + /** + * 字段名称 :批次号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBatchNo() { + return this.batchNo; + } + + /** + * 字段名称 :批次号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBatchNo(String batchNo) { + this.batchNo = batchNo; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :配送库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :配送库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :配送库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDispatchUnitName() { + return this.dispatchUnitName; + } + + /** + * 字段名称 :配送库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPurchaseUnitId() { + return this.purchaseUnitId; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPurchaseUnitId(String purchaseUnitId) { + this.purchaseUnitId = purchaseUnitId; + } + + /** + * 字段名称 :采购单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPurchaseUnitName() { + return this.purchaseUnitName; + } + + /** + * 字段名称 :采购单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPurchaseUnitName(String purchaseUnitName) { + this.purchaseUnitName = purchaseUnitName; + } + + /** + * 字段名称 :过期日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getExpiryTime() { + return this.expiryTime; + } + + /** + * 字段名称 :过期日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setExpiryTime(Date expiryTime) { + this.expiryTime = expiryTime; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getRemark() { + return this.remark; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setRemark(String remark) { + this.remark = remark; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :生产批号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPNo() { + return this.pNo; + } + + /** + * 字段名称 :生产批号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPNo(String pNo) { + this.pNo = pNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchStock.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchStock.java new file mode 100644 index 0000000..bbfc82c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchStock.java @@ -0,0 +1,368 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:产品批次库存 + * 表代码:cy_product_batch_stock + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductBatchStock") +public class ProductBatchStock extends BaseEntity { + + private static final long serialVersionUID = 1245901659472490178L; + + /** + *批次号 + */ + private String batchNo; + + /** + *仓库ID + */ + private String storageId; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *规格ID + */ + private String specId; + + /** + *供应商ID + */ + private String supplierId; + + /** + *单价 + */ + private Double price; + + /** + *数量 + */ + private Double quantity; + + /** + *剩余数量 + */ + private Double remainQuantity; + + /** + *单据类型 + */ + private Integer ticketType; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *库存单位 + */ + private String inventoryUnitId; + + /** + *库存单位名称 + */ + private String inventoryUnitName; + + /** + *生产批号 + */ + private String pNo; + + private String productName; + private String specName; + + private Double costPrice; + + public Double getCostPrice() { + return costPrice; + } + + public void setCostPrice(Double costPrice) { + this.costPrice = costPrice; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :批次号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBatchNo() { + return this.batchNo; + } + + /** + * 字段名称 :批次号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBatchNo(String batchNo) { + this.batchNo = batchNo; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :供应商ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSupplierId() { + return this.supplierId; + } + + /** + * 字段名称 :供应商ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSupplierId(String supplierId) { + this.supplierId = supplierId; + } + + /** + * 字段名称 :单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getQuantity() { + return this.quantity; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setQuantity(Double quantity) { + this.quantity = quantity; + } + + /** + * 字段名称 :剩余数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getRemainQuantity() { + return this.remainQuantity; + } + + /** + * 字段名称 :剩余数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setRemainQuantity(Double remainQuantity) { + this.remainQuantity = remainQuantity; + } + + /** + * 字段名称 :单据类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getTicketType() { + return this.ticketType; + } + + /** + * 字段名称 :单据类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setTicketType(Integer ticketType) { + this.ticketType = ticketType; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getInventoryUnitId() { + return this.inventoryUnitId; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setInventoryUnitId(String inventoryUnitId) { + this.inventoryUnitId = inventoryUnitId; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getInventoryUnitName() { + return this.inventoryUnitName; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setInventoryUnitName(String inventoryUnitName) { + this.inventoryUnitName = inventoryUnitName; + } + + /** + * 字段名称 :生产批号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPNo() { + return this.pNo; + } + + /** + * 字段名称 :生产批号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPNo(String pNo) { + this.pNo = pNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchStockChange.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchStockChange.java new file mode 100644 index 0000000..93366f1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductBatchStockChange.java @@ -0,0 +1,408 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:产品批次冲减记录 + * 表代码:cy_product_batch_stock_change + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductBatchStockChange") +public class ProductBatchStockChange extends BaseEntity { + + private static final long serialVersionUID = 1033173983600536280L; + + /** + *批次号 + */ + private String batchNo; + + /** + *仓库ID + */ + private String storageId; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *规格ID + */ + private String specId; + + /** + *入库单价 + */ + private Double priceIn; + + /** + *出库单价 + */ + private Double price; + + /** + *数量 + */ + private Double quantity; + + /** + *单据类型 + */ + private Integer ticketType; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *库存单位 + */ + private String inventoryUnitId; + + /** + *库存单位名称 + */ + private String inventoryUnitName; + + /** + *供应商ID + */ + private String supplierId; + + /** + *供应商编号 + */ + private String supplierNo; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *生产批号 + */ + private String pNo; + + /** + * 字段名称 :批次号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBatchNo() { + return this.batchNo; + } + + /** + * 字段名称 :批次号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBatchNo(String batchNo) { + this.batchNo = batchNo; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :入库单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPriceIn() { + return this.priceIn; + } + + /** + * 字段名称 :入库单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPriceIn(Double priceIn) { + this.priceIn = priceIn; + } + + /** + * 字段名称 :出库单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :出库单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getQuantity() { + return this.quantity; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setQuantity(Double quantity) { + this.quantity = quantity; + } + + /** + * 字段名称 :单据类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getTicketType() { + return this.ticketType; + } + + /** + * 字段名称 :单据类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setTicketType(Integer ticketType) { + this.ticketType = ticketType; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getInventoryUnitId() { + return this.inventoryUnitId; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setInventoryUnitId(String inventoryUnitId) { + this.inventoryUnitId = inventoryUnitId; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getInventoryUnitName() { + return this.inventoryUnitName; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setInventoryUnitName(String inventoryUnitName) { + this.inventoryUnitName = inventoryUnitName; + } + + /** + * 字段名称 :供应商ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSupplierId() { + return this.supplierId; + } + + /** + * 字段名称 :供应商ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSupplierId(String supplierId) { + this.supplierId = supplierId; + } + + /** + * 字段名称 :供应商编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSupplierNo() { + return this.supplierNo; + } + + /** + * 字段名称 :供应商编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSupplierNo(String supplierNo) { + this.supplierNo = supplierNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :生产批号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPNo() { + return this.pNo; + } + + /** + * 字段名称 :生产批号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPNo(String pNo) { + this.pNo = pNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductBurden.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductBurden.java new file mode 100644 index 0000000..5116fac --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductBurden.java @@ -0,0 +1,247 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:产品配料BOM表 + * 表代码:cy_product_burden + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductBurden") +public class ProductBurden extends BaseEntity { + + private static final long serialVersionUID = 1779739832950673803L; + + /** + *产品ID + */ + private String productId; + + /** + *菜品规格 + */ + private String specId; + + /** + *配料产品ID + */ + private String burdenProductId; + + /** + *配料产品规格ID + */ + private String burdenSpecId; + + /** + *单位ID + */ + private String salesUnitId; + + /** + *单位用量 + */ + private Double salesAmount; + + private String productNo;// 商品编号 + private String productName;// 商品名称 + private String productShortName;// 商品简称 + private String specNo;// 规格编号 + private String specName;// 规格名称 + private String type;// 商品类型 + private String typeId;// 类别Id + private String typePath;// 类别Path + + private String burdenNo; + private String burdenName; + + public String getBurdenNo() { + return burdenNo; + } + + public void setBurdenNo(String burdenNo) { + this.burdenNo = burdenNo; + } + + public String getBurdenName() { + return burdenName; + } + + public void setBurdenName(String burdenName) { + this.burdenName = burdenName; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :菜品规格 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :菜品规格 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :配料产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getBurdenProductId() { + return this.burdenProductId; + } + + /** + * 字段名称 :配料产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setBurdenProductId(String burdenProductId) { + this.burdenProductId = burdenProductId; + } + + /** + * 字段名称 :配料产品规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getBurdenSpecId() { + return this.burdenSpecId; + } + + /** + * 字段名称 :配料产品规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setBurdenSpecId(String burdenSpecId) { + this.burdenSpecId = burdenSpecId; + } + + /** + * 字段名称 :单位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSalesUnitId() { + return this.salesUnitId; + } + + /** + * 字段名称 :单位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSalesUnitId(String salesUnitId) { + this.salesUnitId = salesUnitId; + } + + /** + * 字段名称 :单位用量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getSalesAmount() { + return this.salesAmount; + } + + /** + * 字段名称 :单位用量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setSalesAmount(Double salesAmount) { + this.salesAmount = salesAmount; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getProductShortName() { + return productShortName; + } + + public void setProductShortName(String productShortName) { + this.productShortName = productShortName; + } + + public String getSpecNo() { + return specNo; + } + + public void setSpecNo(String specNo) { + this.specNo = specNo; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + public String getTypePath() { + return typePath; + } + + public void setTypePath(String typePath) { + this.typePath = typePath; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductImage.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductImage.java new file mode 100644 index 0000000..bd86182 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductImage.java @@ -0,0 +1,202 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品图片表 + * 表代码:cy_product_image + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductImage") +public class ProductImage extends BaseEntity { + + private static final long serialVersionUID = 1614838247379930950L; + + /** + *商品ID + */ + private String productId; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *文件大小 + */ + private String length; + + /** + *文件类型 + */ + private String mimeType; + + /** + *显示序号 + */ + private String orderNo; + + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :文件大小 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getLength() { + return this.length; + } + + /** + * 字段名称 :文件大小 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setLength(String length) { + this.length = length; + } + + /** + * 字段名称 :文件类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getMimeType() { + return this.mimeType; + } + + /** + * 字段名称 :文件类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setMimeType(String mimeType) { + this.mimeType = mimeType; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductKdsPlan.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductKdsPlan.java new file mode 100644 index 0000000..95a04d0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductKdsPlan.java @@ -0,0 +1,240 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品厨房显示方案设置 + * 表代码:cy_product_kds_plan + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProductKdsPlan") +public class ProductKdsPlan extends BaseEntity { + + private static final long serialVersionUID = 1541567676204306504L; + + /** + *门店Id + */ + private String storeId; + + /** + *商品Id + */ + private String productId; + + /** + *是否厨房显示 + */ + private Integer chuxianFlag; + + /** + *厨显设置 + */ + private String chuxian; + + /** + *厨显超时 + */ + private Integer chuxianTime; + + /** + *是否出品显示 + */ + private Integer chupinFlag; + + /** + *出品设置 + */ + private String chupin; + + /** + *出品超时 + */ + private Integer chupinTime; + + private String storeNo; + private String storeName; + private String productNo; + private String productName; + + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :商品Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :是否厨房显示 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getChuxianFlag() { + return this.chuxianFlag; + } + + /** + * 字段名称 :是否厨房显示 + * 数据类型 :int + * 是否必填 :false + */ + public void setChuxianFlag(Integer chuxianFlag) { + this.chuxianFlag = chuxianFlag; + } + + /** + * 字段名称 :厨显设置 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getChuxian() { + return this.chuxian; + } + + /** + * 字段名称 :厨显设置 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setChuxian(String chuxian) { + this.chuxian = chuxian; + } + + /** + * 字段名称 :厨显超时 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getChuxianTime() { + return this.chuxianTime; + } + + /** + * 字段名称 :厨显超时 + * 数据类型 :int + * 是否必填 :false + */ + public void setChuxianTime(Integer chuxianTime) { + this.chuxianTime = chuxianTime; + } + + /** + * 字段名称 :是否出品显示 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getChupinFlag() { + return this.chupinFlag; + } + + /** + * 字段名称 :是否出品显示 + * 数据类型 :int + * 是否必填 :false + */ + public void setChupinFlag(Integer chupinFlag) { + this.chupinFlag = chupinFlag; + } + + /** + * 字段名称 :出品设置 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getChupin() { + return this.chupin; + } + + /** + * 字段名称 :出品设置 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setChupin(String chupin) { + this.chupin = chupin; + } + + /** + * 字段名称 :出品超时 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getChupinTime() { + return this.chupinTime; + } + + /** + * 字段名称 :出品超时 + * 数据类型 :int + * 是否必填 :false + */ + public void setChupinTime(Integer chupinTime) { + this.chupinTime = chupinTime; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductKitPlan.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductKitPlan.java new file mode 100644 index 0000000..f6a3a99 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductKitPlan.java @@ -0,0 +1,240 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品厨房打印方案设置 + * 表代码:cy_product_kit_plan + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductKitPlan") +public class ProductKitPlan extends BaseEntity { + + private static final long serialVersionUID = 1965991773047922314L; + + /** + *门店Id + */ + private String storeId; + + /** + *商品Id + */ + private String productId; + + /** + *是否厨打 + */ + private Integer chudaFlag; + + /** + *厨打设置 + */ + private String chuda; + + /** + *是否出品打印 + */ + private Integer chupinFlag; + + /** + *出品设置 + */ + private String chupin; + + /** + *是否标签打印 + */ + private Integer labelFlag; + + /** + *标签设置 + */ + private String labelValue; + + + private String storeName;//方案对应分店名称; + private String storeNo; // 方案对应分店编码; + private String productName; //菜品名称; + private String productNo; // 菜品编码; + + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :商品Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :是否厨打 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getChudaFlag() { + return this.chudaFlag; + } + + /** + * 字段名称 :是否厨打 + * 数据类型 :int + * 是否必填 :false + */ + public void setChudaFlag(Integer chudaFlag) { + this.chudaFlag = chudaFlag; + } + + /** + * 字段名称 :厨打设置 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getChuda() { + return this.chuda; + } + + /** + * 字段名称 :厨打设置 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setChuda(String chuda) { + this.chuda = chuda; + } + + /** + * 字段名称 :是否出品打印 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getChupinFlag() { + return this.chupinFlag; + } + + /** + * 字段名称 :是否出品打印 + * 数据类型 :int + * 是否必填 :false + */ + public void setChupinFlag(Integer chupinFlag) { + this.chupinFlag = chupinFlag; + } + + /** + * 字段名称 :出品设置 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getChupin() { + return this.chupin; + } + + /** + * 字段名称 :出品设置 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setChupin(String chupin) { + this.chupin = chupin; + } + + /** + * 字段名称 :是否标签打印 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getLabelFlag() { + return this.labelFlag; + } + + /** + * 字段名称 :是否标签打印 + * 数据类型 :int + * 是否必填 :false + */ + public void setLabelFlag(Integer labelFlag) { + this.labelFlag = labelFlag; + } + + /** + * 字段名称 :标签设置 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getLabelValue() { + return this.labelValue; + } + + /** + * 字段名称 :标签设置 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setLabelValue(String labelValue) { + this.labelValue = labelValue; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductMake.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductMake.java new file mode 100644 index 0000000..2f71a50 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductMake.java @@ -0,0 +1,64 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:产品私有做法 + * 表代码:cy_product_make + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductMake") +public class ProductMake extends BaseEntity { + + private static final long serialVersionUID = 1277500376637300647L; + + /** + *产品ID + */ + private String productId; + + /** + *做法 + */ + private String makeId; + + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :做法 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getMakeId() { + return this.makeId; + } + + /** + * 字段名称 :做法 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setMakeId(String makeId) { + this.makeId = makeId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductMakeTemplate.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductMakeTemplate.java new file mode 100644 index 0000000..2f71149 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductMakeTemplate.java @@ -0,0 +1,88 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:做法模板 + * 表代码:cy_product_make_template + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProductMakeTemplate") +public class ProductMakeTemplate extends BaseEntity { + + private static final long serialVersionUID = 1019776033962251112L; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *备注 + */ + private String description; + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductMakeTemplateDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductMakeTemplateDetail.java new file mode 100644 index 0000000..2963f44 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductMakeTemplateDetail.java @@ -0,0 +1,124 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:做法模板明细 + * 表代码:cy_product_make_template_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProductMakeTemplateDetail") +public class ProductMakeTemplateDetail extends BaseEntity { + + private static final long serialVersionUID = 1920098913119584543L; + + /** + *主表ID + */ + private String templateId; + + /** + *做法 + */ + private String makeId; + + /** + *加价 + */ + private Double addPrice; + + private String makeNo; + private String description; + private String makeTypeId; + private String makeTypeName; + + public String getMakeTypeName() { + return makeTypeName; + } + + public void setMakeTypeName(String makeTypeName) { + this.makeTypeName = makeTypeName; + } + + public String getMakeNo() { + return makeNo; + } + + public void setMakeNo(String makeNo) { + this.makeNo = makeNo; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public String getMakeTypeId() { + return makeTypeId; + } + + public void setMakeTypeId(String makeTypeId) { + this.makeTypeId = makeTypeId; + } + + /** + * 字段名称 :主表ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTemplateId() { + return this.templateId; + } + + /** + * 字段名称 :主表ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTemplateId(String templateId) { + this.templateId = templateId; + } + + /** + * 字段名称 :做法 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getMakeId() { + return this.makeId; + } + + /** + * 字段名称 :做法 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setMakeId(String makeId) { + this.makeId = makeId; + } + + /** + * 字段名称 :加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddPrice() { + return this.addPrice; + } + + /** + * 字段名称 :加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddPrice(Double addPrice) { + this.addPrice = addPrice; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductRatio.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductRatio.java new file mode 100644 index 0000000..7f6d364 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductRatio.java @@ -0,0 +1,450 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品库存系数 + * 表代码:cy_product_ratio + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductRatio") +public class ProductRatio extends BaseEntity { + + private static final long serialVersionUID = 1900200507985296155L; + + /** + *商品ID + */ + private String productId; + + /** + *配送单位(总部库存单位/门店库存单位) + */ + private String dispatchUnitId; + + /** + *采购单位 + */ + private String purchaseUnitId; + + /** + *换算比例(采购单位和配送单位) + */ + private Double pdScale; + + /** + *包装单位 + */ + private String packUnitId; + + /** + *换算比例(配送单位和包装单位) + */ + private Double dpScale; + + /** + *销售单位 + */ + private String salesUnitId; + + /** + *换算比例(包装单位和销售单位) + */ + private Double psScale; + + /** + *库存上限 + */ + private Double maxStock; + + /** + *库存下限 + */ + private Double minStock; + + + /** + *理论万元用量 + */ + private Double thUseLevel; + + /** + *实际万元用量 + */ + private Double realThUseLevel; + + /** + *单项成本 + */ + private Double cost; + + /** + *成本控制类型 + */ + private Integer costType; + + + private String productNo;// 商品编号 + private String productName;// 商品名称 + private String productShortName;// 商品简称 + private String type;// 商品类型 + private String typeId;// 类别Id + private String typePath;// 类别Id + private String unitId;// 单位 + private String brandId;// 品牌Id + private String spell;// 拼音简码 + private String barCode;// 商品条码 + private Integer stopFlag; // 停用 + private Integer deleteFlag;// 删除标识 + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :配送单位(总部库存单位/门店库存单位) + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :配送单位(总部库存单位/门店库存单位) + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPurchaseUnitId() { + return this.purchaseUnitId; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPurchaseUnitId(String purchaseUnitId) { + this.purchaseUnitId = purchaseUnitId; + } + + /** + * 字段名称 :换算比例(采购单位和配送单位) + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public Double getPdScale() { + return this.pdScale; + } + + /** + * 字段名称 :换算比例(采购单位和配送单位) + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public void setPdScale(Double pdScale) { + this.pdScale = pdScale; + } + + /** + * 字段名称 :包装单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPackUnitId() { + return this.packUnitId; + } + + /** + * 字段名称 :包装单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPackUnitId(String packUnitId) { + this.packUnitId = packUnitId; + } + + /** + * 字段名称 :换算比例(配送单位和包装单位) + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public Double getDpScale() { + return this.dpScale; + } + + /** + * 字段名称 :换算比例(配送单位和包装单位) + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public void setDpScale(Double dpScale) { + this.dpScale = dpScale; + } + + /** + * 字段名称 :销售单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSalesUnitId() { + return this.salesUnitId; + } + + /** + * 字段名称 :销售单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSalesUnitId(String salesUnitId) { + this.salesUnitId = salesUnitId; + } + + /** + * 字段名称 :换算比例(包装单位和销售单位) + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public Double getPsScale() { + return this.psScale; + } + + /** + * 字段名称 :换算比例(包装单位和销售单位) + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public void setPsScale(Double psScale) { + this.psScale = psScale; + } + + /** + * 字段名称 :库存上限 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMaxStock() { + return this.maxStock; + } + + /** + * 字段名称 :库存上限 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMaxStock(Double maxStock) { + this.maxStock = maxStock; + } + + /** + * 字段名称 :库存下限 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMinStock() { + return this.minStock; + } + + /** + * 字段名称 :库存下限 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMinStock(Double minStock) { + this.minStock = minStock; + } + + /** + * 字段名称 :理论万元用量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getThUseLevel() { + return this.thUseLevel; + } + + /** + * 字段名称 :理论万元用量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setThUseLevel(Double thUseLevel) { + this.thUseLevel = thUseLevel; + } + + /** + * 字段名称 :实际万元用量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getRealThUseLevel() { + return this.realThUseLevel; + } + + /** + * 字段名称 :实际万元用量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setRealThUseLevel(Double realThUseLevel) { + this.realThUseLevel = realThUseLevel; + } + + /** + * 字段名称 :单项成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCost() { + return this.cost; + } + + /** + * 字段名称 :单项成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCost(Double cost) { + this.cost = cost; + } + + /** + * 字段名称 :成本控制类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCostType() { + return this.costType; + } + + /** + * 字段名称 :成本控制类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setCostType(Integer costType) { + this.costType = costType; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getProductShortName() { + return productShortName; + } + + public void setProductShortName(String productShortName) { + this.productShortName = productShortName; + } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + public String getTypePath() { + return typePath; + } + + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + public String getUnitId() { + return unitId; + } + + public void setUnitId(String unitId) { + this.unitId = unitId; + } + + public String getBrandId() { + return brandId; + } + + public void setBrandId(String brandId) { + this.brandId = brandId; + } + + public String getSpell() { + return spell; + } + + public void setSpell(String spell) { + this.spell = spell; + } + + public String getBarCode() { + return barCode; + } + + public void setBarCode(String barCode) { + this.barCode = barCode; + } + + public Integer getStopFlag() { + return stopFlag; + } + + public void setStopFlag(Integer stopFlag) { + this.stopFlag = stopFlag; + } + + public Integer getDeleteFlag() { + return deleteFlag; + } + + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductSpec.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductSpec.java new file mode 100644 index 0000000..4a63f42 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductSpec.java @@ -0,0 +1,802 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品规格信息 + * 表代码:cy_product_spec + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProductSpec") +public class ProductSpec extends BaseEntity { + + private static final long serialVersionUID = 1727213782154992822L; + + /** + *商品ID + */ + private String productId; + + /** + *规格编号 + */ + private String no; + + /** + *规格名称 + */ + private String name; + + /** + *零售价 + */ + private Double price; + + /** + *最低售价 + */ + private Double minPrice; + + /** + *会员价 + */ + private Double memberPrice; + + /** + *在线售价 + */ + private Double wprice; + + /** + *在线会员价 + */ + private Double wmemberPrice; + + /** + *餐盒费 + */ + private Double boxPrice; + + /** + *第三方价 + */ + private Double otherPrice; + + /** + *成本价 + */ + private Double costPrice; + + /** + *采购参考价 + */ + private Double purchasePrice; + + /** + *批发参考价 + */ + private Double dispatchPrice; + + /** + *物耗比 + */ + private Double materialRate; + + /** + *是否默认 + */ + private Integer isdefault; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *ERP商品编码 + */ + private String erpCode; + + /** + *ERP同步状态 + */ + private Integer erpSyncStatus; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + private String productNo;// 商品编号 + private String productName;// 商品名称 + private String productShortName;// 商品简称 + private String type;// 商品类型 + private String typeId;// 类别Id + private String typePath;// 类别Id + private String unitId;// 单位 + private String brandId;// 品牌Id + private String spell;// 拼音简码 + private String barCode;// 商品条码 + private Integer stopFlag; // 停用 + private Integer productDeleteFlag;// 删除标识 + private String productDescription;// 商品说明 + private Integer suitFlag;// 是否套餐 + + private String dispatchUnitId;// 配送单位(总部库存单位/门店库存单位) + private String purchaseUnitId;// 采购单位 + private Double pdScale;// 换算比例(采购单位和配送单位) + private String packUnitId;// 包装单位 + private Double dpScale;// 换算比例(配送单位和包装单位) + private String salesUnitId;// 销售单位 + private Double psScale;// 换算比例(包装单位和销售单位) + private String english;//英文名称; + + private Integer zcFlag;//是否允许自采; + private String storeId;//自制商品门店id; + private String storageId;//默认仓库; + + private Double thUseLevel;//理论万元用量 + private Double realThUseLevel;//实际万元用量 + private Double cost;//单项成本; + private Integer costType;//成本控制类型; + private String groupName;//组名称; + private String picture;//图片名称; + private Integer lineFlag;//是否线上售卖; + private Integer orderNo;//线上信息显示序号; + + public Integer getOrderNo() { + return orderNo; + } + + public void setOrderNo(Integer orderNo) { + this.orderNo = orderNo; + } + + public Integer getLineFlag() { + return lineFlag; + } + + public void setLineFlag(Integer lineFlag) { + this.lineFlag = lineFlag; + } + + public String getGroupName() { + return groupName; + } + + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + public String getPicture() { + return picture; + } + + public void setPicture(String picture) { + this.picture = picture; + } + + public Integer getCostType() { + return costType; + } + + public void setCostType(Integer costType) { + this.costType = costType; + } + + public Double getThUseLevel() { + return thUseLevel; + } + + public void setThUseLevel(Double thUseLevel) { + this.thUseLevel = thUseLevel; + } + + public Double getCost() { + return cost; + } + + public void setCost(Double cost) { + this.cost = cost; + } + + public Double getRealThUseLevel() { + return realThUseLevel; + } + + public void setRealThUseLevel(Double realThUseLevel) { + this.realThUseLevel = realThUseLevel; + } + + public String getStorageId() { + return storageId; + } + + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + public Integer getZcFlag() { + return zcFlag; + } + + public void setZcFlag(Integer zcFlag) { + this.zcFlag = zcFlag; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getProductShortName() { + return productShortName; + } + + public void setProductShortName(String productShortName) { + this.productShortName = productShortName; + } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + public String getTypePath() { + return typePath; + } + + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + public String getUnitId() { + return unitId; + } + + public void setUnitId(String unitId) { + this.unitId = unitId; + } + + public String getBrandId() { + return brandId; + } + + public void setBrandId(String brandId) { + this.brandId = brandId; + } + + public String getSpell() { + return spell; + } + + public void setSpell(String spell) { + this.spell = spell; + } + + public String getBarCode() { + return barCode; + } + + public void setBarCode(String barCode) { + this.barCode = barCode; + } + + public Integer getStopFlag() { + return stopFlag; + } + + public void setStopFlag(Integer stopFlag) { + this.stopFlag = stopFlag; + } + + public Integer getProductDeleteFlag() { + return productDeleteFlag; + } + + public void setProductDeleteFlag(Integer productDeleteFlag) { + this.productDeleteFlag = productDeleteFlag; + } + + public String getProductDescription() { + return productDescription; + } + + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + public Integer getSuitFlag() { + return suitFlag; + } + + public void setSuitFlag(Integer suitFlag) { + this.suitFlag = suitFlag; + } + + public String getDispatchUnitId() { + return dispatchUnitId; + } + + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + public String getPurchaseUnitId() { + return purchaseUnitId; + } + + public void setPurchaseUnitId(String purchaseUnitId) { + this.purchaseUnitId = purchaseUnitId; + } + + public Double getPdScale() { + return pdScale; + } + + public void setPdScale(Double pdScale) { + this.pdScale = pdScale; + } + + public String getPackUnitId() { + return packUnitId; + } + + public void setPackUnitId(String packUnitId) { + this.packUnitId = packUnitId; + } + + public Double getDpScale() { + return dpScale; + } + + public void setDpScale(Double dpScale) { + this.dpScale = dpScale; + } + + public String getSalesUnitId() { + return salesUnitId; + } + + public void setSalesUnitId(String salesUnitId) { + this.salesUnitId = salesUnitId; + } + + public Double getPsScale() { + return psScale; + } + + public void setPsScale(Double psScale) { + this.psScale = psScale; + } + + public String getEnglish() { + return english; + } + + public void setEnglish(String english) { + this.english = english; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :规格编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :规格编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :零售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :零售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :最低售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMinPrice() { + return this.minPrice; + } + + /** + * 字段名称 :最低售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMinPrice(Double minPrice) { + this.minPrice = minPrice; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMemberPrice() { + return this.memberPrice; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMemberPrice(Double memberPrice) { + this.memberPrice = memberPrice; + } + + /** + * 字段名称 :在线售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWprice() { + return this.wprice; + } + + /** + * 字段名称 :在线售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWprice(Double wprice) { + this.wprice = wprice; + } + + /** + * 字段名称 :在线会员价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWmemberPrice() { + return this.wmemberPrice; + } + + /** + * 字段名称 :在线会员价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWmemberPrice(Double wmemberPrice) { + this.wmemberPrice = wmemberPrice; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getBoxPrice() { + return this.boxPrice; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setBoxPrice(Double boxPrice) { + this.boxPrice = boxPrice; + } + + /** + * 字段名称 :第三方价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOtherPrice() { + return this.otherPrice; + } + + /** + * 字段名称 :第三方价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOtherPrice(Double otherPrice) { + this.otherPrice = otherPrice; + } + + /** + * 字段名称 :成本价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getCostPrice() { + return this.costPrice; + } + + /** + * 字段名称 :成本价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setCostPrice(Double costPrice) { + this.costPrice = costPrice; + } + + /** + * 字段名称 :采购参考价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPurchasePrice() { + return this.purchasePrice; + } + + /** + * 字段名称 :采购参考价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPurchasePrice(Double purchasePrice) { + this.purchasePrice = purchasePrice; + } + + /** + * 字段名称 :批发参考价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDispatchPrice() { + return this.dispatchPrice; + } + + /** + * 字段名称 :批发参考价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDispatchPrice(Double dispatchPrice) { + this.dispatchPrice = dispatchPrice; + } + + /** + * 字段名称 :物耗比 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMaterialRate() { + return this.materialRate; + } + + /** + * 字段名称 :物耗比 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMaterialRate(Double materialRate) { + this.materialRate = materialRate; + } + + /** + * 字段名称 :是否默认 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsdefault() { + return this.isdefault; + } + + /** + * 字段名称 :是否默认 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsdefault(Integer isdefault) { + this.isdefault = isdefault; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :ERP商品编码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getErpCode() { + return this.erpCode; + } + + /** + * 字段名称 :ERP商品编码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setErpCode(String erpCode) { + this.erpCode = erpCode; + } + + /** + * 字段名称 :ERP同步状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getErpSyncStatus() { + return this.erpSyncStatus; + } + + /** + * 字段名称 :ERP同步状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setErpSyncStatus(Integer erpSyncStatus) { + this.erpSyncStatus = erpSyncStatus; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductStock.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductStock.java new file mode 100644 index 0000000..29882bd --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductStock.java @@ -0,0 +1,359 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:总部原料库存 + * 表代码:cy_product_stock + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductStock") +public class ProductStock extends BaseEntity { + + private static final long serialVersionUID = 1961594050209506742L; + + /** + *仓库ID + */ + private String storageId; + + /** + *仓库名称 + */ + private String storageName; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *配送库存单位 + */ + private String dispatchUnitId; + + /** + *配送库存单位名称 + */ + private String dispatchUnitName; + + /** + *采购单位 + */ + private String purchaseUnitId; + + /** + *采购单位名称 + */ + private String purchaseUnitName; + + /** + *库存量 + */ + private Double stockAmount; + + /** + *库存成本 + */ + private Double stockCost; + + private Double purchaseUnitStockAmount;// 采购单位量 + + private String typeId;//商品分类; + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStorageName() { + return this.storageName; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStorageName(String storageName) { + this.storageName = storageName; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :配送库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :配送库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :配送库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDispatchUnitName() { + return this.dispatchUnitName; + } + + /** + * 字段名称 :配送库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPurchaseUnitId() { + return this.purchaseUnitId; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPurchaseUnitId(String purchaseUnitId) { + this.purchaseUnitId = purchaseUnitId; + } + + /** + * 字段名称 :采购单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPurchaseUnitName() { + return this.purchaseUnitName; + } + + /** + * 字段名称 :采购单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPurchaseUnitName(String purchaseUnitName) { + this.purchaseUnitName = purchaseUnitName; + } + + /** + * 字段名称 :库存量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getStockAmount() { + return this.stockAmount; + } + + /** + * 字段名称 :库存量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setStockAmount(Double stockAmount) { + this.stockAmount = stockAmount; + } + + /** + * 字段名称 :库存成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getStockCost() { + return this.stockCost; + } + + /** + * 字段名称 :库存成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setStockCost(Double stockCost) { + this.stockCost = stockCost; + } + + public Double getPurchaseUnitStockAmount() { + return purchaseUnitStockAmount; + } + + public void setPurchaseUnitStockAmount(Double purchaseUnitStockAmount) { + this.purchaseUnitStockAmount = purchaseUnitStockAmount; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductStockLog.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductStockLog.java new file mode 100644 index 0000000..5155038 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductStockLog.java @@ -0,0 +1,639 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:总部库存流水 + * 表代码:cy_product_stock_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductStockLog") +public class ProductStockLog extends BaseEntity { + + private static final long serialVersionUID = 1801022655930651818L; + + /** + *仓库ID + */ + private String storageId; + + /** + *仓库名称 + */ + private String storageName; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *操作类型 + */ + private Integer operationType; + + /** + *单据编号 + */ + private String orderNo; + + /** + *单据类型 + */ + private Integer orderType; + + /** + *单据类型名 + */ + private String orderTypeName; + + /** + *配送库存单位 + */ + private String dispatchUnitId; + + /** + *配送库存单位名称 + */ + private String dispatchUnitName; + + /** + *采购单位 + */ + private String purchaseUnitId; + + /** + *采购单位名称 + */ + private String purchaseUnitName; + + /** + *原库存数量 + */ + private Double preAmount; + + /** + *发生数量 + */ + private Double amount; + + /** + *剩余库存数量 + */ + private Double afterAmount; + + /** + *单价 + */ + private Double price; + + /** + *金额 + */ + private Double money; + + /** + *总成本 + */ + private Double costAmount; + + /** + *供应商ID + */ + private String supplierId; + + /** + *供应商编号 + */ + private String supplierNo; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *生产批号 + */ + private String pNo; + + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStorageName() { + return this.storageName; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStorageName(String storageName) { + this.storageName = storageName; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOperationType() { + return this.operationType; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setOperationType(Integer operationType) { + this.operationType = operationType; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :单据类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOrderType() { + return this.orderType; + } + + /** + * 字段名称 :单据类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setOrderType(Integer orderType) { + this.orderType = orderType; + } + + /** + * 字段名称 :单据类型名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderTypeName() { + return this.orderTypeName; + } + + /** + * 字段名称 :单据类型名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderTypeName(String orderTypeName) { + this.orderTypeName = orderTypeName; + } + + /** + * 字段名称 :配送库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :配送库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :配送库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDispatchUnitName() { + return this.dispatchUnitName; + } + + /** + * 字段名称 :配送库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPurchaseUnitId() { + return this.purchaseUnitId; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPurchaseUnitId(String purchaseUnitId) { + this.purchaseUnitId = purchaseUnitId; + } + + /** + * 字段名称 :采购单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPurchaseUnitName() { + return this.purchaseUnitName; + } + + /** + * 字段名称 :采购单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPurchaseUnitName(String purchaseUnitName) { + this.purchaseUnitName = purchaseUnitName; + } + + /** + * 字段名称 :原库存数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPreAmount() { + return this.preAmount; + } + + /** + * 字段名称 :原库存数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPreAmount(Double preAmount) { + this.preAmount = preAmount; + } + + /** + * 字段名称 :发生数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :发生数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :剩余库存数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAfterAmount() { + return this.afterAmount; + } + + /** + * 字段名称 :剩余库存数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAfterAmount(Double afterAmount) { + this.afterAmount = afterAmount; + } + + /** + * 字段名称 :单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :总成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getCostAmount() { + return this.costAmount; + } + + /** + * 字段名称 :总成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setCostAmount(Double costAmount) { + this.costAmount = costAmount; + } + + /** + * 字段名称 :供应商ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSupplierId() { + return this.supplierId; + } + + /** + * 字段名称 :供应商ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSupplierId(String supplierId) { + this.supplierId = supplierId; + } + + /** + * 字段名称 :供应商编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSupplierNo() { + return this.supplierNo; + } + + /** + * 字段名称 :供应商编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSupplierNo(String supplierNo) { + this.supplierNo = supplierNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :生产批号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPNo() { + return this.pNo; + } + + /** + * 字段名称 :生产批号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPNo(String pNo) { + this.pNo = pNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductStoreOutCollectDay.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductStoreOutCollectDay.java new file mode 100644 index 0000000..aea67d1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductStoreOutCollectDay.java @@ -0,0 +1,387 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店销售出库汇总-按天汇总 + * 表代码:cy_product_store_out_collect_day + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProductStoreOutCollectDay") +public class ProductStoreOutCollectDay extends BaseEntity { + + private static final long serialVersionUID = 1841110115528770896L; + + /** + *门店ID + */ + private String storeId; + + /** + *单据类型 + */ + private Integer orderType; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *类别Id + */ + private String typeId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *单价 + */ + private Double price; + + /** + *包装单位 + */ + private String packUnitId; + + /** + *包装单位名称 + */ + private String packUnitName; + + /** + *规格ID + */ + private String specId; + + /** + *SUM(psl.amount) + */ + private Double totalAmount; + + /** + *商品类型 + */ + private Integer type; + + /** + *品项编号 + */ + private String no; + + /** + *任务执行时间 + */ + private Date systemDate; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :单据类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOrderType() { + return this.orderType; + } + + /** + * 字段名称 :单据类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setOrderType(Integer orderType) { + this.orderType = orderType; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :包装单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPackUnitId() { + return this.packUnitId; + } + + /** + * 字段名称 :包装单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPackUnitId(String packUnitId) { + this.packUnitId = packUnitId; + } + + /** + * 字段名称 :包装单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPackUnitName() { + return this.packUnitName; + } + + /** + * 字段名称 :包装单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPackUnitName(String packUnitName) { + this.packUnitName = packUnitName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :SUM(psl.amount) + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getTotalAmount() { + return this.totalAmount; + } + + /** + * 字段名称 :SUM(psl.amount) + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setTotalAmount(Double totalAmount) { + this.totalAmount = totalAmount; + } + + /** + * 字段名称 :商品类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :商品类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :品项编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :品项编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :任务执行时间 + * 数据类型 :timestamp + * 是否必填 :false + */ + public Date getSystemDate() { + return this.systemDate; + } + + /** + * 字段名称 :任务执行时间 + * 数据类型 :timestamp + * 是否必填 :false + */ + public void setSystemDate(Date systemDate) { + this.systemDate = systemDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductStoreStock.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductStoreStock.java new file mode 100644 index 0000000..30f47aa --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductStoreStock.java @@ -0,0 +1,426 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店原料库存 + * 表代码:cy_product_store_stock + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProductStoreStock") +public class ProductStoreStock extends BaseEntity { + + private static final long serialVersionUID = 1818321777670409643L; + + /** + *门店ID + */ + private String storeId; + + /** + *仓库ID + */ + private String storageId; + + /** + *仓库名称 + */ + private String storageName; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *配送库存单位 + */ + private String dispatchUnitId; + + /** + *配送库存单位名称 + */ + private String dispatchUnitName; + + /** + *包装单位 + */ + private String packUnitId; + + /** + *包装单位名称 + */ + private String packUnitName; + + /** + *库存量 + */ + private Double stockAmount; + + /** + *库存成本 + */ + private Double stockCost; + + private Integer type;//商品类型 + private String typeId;//商品类别 + private String typePath;//类别路径 + private String typeName;//类别名称 + private String storeNo; + private String storeName; + private Double money; + + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public Double getMoney() { + return money; + } + + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStorageName() { + return this.storageName; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStorageName(String storageName) { + this.storageName = storageName; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :配送库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :配送库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :配送库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDispatchUnitName() { + return this.dispatchUnitName; + } + + /** + * 字段名称 :配送库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :包装单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPackUnitId() { + return this.packUnitId; + } + + /** + * 字段名称 :包装单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPackUnitId(String packUnitId) { + this.packUnitId = packUnitId; + } + + /** + * 字段名称 :包装单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPackUnitName() { + return this.packUnitName; + } + + /** + * 字段名称 :包装单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPackUnitName(String packUnitName) { + this.packUnitName = packUnitName; + } + + /** + * 字段名称 :库存量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getStockAmount() { + return this.stockAmount; + } + + /** + * 字段名称 :库存量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setStockAmount(Double stockAmount) { + this.stockAmount = stockAmount; + } + + /** + * 字段名称 :库存成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getStockCost() { + return this.stockCost; + } + + /** + * 字段名称 :库存成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setStockCost(Double stockCost) { + this.stockCost = stockCost; + } + + public Integer getType() { + return type; + } + + public void setType(Integer type) { + this.type = type; + } + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + public String getTypePath() { + return typePath; + } + + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + public String getTypeName() { + return typeName; + } + + public void setTypeName(String typeName) { + this.typeName = typeName; + } +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductStoreStockLog.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductStoreStockLog.java new file mode 100644 index 0000000..cb5196a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductStoreStockLog.java @@ -0,0 +1,501 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店库存流水 + * 表代码:cy_product_store_stock_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductStoreStockLog") +public class ProductStoreStockLog extends BaseEntity { + + private static final long serialVersionUID = 1602401143762737710L; + + /** + *门店ID + */ + private String storeId; + + /** + *仓库ID + */ + private String storageId; + + /** + *仓库名称 + */ + private String storageName; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *单据编号 + */ + private String orderNo; + + /** + *单据类型 + */ + private Integer orderType; + + /** + *单据类型名 + */ + private String orderTypeName; + + /** + *配送库存单位 + */ + private String dispatchUnitId; + + /** + *配送库存单位名称 + */ + private String dispatchUnitName; + + /** + *包装单位 + */ + private String packUnitId; + + /** + *包装单位名称 + */ + private String packUnitName; + + /** + *原库存数量 + */ + private Double preAmount; + + /** + *发生数量 + */ + private Double amount; + + /** + *剩余库存数量 + */ + private Double afterAmount; + + /** + *单价 + */ + private Double price; + + /** + *金额 + */ + private Double money; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStorageName() { + return this.storageName; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStorageName(String storageName) { + this.storageName = storageName; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :单据类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOrderType() { + return this.orderType; + } + + /** + * 字段名称 :单据类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setOrderType(Integer orderType) { + this.orderType = orderType; + } + + /** + * 字段名称 :单据类型名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderTypeName() { + return this.orderTypeName; + } + + /** + * 字段名称 :单据类型名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderTypeName(String orderTypeName) { + this.orderTypeName = orderTypeName; + } + + /** + * 字段名称 :配送库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :配送库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :配送库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDispatchUnitName() { + return this.dispatchUnitName; + } + + /** + * 字段名称 :配送库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :包装单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPackUnitId() { + return this.packUnitId; + } + + /** + * 字段名称 :包装单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPackUnitId(String packUnitId) { + this.packUnitId = packUnitId; + } + + /** + * 字段名称 :包装单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPackUnitName() { + return this.packUnitName; + } + + /** + * 字段名称 :包装单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPackUnitName(String packUnitName) { + this.packUnitName = packUnitName; + } + + /** + * 字段名称 :原库存数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPreAmount() { + return this.preAmount; + } + + /** + * 字段名称 :原库存数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPreAmount(Double preAmount) { + this.preAmount = preAmount; + } + + /** + * 字段名称 :发生数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :发生数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :剩余库存数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAfterAmount() { + return this.afterAmount; + } + + /** + * 字段名称 :剩余库存数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAfterAmount(Double afterAmount) { + this.afterAmount = afterAmount; + } + + /** + * 字段名称 :单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductSuit.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductSuit.java new file mode 100644 index 0000000..718f7a4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductSuit.java @@ -0,0 +1,121 @@ +package com.jwsaas.entity.food; + +import com.jwsaas.entity.BaseEntity; +import org.apache.ibatis.type.Alias; + +import java.util.List; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:套餐道菜 + * 表代码:cy_product_suit + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductSuit") +public class ProductSuit extends BaseEntity { + + private static final long serialVersionUID = 1542390957823798327L; + + /** + *套菜ID + */ + private String productId; + + /** + *道菜编号 + */ + private String no; + + /** + *道菜名称 + */ + private String name; + + /** + *数量 + */ + private Integer quantity; + + private List details;//道菜菜品明细; + + public List getDetails() { + return details; + } + + public void setDetails(List details) { + this.details = details; + } + + /** + * 字段名称 :套菜ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :套菜ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :道菜编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :道菜编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :道菜名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :道菜名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getQuantity() { + return this.quantity; + } + + /** + * 字段名称 :数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setQuantity(Integer quantity) { + this.quantity = quantity; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductSuitDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductSuitDetail.java new file mode 100644 index 0000000..7c4db4b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductSuitDetail.java @@ -0,0 +1,237 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:道菜明细 + * 表代码:cy_product_suit_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductSuitDetail") +public class ProductSuitDetail extends BaseEntity { + + private static final long serialVersionUID = 1338123564464622689L; + + /** + *道菜ID + */ + private String suitId; + + /** + *产品ID + */ + private String productId; + + /** + *产品规格ID + */ + private String specId; + + /** + *数量 + */ + private Integer quantity; + + /** + *加价 + */ + private Double addPrice; + + /** + *是否默认 + */ + private Integer defaultflag; + + private String suitNo;// 道菜编号 + private String suitName;// 道菜名称 + private String productNo;// 菜品编号 + private String productName;// 菜品名称 + private String specName;// 规格名称 + private String unitId;// 单位ID + private Double price;// 售价 + private Double memberPrice;// 会员价 + private Double otherPrice;// 第三方价 + + /** + * 字段名称 :道菜ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSuitId() { + return this.suitId; + } + + /** + * 字段名称 :道菜ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSuitId(String suitId) { + this.suitId = suitId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :产品规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getQuantity() { + return this.quantity; + } + + /** + * 字段名称 :数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setQuantity(Integer quantity) { + this.quantity = quantity; + } + + /** + * 字段名称 :加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddPrice() { + return this.addPrice; + } + + /** + * 字段名称 :加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddPrice(Double addPrice) { + this.addPrice = addPrice; + } + + /** + * 字段名称 :是否默认 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDefaultflag() { + return this.defaultflag; + } + + /** + * 字段名称 :是否默认 + * 数据类型 :int + * 是否必填 :false + */ + public void setDefaultflag(Integer defaultflag) { + this.defaultflag = defaultflag; + } + + public String getSuitNo() { + return suitNo; + } + + public void setSuitNo(String suitNo) { + this.suitNo = suitNo; + } + + public String getSuitName() { + return suitName; + } + + public void setSuitName(String suitName) { + this.suitName = suitName; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getUnitId() { + return unitId; + } + + public void setUnitId(String unitId) { + this.unitId = unitId; + } + + public Double getPrice() { + return price; + } + + public void setPrice(Double price) { + this.price = price; + } + + public Double getMemberPrice() { + return memberPrice; + } + + public void setMemberPrice(Double memberPrice) { + this.memberPrice = memberPrice; + } + + public Double getOtherPrice() { + return otherPrice; + } + + public void setOtherPrice(Double otherPrice) { + this.otherPrice = otherPrice; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductTemplate.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductTemplate.java new file mode 100644 index 0000000..0849fd2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductTemplate.java @@ -0,0 +1,88 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品模板 + * 表代码:cy_product_template + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProductTemplate") +public class ProductTemplate extends BaseEntity { + + private static final long serialVersionUID = 1709358129837760301L; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *备注 + */ + private String description; + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductTemplateDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductTemplateDetail.java new file mode 100644 index 0000000..c913a90 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductTemplateDetail.java @@ -0,0 +1,234 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品模板明细 + * 表代码:cy_product_template_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProductTemplateDetail") +public class ProductTemplateDetail extends BaseEntity { + + private static final long serialVersionUID = 1250000573145694482L; + + /** + *主表ID + */ + private String templateId; + + /** + *商品ID + */ + private String productId; + + /** + *商品规格ID + */ + private String specId; + + /** + *售价 + */ + private Double price; + + /** + *低售价 + */ + private Double minPrice; + + /** + *会员价 + */ + private Double memberPrice; + + /** + *三方价 + */ + private Double otherPrice; + + private String productNo; + private String productName; + private String specName; + private String typeId; + private String typePath; + private String productUnitId; + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + public String getTypePath() { + return typePath; + } + + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + public String getProductUnitId() { + return productUnitId; + } + + public void setProductUnitId(String productUnitId) { + this.productUnitId = productUnitId; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :主表ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTemplateId() { + return this.templateId; + } + + /** + * 字段名称 :主表ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTemplateId(String templateId) { + this.templateId = templateId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :商品规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :商品规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :低售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMinPrice() { + return this.minPrice; + } + + /** + * 字段名称 :低售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMinPrice(Double minPrice) { + this.minPrice = minPrice; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMemberPrice() { + return this.memberPrice; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMemberPrice(Double memberPrice) { + this.memberPrice = memberPrice; + } + + /** + * 字段名称 :三方价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOtherPrice() { + return this.otherPrice; + } + + /** + * 字段名称 :三方价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOtherPrice(Double otherPrice) { + this.otherPrice = otherPrice; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductType.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductType.java new file mode 100644 index 0000000..8864f1d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductType.java @@ -0,0 +1,396 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品类别 + * 表代码:cy_product_type + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductType") +public class ProductType extends BaseEntity { + + private static final long serialVersionUID = 1204462778612635221L; + + /** + *父类别ID + */ + private String parentId; + + /** + *类别路径 + */ + private String path; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *菜品颜色 + */ + private String color; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *标识符 + */ + private String sign; + + /** + *英文名称 + */ + private String english; + + /** + *停用 + */ + private Integer stopFlag; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *文件大小 + */ + private String length; + + /** + *文件类型 + */ + private String mimeType; + /** + *显示顺序 + */ + private Integer orderNo; + + + + private String brandId;//品牌Id; + + public String getBrandId() { + return brandId; + } + + public void setBrandId(String brandId) { + this.brandId = brandId; + } + + /** + * 字段名称 :父类别ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getParentId() { + return this.parentId; + } + + /** + * 字段名称 :父类别ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setParentId(String parentId) { + this.parentId = parentId; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getPath() { + return this.path; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setPath(String path) { + this.path = path; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :菜品颜色 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getColor() { + return this.color; + } + + /** + * 字段名称 :菜品颜色 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setColor(String color) { + this.color = color; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :标识符 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :标识符 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSign(String sign) { + this.sign = sign; + } + + /** + * 字段名称 :英文名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getEnglish() { + return this.english; + } + + /** + * 字段名称 :英文名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setEnglish(String english) { + this.english = english; + } + + /** + * 字段名称 :停用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStopFlag() { + return this.stopFlag; + } + + /** + * 字段名称 :停用 + * 数据类型 :int + * 是否必填 :false + */ + public void setStopFlag(Integer stopFlag) { + this.stopFlag = stopFlag; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :文件大小 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getLength() { + return this.length; + } + + /** + * 字段名称 :文件大小 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setLength(String length) { + this.length = length; + } + + /** + * 字段名称 :文件类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getMimeType() { + return this.mimeType; + } + + /** + * 字段名称 :文件类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setMimeType(String mimeType) { + this.mimeType = mimeType; + } + + /** + * 字段名称 :显示顺序 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示顺序 + * 数据类型 :int + * 是否必填 :false + */ + public void setOrderNo(Integer orderNo) { + this.orderNo = orderNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductTypeLabelInfo.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductTypeLabelInfo.java new file mode 100644 index 0000000..eed2ad1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductTypeLabelInfo.java @@ -0,0 +1,258 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品类别标签 + * 表代码:cy_product_type_label_info + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProductTypeLabelInfo") +public class ProductTypeLabelInfo extends BaseEntity { + + private static final long serialVersionUID = 1325284892126456560L; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *字体颜色 + */ + private String color; + + /** + *图片名称 + */ + private String imageName; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *链接地址 + */ + private String linkUrl; + + /** + *删除标识 + */ + private Integer deleteFlag; + + private String typeId;//对应商品类别Id; + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :字体颜色 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getColor() { + return this.color; + } + + /** + * 字段名称 :字体颜色 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setColor(String color) { + this.color = color; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getImageName() { + return this.imageName; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setImageName(String imageName) { + this.imageName = imageName; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getLinkUrl() { + return this.linkUrl; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setLinkUrl(String linkUrl) { + this.linkUrl = linkUrl; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProductUnit.java b/food-api/src/main/java/com/jwsaas/entity/food/ProductUnit.java new file mode 100644 index 0000000..52c90c9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProductUnit.java @@ -0,0 +1,110 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品单位 + * 表代码:cy_product_unit + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ProductUnit") +public class ProductUnit extends BaseEntity { + + private static final long serialVersionUID = 1379049004875200579L; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *编号类型 + */ + private Integer noType; + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :编号类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getNoType() { + return this.noType; + } + + /** + * 字段名称 :编号类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setNoType(Integer noType) { + this.noType = noType; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramAdPicture.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramAdPicture.java new file mode 100644 index 0000000..44b07d1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramAdPicture.java @@ -0,0 +1,226 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序广告图片 + * 表代码:cy_program_ad_picture + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramAdPicture") +public class ProgramAdPicture extends BaseEntity { + + private static final long serialVersionUID = 1725893618221910277L; + + /** + *设置ID + */ + private String programId; + + /** + *显示序号 + */ + private String orderNo; + + /** + *图片名称 + */ + private String name; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *链接地址 + */ + private String linkUrl; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getLinkUrl() { + return this.linkUrl; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setLinkUrl(String linkUrl) { + this.linkUrl = linkUrl; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramAdjustPriceProduct.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramAdjustPriceProduct.java new file mode 100644 index 0000000..a2d5292 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramAdjustPriceProduct.java @@ -0,0 +1,225 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序调价单商品明细 + * 表代码:cy_program_adjust_price_product + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramAdjustPriceProduct") +public class ProgramAdjustPriceProduct extends BaseEntity { + + private static final long serialVersionUID = 1701334342803701151L; + + /** + *设置ID + */ + private String programId; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *产品ID + */ + private String productId; + + /** + *规格ID + */ + private String specId; + + /** + *线上售价 + */ + private Double wprice; + + /** + *线上会员价 + */ + private Double wmemberPrice; + + private String productNo; + private String productName; + private String specName; + private String typeId; + private String boxPrice; + + public String getCategoryId() { + return typeId; + } + + public void setCategoryId(String categoryId) { + this.typeId = categoryId; + } + + public String getBoxPrice() { + return boxPrice; + } + + public void setBoxPrice(String boxPrice) { + this.boxPrice = boxPrice; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :线上售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getWprice() { + return this.wprice; + } + + /** + * 字段名称 :线上售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setWprice(Double wprice) { + this.wprice = wprice; + } + + /** + * 字段名称 :线上会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getWmemberPrice() { + return this.wmemberPrice; + } + + /** + * 字段名称 :线上会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setWmemberPrice(Double wmemberPrice) { + this.wmemberPrice = wmemberPrice; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramAdjustPriceStore.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramAdjustPriceStore.java new file mode 100644 index 0000000..f40acbd --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramAdjustPriceStore.java @@ -0,0 +1,129 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序调价单门店明细 + * 表代码:cy_program_adjust_price_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramAdjustPriceStore") +public class ProgramAdjustPriceStore extends BaseEntity { + + private static final long serialVersionUID = 1513600177661132725L; + + /** + *设置ID + */ + private String programId; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *门店ID + */ + private String storeId; + + private String storeNo; + private String storeName; + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramAdjustPriceTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramAdjustPriceTicket.java new file mode 100644 index 0000000..4de4799 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramAdjustPriceTicket.java @@ -0,0 +1,180 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序商品调价单 + * 表代码:cy_program_adjust_price_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramAdjustPriceTicket") +public class ProgramAdjustPriceTicket extends BaseEntity { + + private static final long serialVersionUID = 1306438333192749061L; + + /** + *设置ID + */ + private String programId; + + /** + *单据编号 + */ + private String no; + + /** + *生效时间 + */ + private Date effectDate; + + /** + *备注信息 + */ + private String description; + + /** + *单据状态 + */ + private Integer status; + + /** + *审核人 + */ + private String checkPeople; + + /** + *审核日期 + */ + private Date checkDate; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :生效时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getEffectDate() { + return this.effectDate; + } + + /** + * 字段名称 :生效时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setEffectDate(Date effectDate) { + this.effectDate = effectDate; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :true + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCheckPeople() { + return this.checkPeople; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCheckPeople(String checkPeople) { + this.checkPeople = checkPeople; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramBusinessOrderUpload.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramBusinessOrderUpload.java new file mode 100644 index 0000000..552b2a5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramBusinessOrderUpload.java @@ -0,0 +1,68 @@ +package com.jwsaas.entity.food; + +import java.io.Serializable; +import java.util.List; + +public class ProgramBusinessOrderUpload implements Serializable { + + private static final long serialVersionUID = -2303883910772731114L; + + public ProgramStoreBusinessTicket ticket; + + public ProgramStoreBusinessTicketDeliver ticketDeliver; + + public List ticketInfos; + + public List products; + + public List productInfos; + + public List makes; + + public List pays; + + public ProgramStoreBusinessTicket getTicket() { + return ticket; + } + public void setTicket(ProgramStoreBusinessTicket ticket) { + this.ticket = ticket; + } + + public ProgramStoreBusinessTicketDeliver getTicketDeliver() { + return ticketDeliver; + } + public void setTicketDeliver(ProgramStoreBusinessTicketDeliver ticketDeliver) { + this.ticketDeliver = ticketDeliver; + } + public List getTicketInfos() { + return ticketInfos; + } + public void setTicketInfos(List ticketInfos) { + this.ticketInfos = ticketInfos; + } + public List getProducts() { + return products; + } + public void setProducts(List products) { + this.products = products; + } + public List getProductInfos() { + return productInfos; + } + public void setProductInfos(List productInfos) { + this.productInfos = productInfos; + } + public List getMakes() { + return makes; + } + public void setMakes(List makes) { + this.makes = makes; + } + public List getPays() { + return pays; + } + public void setPays(List pays) { + this.pays = pays; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramDeliverAddress.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramDeliverAddress.java new file mode 100644 index 0000000..cc02a5d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramDeliverAddress.java @@ -0,0 +1,295 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序用户配送地址 + * 表代码:cy_program_deliver_address + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramDeliverAddress") +public class ProgramDeliverAddress extends BaseEntity { + + private static final long serialVersionUID = 1782480365098598346L; + + /** + *设置ID + */ + private String programId; + + /** + *会员ID + */ + private String memberId; + + /** + *会员openId + */ + private String openId; + + /** + *手机号 + */ + private String mobile; + + /** + *收货人 + */ + private String receiveName; + + /** + *收货人手机号 + */ + private String receiveMobile; + + /** + *收货地址 + */ + private String receiveAddress; + + /** + *门牌号 + */ + private String receiveDoor; + + /** + *纬度 + */ + private Double latitude; + + /** + *经度 + */ + private Double longitude; + + /** + *是否默认 + */ + private Integer defaultFlag; + + /** + *地址类型 + */ + private Integer addressType; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :会员ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberId() { + return this.memberId; + } + + /** + * 字段名称 :会员ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberId(String memberId) { + this.memberId = memberId; + } + + /** + * 字段名称 :会员openId + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOpenId() { + return this.openId; + } + + /** + * 字段名称 :会员openId + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOpenId(String openId) { + this.openId = openId; + } + + /** + * 字段名称 :手机号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :手机号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :收货人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getReceiveName() { + return this.receiveName; + } + + /** + * 字段名称 :收货人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setReceiveName(String receiveName) { + this.receiveName = receiveName; + } + + /** + * 字段名称 :收货人手机号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getReceiveMobile() { + return this.receiveMobile; + } + + /** + * 字段名称 :收货人手机号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setReceiveMobile(String receiveMobile) { + this.receiveMobile = receiveMobile; + } + + /** + * 字段名称 :收货地址 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getReceiveAddress() { + return this.receiveAddress; + } + + /** + * 字段名称 :收货地址 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setReceiveAddress(String receiveAddress) { + this.receiveAddress = receiveAddress; + } + + /** + * 字段名称 :门牌号 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getReceiveDoor() { + return this.receiveDoor; + } + + /** + * 字段名称 :门牌号 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setReceiveDoor(String receiveDoor) { + this.receiveDoor = receiveDoor; + } + + /** + * 字段名称 :纬度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public Double getLatitude() { + return this.latitude; + } + + /** + * 字段名称 :纬度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public void setLatitude(Double latitude) { + this.latitude = latitude; + } + + /** + * 字段名称 :经度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public Double getLongitude() { + return this.longitude; + } + + /** + * 字段名称 :经度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public void setLongitude(Double longitude) { + this.longitude = longitude; + } + + /** + * 字段名称 :是否默认 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDefaultFlag() { + return this.defaultFlag; + } + + /** + * 字段名称 :是否默认 + * 数据类型 :int + * 是否必填 :false + */ + public void setDefaultFlag(Integer defaultFlag) { + this.defaultFlag = defaultFlag; + } + + /** + * 字段名称 :地址类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getAddressType() { + return this.addressType; + } + + /** + * 字段名称 :地址类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setAddressType(Integer addressType) { + this.addressType = addressType; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramEvaluate.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramEvaluate.java new file mode 100644 index 0000000..76a1463 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramEvaluate.java @@ -0,0 +1,364 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序评价表 + * 表代码:cy_program_evaluate + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramEvaluate") +public class ProgramEvaluate extends BaseEntity { + + private static final long serialVersionUID = 1441812267224596173L; + + /** + *设置ID + */ + private String programId; + + /** + *会员ID + */ + private String memberId; + + /** + *会员openId + */ + private String openId; + + /** + *手机号 + */ + private String mobile; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *头像 + */ + private String touxiang; + + /** + *会员姓名 + */ + private String memberName; + + /** + *评价内容 + */ + private String memo; + + /** + *门店评级 + */ + private Integer storeLevel; + + /** + *商品评级 + */ + private Integer productLevel; + + /** + *服务评级 + */ + private Integer serverLevel; + + /** + *评价时间 + */ + private Date tickingTime; + + /** + *状态 + */ + private Integer status; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :会员ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberId() { + return this.memberId; + } + + /** + * 字段名称 :会员ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberId(String memberId) { + this.memberId = memberId; + } + + /** + * 字段名称 :会员openId + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOpenId() { + return this.openId; + } + + /** + * 字段名称 :会员openId + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOpenId(String openId) { + this.openId = openId; + } + + /** + * 字段名称 :手机号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :手机号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :头像 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getTouxiang() { + return this.touxiang; + } + + /** + * 字段名称 :头像 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setTouxiang(String touxiang) { + this.touxiang = touxiang; + } + + /** + * 字段名称 :会员姓名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberName() { + return this.memberName; + } + + /** + * 字段名称 :会员姓名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberName(String memberName) { + this.memberName = memberName; + } + + /** + * 字段名称 :评价内容 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :评价内容 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :门店评级 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStoreLevel() { + return this.storeLevel; + } + + /** + * 字段名称 :门店评级 + * 数据类型 :int + * 是否必填 :false + */ + public void setStoreLevel(Integer storeLevel) { + this.storeLevel = storeLevel; + } + + /** + * 字段名称 :商品评级 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getProductLevel() { + return this.productLevel; + } + + /** + * 字段名称 :商品评级 + * 数据类型 :int + * 是否必填 :false + */ + public void setProductLevel(Integer productLevel) { + this.productLevel = productLevel; + } + + /** + * 字段名称 :服务评级 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getServerLevel() { + return this.serverLevel; + } + + /** + * 字段名称 :服务评级 + * 数据类型 :int + * 是否必填 :false + */ + public void setServerLevel(Integer serverLevel) { + this.serverLevel = serverLevel; + } + + /** + * 字段名称 :评价时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getTickingTime() { + return this.tickingTime; + } + + /** + * 字段名称 :评价时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setTickingTime(Date tickingTime) { + this.tickingTime = tickingTime; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramEvaluateImage.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramEvaluateImage.java new file mode 100644 index 0000000..2172029 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramEvaluateImage.java @@ -0,0 +1,157 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序评价图片表 + * 表代码:cy_program_evaluate_image + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramEvaluateImage") +public class ProgramEvaluateImage extends BaseEntity { + + private static final long serialVersionUID = 1955135526059980837L; + + /** + *评价ID + */ + private String evaluateId; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *显示序号 + */ + private String orderNo; + + + /** + * 字段名称 :评价ID + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getEvaluateId() { + return this.evaluateId; + } + + /** + * 字段名称 :评价ID + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setEvaluateId(String evaluateId) { + this.evaluateId = evaluateId; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramIndexPicture.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramIndexPicture.java new file mode 100644 index 0000000..d0c38df --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramIndexPicture.java @@ -0,0 +1,251 @@ +package com.jwsaas.entity.food; + +import java.util.Date; + +import com.jwsaas.ProgramIndexPictureType; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序首页图片 + * 表代码:cy_program_index_picture + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramIndexPicture") +public class ProgramIndexPicture extends BaseEntity { + + private static final long serialVersionUID = 1599455554159476303L; + + /** + *设置ID + */ + private String programId; + + /** + *跳转路径 + */ + private String path; + + /** + *首页图片类型 + */ + private ProgramIndexPictureType indexPictureType; + + /** + *功能名称 + */ + private String funcName; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *链接地址 + */ + private String linkUrl; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :跳转路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getPath() { + return this.path; + } + + /** + * 字段名称 :跳转路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setPath(String path) { + this.path = path; + } + + /** + * 字段名称 :首页图片类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public ProgramIndexPictureType getIndexPictureType() { + return this.indexPictureType; + } + + /** + * 字段名称 :首页图片类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setIndexPictureType(ProgramIndexPictureType indexPictureType) { + this.indexPictureType = indexPictureType; + } + + /** + * 字段名称 :功能名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getFuncName() { + return this.funcName; + } + + /** + * 字段名称 :功能名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setFuncName(String funcName) { + this.funcName = funcName; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getLinkUrl() { + return this.linkUrl; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setLinkUrl(String linkUrl) { + this.linkUrl = linkUrl; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramPaymentParameter.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPaymentParameter.java new file mode 100644 index 0000000..9e227be --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPaymentParameter.java @@ -0,0 +1,191 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序门店支付参数方案 + * 表代码:cy_program_payment_parameter + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramPaymentParameter") +public class ProgramPaymentParameter extends BaseEntity { + + private static final long serialVersionUID = 1034400233323418674L; + + /** + *设置ID + */ + private String programId; + + /** + *编号 + */ + private String no; + + /** + *方案名称 + */ + private String name; + + /** + *支付类型 + */ + private String sign; + + /** + *支付参数 + */ + private String pbody; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *证书内容 + */ + private String certText; + + private String storeId; + + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :支付类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :支付类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSign(String sign) { + this.sign = sign; + } + + /** + * 字段名称 :支付参数 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getPbody() { + return this.pbody; + } + + /** + * 字段名称 :支付参数 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setPbody(String pbody) { + this.pbody = pbody; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :证书内容 + * 数据类型 :text + * 是否必填 :false + */ + public String getCertText() { + return this.certText; + } + + /** + * 字段名称 :证书内容 + * 数据类型 :text + * 是否必填 :false + */ + public void setCertText(String certText) { + this.certText = certText; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramProduct.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramProduct.java new file mode 100644 index 0000000..0827ada --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramProduct.java @@ -0,0 +1,847 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序商品信息 + * 表代码:cy_program_product + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramProduct") +public class ProgramProduct extends BaseEntity { + + private static final long serialVersionUID = 1527967208442585173L; + + /** + *设置ID + */ + private String programId; + + /** + *分类ID + */ + private String categoryId; + + /** + *分类路径 + */ + private String categoryPath; + + /** + *产品ID + */ + private String productId; + + /** + *产品编号 + */ + private String productNo; + + /** + *产品名称 + */ + private String productName; + + /** + *产品单位 + */ + private String productUnitId; + + /** + *产品单位名 + */ + private String productUnitName; + + /** + *类别路径 + */ + private String typePath; + + /** + *类别ID + */ + private String typeId; + + /** + *类别名 + */ + private String typeName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *商品描述 + */ + private String description; + + /** + *堂食售价 + */ + private Double price; + + /** + *堂食会员价 + */ + private Double memberPrice; + + /** + *外卖售价 + */ + private Double wprice; + + /** + *外卖会员价 + */ + private Double wmemberPrice; + + /** + *最小购买量 + */ + private Double minCount; + + /** + *显示序号 + */ + private Integer orderNo; + + /** + *是否新品 + */ + private Integer isNew; + + /** + *是否套餐 + */ + private Integer suitFlag; + + /** + *餐盒费 + */ + private Double boxPrice; + + /** + *英文名称 + */ + private String nameEn; + + /** + *图片名称 + */ + private String name; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *链接地址 + */ + private String linkUrl; + + /** + *市场价 + */ + private Double marketPrice; + + /** + *月基础销量 + */ + private Integer monthSaleCount; + + /** + *好评度 + */ + private Double praise; + + /** + *销售时间类型 + */ + private Integer saleTimeType; + + /** + *销售时间 + */ + private String saleTime; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :分类ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getCategoryId() { + return this.categoryId; + } + + /** + * 字段名称 :分类ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setCategoryId(String categoryId) { + this.categoryId = categoryId; + } + + /** + * 字段名称 :分类路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getCategoryPath() { + return this.categoryPath; + } + + /** + * 字段名称 :分类路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setCategoryPath(String categoryPath) { + this.categoryPath = categoryPath; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :产品单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductUnitId() { + return this.productUnitId; + } + + /** + * 字段名称 :产品单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductUnitId(String productUnitId) { + this.productUnitId = productUnitId; + } + + /** + * 字段名称 :产品单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductUnitName() { + return this.productUnitName; + } + + /** + * 字段名称 :产品单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductUnitName(String productUnitName) { + this.productUnitName = productUnitName; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :商品描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :商品描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :堂食售价 + * 数据类型 :decimal(24,2) + * 是否必填 :true + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :堂食售价 + * 数据类型 :decimal(24,2) + * 是否必填 :true + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :堂食会员价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMemberPrice() { + return this.memberPrice; + } + + /** + * 字段名称 :堂食会员价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMemberPrice(Double memberPrice) { + this.memberPrice = memberPrice; + } + + /** + * 字段名称 :外卖售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWprice() { + return this.wprice; + } + + /** + * 字段名称 :外卖售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWprice(Double wprice) { + this.wprice = wprice; + } + + /** + * 字段名称 :外卖会员价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWmemberPrice() { + return this.wmemberPrice; + } + + /** + * 字段名称 :外卖会员价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWmemberPrice(Double wmemberPrice) { + this.wmemberPrice = wmemberPrice; + } + + /** + * 字段名称 :最小购买量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMinCount() { + return this.minCount; + } + + /** + * 字段名称 :最小购买量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMinCount(Double minCount) { + this.minCount = minCount; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :int + * 是否必填 :false + */ + public void setOrderNo(Integer orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :是否新品 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsNew() { + return this.isNew; + } + + /** + * 字段名称 :是否新品 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsNew(Integer isNew) { + this.isNew = isNew; + } + + /** + * 字段名称 :是否套餐 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSuitFlag() { + return this.suitFlag; + } + + /** + * 字段名称 :是否套餐 + * 数据类型 :int + * 是否必填 :false + */ + public void setSuitFlag(Integer suitFlag) { + this.suitFlag = suitFlag; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getBoxPrice() { + return this.boxPrice; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setBoxPrice(Double boxPrice) { + this.boxPrice = boxPrice; + } + + /** + * 字段名称 :英文名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getNameEn() { + return this.nameEn; + } + + /** + * 字段名称 :英文名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setNameEn(String nameEn) { + this.nameEn = nameEn; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getLinkUrl() { + return this.linkUrl; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setLinkUrl(String linkUrl) { + this.linkUrl = linkUrl; + } + + /** + * 字段名称 :市场价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMarketPrice() { + return this.marketPrice; + } + + /** + * 字段名称 :市场价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMarketPrice(Double marketPrice) { + this.marketPrice = marketPrice; + } + + /** + * 字段名称 :月基础销量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getMonthSaleCount() { + return this.monthSaleCount; + } + + /** + * 字段名称 :月基础销量 + * 数据类型 :int + * 是否必填 :false + */ + public void setMonthSaleCount(Integer monthSaleCount) { + this.monthSaleCount = monthSaleCount; + } + + /** + * 字段名称 :好评度 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPraise() { + return this.praise; + } + + /** + * 字段名称 :好评度 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPraise(Double praise) { + this.praise = praise; + } + + /** + * 字段名称 :销售时间类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSaleTimeType() { + return this.saleTimeType; + } + + /** + * 字段名称 :销售时间类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setSaleTimeType(Integer saleTimeType) { + this.saleTimeType = saleTimeType; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSaleTime() { + return this.saleTime; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSaleTime(String saleTime) { + this.saleTime = saleTime; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductCategory.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductCategory.java new file mode 100644 index 0000000..2bbc956 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductCategory.java @@ -0,0 +1,249 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序商品分类 + * 表代码:cy_program_product_category + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramProductCategory") +public class ProgramProductCategory extends BaseEntity { + + private static final long serialVersionUID = 1670143162631569264L; + + /** + *设置ID + */ + private String programId; + + /** + *分类名称 + */ + private String name; + + /** + *分类描述 + */ + private String description; + + /** + *显示序号 + */ + private Integer orderNo; + + /** + *分类路径 + */ + private String path; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *英文名称 + */ + private String nameEn; + + /** + *关联商品类别路径 + */ + private String typePath; + + /** + *关联商品类别ID + */ + private String typeId; + + /** + *关联商品类别名 + */ + private String typeName; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :分类描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :分类描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :int + * 是否必填 :false + */ + public void setOrderNo(Integer orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :分类路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getPath() { + return this.path; + } + + /** + * 字段名称 :分类路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setPath(String path) { + this.path = path; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :英文名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getNameEn() { + return this.nameEn; + } + + /** + * 字段名称 :英文名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setNameEn(String nameEn) { + this.nameEn = nameEn; + } + + /** + * 字段名称 :关联商品类别路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :关联商品类别路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + /** + * 字段名称 :关联商品类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :关联商品类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :关联商品类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :关联商品类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductMake.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductMake.java new file mode 100644 index 0000000..98b7cbf --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductMake.java @@ -0,0 +1,143 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序商品做法关联 + * 表代码:cy_program_product_make + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramProductMake") +public class ProgramProductMake extends BaseEntity { + + private static final long serialVersionUID = 1600170189126367150L; + + /** + *设置ID + */ + private String programId; + + /** + *产品ID + */ + private String productId; + + /** + *做法类型 + */ + private String typeId; + + /** + *做法 + */ + private String makeId; + + /** + *加价 + */ + private Double addPrice; + + private String description;//做法说明; + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :做法类型 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :做法类型 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :做法 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getMakeId() { + return this.makeId; + } + + /** + * 字段名称 :做法 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setMakeId(String makeId) { + this.makeId = makeId; + } + + /** + * 字段名称 :加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddPrice() { + return this.addPrice; + } + + /** + * 字段名称 :加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddPrice(Double addPrice) { + this.addPrice = addPrice; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductTemplate.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductTemplate.java new file mode 100644 index 0000000..cc405d5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductTemplate.java @@ -0,0 +1,111 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序商品模板 + * 表代码:cy_program_product_template + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramProductTemplate") +public class ProgramProductTemplate extends BaseEntity { + + private static final long serialVersionUID = 1328729390265852379L; + + /** + *设置ID + */ + private String programId; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *备注 + */ + private String description; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductTemplateDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductTemplateDetail.java new file mode 100644 index 0000000..5ef773b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductTemplateDetail.java @@ -0,0 +1,244 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序商品模板明细 + * 表代码:cy_program_product_template_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramProductTemplateDetail") +public class ProgramProductTemplateDetail extends BaseEntity { + + private static final long serialVersionUID = 1633358515897522729L; + + /** + *设置ID + */ + private String programId; + + /** + *模板ID + */ + private String templateId; + + /** + *单据编号 + */ + private String templateNo; + + /** + *产品ID + */ + private String productId; + + /** + *规格ID + */ + private String specId; + + /** + *线上售价 + */ + private Double wprice; + + /** + *线上会员价 + */ + private Double wmemberPrice; + + private String productNo; + private String productName; + private String specName; + private String typeId; + private String productUnitId; + private String productUnitName; + private String typePath; + + public String getTypePath() { + return typePath; + } + + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getProductUnitId() { + return productUnitId; + } + + public void setProductUnitId(String productUnitId) { + this.productUnitId = productUnitId; + } + + public String getProductUnitName() { + return productUnitName; + } + + public void setProductUnitName(String productUnitName) { + this.productUnitName = productUnitName; + } + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTemplateId() { + return this.templateId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTemplateId(String templateId) { + this.templateId = templateId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getTemplateNo() { + return this.templateNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setTemplateNo(String templateNo) { + this.templateNo = templateNo; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :线上售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getWprice() { + return this.wprice; + } + + /** + * 字段名称 :线上售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setWprice(Double wprice) { + this.wprice = wprice; + } + + /** + * 字段名称 :线上会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getWmemberPrice() { + return this.wmemberPrice; + } + + /** + * 字段名称 :线上会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setWmemberPrice(Double wmemberPrice) { + this.wmemberPrice = wmemberPrice; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductTemplateStore.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductTemplateStore.java new file mode 100644 index 0000000..ecccc15 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramProductTemplateStore.java @@ -0,0 +1,130 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序商品模板门店明细 + * 表代码:cy_program_product_template_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramProductTemplateStore") +public class ProgramProductTemplateStore extends BaseEntity { + + private static final long serialVersionUID = 1270865088133832392L; + + /** + *设置ID + */ + private String programId; + + /** + *模板ID + */ + private String templateId; + + /** + *单据编号 + */ + private String templateNo; + + /** + *门店ID + */ + private String storeId; + + private String storeNo; + private String storeName; + + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTemplateId() { + return this.templateId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTemplateId(String templateId) { + this.templateId = templateId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getTemplateNo() { + return this.templateNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setTemplateNo(String templateNo) { + this.templateNo = templateNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionBlackListGoods.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionBlackListGoods.java new file mode 100644 index 0000000..eb3aa7a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionBlackListGoods.java @@ -0,0 +1,180 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序促销商品黑名单 + * 表代码:cy_program_promotion_black_list_goods + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramPromotionBlackListGoods") +public class ProgramPromotionBlackListGoods extends BaseEntity { + + private static final long serialVersionUID = 1614958986826700899L; + + /** + *设置ID + */ + private String programId; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *产品ID + */ + private String productId; + + /** + *产品规格ID + */ + private String specId; + + /** + *产品编号 + */ + private String productNo; + + /** + *产品名称 + */ + private String productName; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :产品规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionBlackListStore.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionBlackListStore.java new file mode 100644 index 0000000..9e16f4c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionBlackListStore.java @@ -0,0 +1,111 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序促销门店黑名单 + * 表代码:cy_program_promotion_black_list_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramPromotionBlackListStore") +public class ProgramPromotionBlackListStore extends BaseEntity { + + private static final long serialVersionUID = 1645676621824408696L; + + /** + *设置ID + */ + private String programId; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *门店Id + */ + private String storeId; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionBlackListStoreArea.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionBlackListStoreArea.java new file mode 100644 index 0000000..f342714 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionBlackListStoreArea.java @@ -0,0 +1,111 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序促销门店区域黑名单 + * 表代码:cy_program_promotion_black_list_store_area + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramPromotionBlackListStoreArea") +public class ProgramPromotionBlackListStoreArea extends BaseEntity { + + private static final long serialVersionUID = 1393650351426701043L; + + /** + *设置ID + */ + private String programId; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *区域Id + */ + private String areaId; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :区域Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getAreaId() { + return this.areaId; + } + + /** + * 字段名称 :区域Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setAreaId(String areaId) { + this.areaId = areaId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionCategory.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionCategory.java new file mode 100644 index 0000000..b8b41ff --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionCategory.java @@ -0,0 +1,226 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序促销品类表 + * 表代码:cy_program_promotion_category + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramPromotionCategory") +public class ProgramPromotionCategory extends BaseEntity { + + private static final long serialVersionUID = 1553905775704295559L; + + /** + *设置ID + */ + private String programId; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *类别Id + */ + private String typeId; + + /** + *类别编号 + */ + private String typeNo; + + /** + *类别名称 + */ + private String typeName; + + /** + *优惠类型 + */ + private Integer discountType; + + /** + *折扣/金额 + */ + private Double discount; + + /** + *状态 + */ + private Integer status; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :类别Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTypeNo() { + return this.typeNo; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTypeNo(String typeNo) { + this.typeNo = typeNo; + } + + /** + * 字段名称 :类别名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDiscountType() { + return this.discountType; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setDiscountType(Integer discountType) { + this.discountType = discountType; + } + + /** + * 字段名称 :折扣/金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :折扣/金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionGoods.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionGoods.java new file mode 100644 index 0000000..b6724a7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionGoods.java @@ -0,0 +1,359 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序促销商品明细 + * 表代码:cy_program_promotion_goods + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramPromotionGoods") +public class ProgramPromotionGoods extends BaseEntity { + + private static final long serialVersionUID = 1092635386513261396L; + + /** + *设置ID + */ + private String programId; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *产品ID + */ + private String productId; + + /** + *产品规格ID + */ + private String specId; + + /** + *产品编号 + */ + private String productNo; + + /** + *产品名称 + */ + private String productName; + + /** + *售价 + */ + private Double salePrice; + + /** + *特价 + */ + private Double specialPrice; + + /** + *优惠类型 + */ + private Integer discountType; + + /** + *折扣/金额 + */ + private Double discount; + + /** + *每单限量 + */ + private Double limitNum; + + /** + *全场限量 + */ + private Double allLimitNum; + + /** + *状态 + */ + private Integer status; + + private String specName; + private String specNo; + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getSpecNo() { + return specNo; + } + + public void setSpecNo(String specNo) { + this.specNo = specNo; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :产品规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getSalePrice() { + return this.salePrice; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setSalePrice(Double salePrice) { + this.salePrice = salePrice; + } + + /** + * 字段名称 :特价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getSpecialPrice() { + return this.specialPrice; + } + + /** + * 字段名称 :特价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setSpecialPrice(Double specialPrice) { + this.specialPrice = specialPrice; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDiscountType() { + return this.discountType; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setDiscountType(Integer discountType) { + this.discountType = discountType; + } + + /** + * 字段名称 :折扣/金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :折扣/金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :每单限量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getLimitNum() { + return this.limitNum; + } + + /** + * 字段名称 :每单限量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setLimitNum(Double limitNum) { + this.limitNum = limitNum; + } + + /** + * 字段名称 :全场限量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAllLimitNum() { + return this.allLimitNum; + } + + /** + * 字段名称 :全场限量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAllLimitNum(Double allLimitNum) { + this.allLimitNum = allLimitNum; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionScheme.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionScheme.java new file mode 100644 index 0000000..9e1c5dd --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionScheme.java @@ -0,0 +1,180 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序促销方案表 + * 表代码:cy_program_promotion_scheme + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramPromotionScheme") +public class ProgramPromotionScheme extends BaseEntity { + + private static final long serialVersionUID = 1915755214231686867L; + + /** + *设置ID + */ + private String programId; + + /** + *方案编号 + */ + private String sn; + + /** + *促销Id + */ + private String promotionId; + + /** + *促销编号 + */ + private String promotionSn; + + /** + *类型 + */ + private Integer type; + + /** + *促销规则 + */ + private String rule; + + /** + *备注 + */ + private String memo; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :方案编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSn() { + return this.sn; + } + + /** + * 字段名称 :方案编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSn(String sn) { + this.sn = sn; + } + + /** + * 字段名称 :促销Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :促销规则 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getRule() { + return this.rule; + } + + /** + * 字段名称 :促销规则 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setRule(String rule) { + this.rule = rule; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionStore.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionStore.java new file mode 100644 index 0000000..dfa87e9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionStore.java @@ -0,0 +1,111 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序促销门店关联表 + * 表代码:cy_program_promotion_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramPromotionStore") +public class ProgramPromotionStore extends BaseEntity { + + private static final long serialVersionUID = 1136127785405901060L; + + /** + *设置ID + */ + private String programId; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *门店Id + */ + private String storeId; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionStoreArea.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionStoreArea.java new file mode 100644 index 0000000..ddb3d19 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionStoreArea.java @@ -0,0 +1,111 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序促销门店区域关联表 + * 表代码:cy_program_promotion_store_area + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramPromotionStoreArea") +public class ProgramPromotionStoreArea extends BaseEntity { + + private static final long serialVersionUID = 1130553563412825429L; + + /** + *设置ID + */ + private String programId; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *区域Id + */ + private String areaId; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :区域Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getAreaId() { + return this.areaId; + } + + /** + * 字段名称 :区域Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setAreaId(String areaId) { + this.areaId = areaId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionTask.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionTask.java new file mode 100644 index 0000000..4d34208 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionTask.java @@ -0,0 +1,732 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序促销任务表 + * 表代码:cy_program_promotion_task + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramPromotionTask") +public class ProgramPromotionTask extends BaseEntity { + + private static final long serialVersionUID = 1968739616510223196L; + + /** + *设置ID + */ + private String programId; + + /** + *任务编号 + */ + private String sn; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *促销类型 + */ + private String promotionType; + + /** + *门店Id + */ + private String storeId; + + /** + *值类型 + */ + private Integer valueType; + + /** + *值Id + */ + private String valueId; + + /** + *值编号 + */ + private String valueNo; + + /** + *值名称 + */ + private String valueName; + + /** + *值扩展1 + */ + private String valueExt1; + + /** + *值扩展2 + */ + private String valueExt2; + + /** + *促销方案Id + */ + private String schemeId; + + /** + *方案编号 + */ + private String schemeSn; + + /** + *开始日期 + */ + private Date startDate; + + /** + *结束日期 + */ + private Date endDate; + + /** + *开始时间 + */ + private String startTime; + + /** + *结束时间 + */ + private String endTime; + + /** + *每周频率 + */ + private String validWeek; + + /** + *每月频率 + */ + private String validMonth; + + /** + *是否会员专享 + */ + private Integer isOnlyMember; + + /** + *是否会员折上折 + */ + private Integer isRepeatDiscount; + + /** + *是否全场促销 + */ + private Integer isAll; + + /** + *商品黑名单 + */ + private String goodsBlackList; + + /** + *优惠类型 + */ + private Integer discountType; + + /** + *优惠值 + */ + private Double discountValue; + + /** + *促销规则 + */ + private String rule; + + /** + *制单人 + */ + private String setMan; + + /** + *制单时间 + */ + private Date setTime; + + /** + *状态 + */ + private Integer status; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :任务编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSn() { + return this.sn; + } + + /** + * 字段名称 :任务编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSn(String sn) { + this.sn = sn; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :促销类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPromotionType() { + return this.promotionType; + } + + /** + * 字段名称 :促销类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPromotionType(String promotionType) { + this.promotionType = promotionType; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :值类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getValueType() { + return this.valueType; + } + + /** + * 字段名称 :值类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setValueType(Integer valueType) { + this.valueType = valueType; + } + + /** + * 字段名称 :值Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getValueId() { + return this.valueId; + } + + /** + * 字段名称 :值Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setValueId(String valueId) { + this.valueId = valueId; + } + + /** + * 字段名称 :值编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getValueNo() { + return this.valueNo; + } + + /** + * 字段名称 :值编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setValueNo(String valueNo) { + this.valueNo = valueNo; + } + + /** + * 字段名称 :值名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getValueName() { + return this.valueName; + } + + /** + * 字段名称 :值名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setValueName(String valueName) { + this.valueName = valueName; + } + + /** + * 字段名称 :值扩展1 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getValueExt1() { + return this.valueExt1; + } + + /** + * 字段名称 :值扩展1 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setValueExt1(String valueExt1) { + this.valueExt1 = valueExt1; + } + + /** + * 字段名称 :值扩展2 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getValueExt2() { + return this.valueExt2; + } + + /** + * 字段名称 :值扩展2 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setValueExt2(String valueExt2) { + this.valueExt2 = valueExt2; + } + + /** + * 字段名称 :促销方案Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSchemeId() { + return this.schemeId; + } + + /** + * 字段名称 :促销方案Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSchemeId(String schemeId) { + this.schemeId = schemeId; + } + + /** + * 字段名称 :方案编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSchemeSn() { + return this.schemeSn; + } + + /** + * 字段名称 :方案编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSchemeSn(String schemeSn) { + this.schemeSn = schemeSn; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :date + * 是否必填 :false + */ + public Date getStartDate() { + return this.startDate; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :date + * 是否必填 :false + */ + public void setStartDate(Date startDate) { + this.startDate = startDate; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :date + * 是否必填 :false + */ + public Date getEndDate() { + return this.endDate; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :date + * 是否必填 :false + */ + public void setEndDate(Date endDate) { + this.endDate = endDate; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStartTime() { + return this.startTime; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStartTime(String startTime) { + this.startTime = startTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getEndTime() { + return this.endTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setEndTime(String endTime) { + this.endTime = endTime; + } + + /** + * 字段名称 :每周频率 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getValidWeek() { + return this.validWeek; + } + + /** + * 字段名称 :每周频率 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setValidWeek(String validWeek) { + this.validWeek = validWeek; + } + + /** + * 字段名称 :每月频率 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getValidMonth() { + return this.validMonth; + } + + /** + * 字段名称 :每月频率 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setValidMonth(String validMonth) { + this.validMonth = validMonth; + } + + /** + * 字段名称 :是否会员专享 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsOnlyMember() { + return this.isOnlyMember; + } + + /** + * 字段名称 :是否会员专享 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsOnlyMember(Integer isOnlyMember) { + this.isOnlyMember = isOnlyMember; + } + + /** + * 字段名称 :是否会员折上折 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsRepeatDiscount() { + return this.isRepeatDiscount; + } + + /** + * 字段名称 :是否会员折上折 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsRepeatDiscount(Integer isRepeatDiscount) { + this.isRepeatDiscount = isRepeatDiscount; + } + + /** + * 字段名称 :是否全场促销 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsAll() { + return this.isAll; + } + + /** + * 字段名称 :是否全场促销 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsAll(Integer isAll) { + this.isAll = isAll; + } + + /** + * 字段名称 :商品黑名单 + * 数据类型 :text + * 是否必填 :false + */ + public String getGoodsBlackList() { + return this.goodsBlackList; + } + + /** + * 字段名称 :商品黑名单 + * 数据类型 :text + * 是否必填 :false + */ + public void setGoodsBlackList(String goodsBlackList) { + this.goodsBlackList = goodsBlackList; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDiscountType() { + return this.discountType; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setDiscountType(Integer discountType) { + this.discountType = discountType; + } + + /** + * 字段名称 :优惠值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDiscountValue() { + return this.discountValue; + } + + /** + * 字段名称 :优惠值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDiscountValue(Double discountValue) { + this.discountValue = discountValue; + } + + /** + * 字段名称 :促销规则 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getRule() { + return this.rule; + } + + /** + * 字段名称 :促销规则 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setRule(String rule) { + this.rule = rule; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :制单时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSetTime() { + return this.setTime; + } + + /** + * 字段名称 :制单时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSetTime(Date setTime) { + this.setTime = setTime; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionTicket.java new file mode 100644 index 0000000..7eaa180 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramPromotionTicket.java @@ -0,0 +1,663 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序促销单 + * 表代码:cy_program_promotion_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramPromotionTicket") +public class ProgramPromotionTicket extends BaseEntity { + + private static final long serialVersionUID = 1738643798442103763L; + + /** + *设置ID + */ + private String programId; + + /** + *促销单号 + */ + private String sn; + + /** + *促销类型 + */ + private String type; + + /** + *开始日期 + */ + private Date startDate; + + /** + *结束日期 + */ + private Date endDate; + + /** + *开始时间 + */ + private String startTime; + + /** + *结束时间 + */ + private String endTime; + + /** + *每周频率 + */ + private String validWeek; + + /** + *每月频率 + */ + private String validMonth; + + /** + *是否会员专享 + */ + private Integer isOnlyMember; + + /** + *是否全场促销 + */ + private Integer isAll; + + /** + *是否所有门店促销 + */ + private Integer isAllStore; + + /** + *是否会员折上折 + */ + private Integer isRepeatDiscount; + + /** + *是否启用商品 + */ + private Integer isGoods; + + /** + *是否启用品类 + */ + private Integer isCategory; + + /** + *是否启用门店 + */ + private Integer isStore; + + /** + *是否启用区域 + */ + private Integer isStoreArea; + + /** + *是否启用区域黑名单 + */ + private Integer isAreaBlack; + + /** + *是否启用门店黑名单 + */ + private Integer isStoreBlack; + + /** + *是否启用商品黑名单 + */ + private Integer isGoodsBlack; + + /** + *状态 + */ + private Integer status; + + /** + *备注 + */ + private String memo; + + /** + *审核人 + */ + private String confirmUser; + + /** + *审核日期 + */ + private Date confirmDate; + + /** + *审核状态 + */ + private Integer confirmStatus; + + /** + *最末任务日期 + */ + private String lastTaskDate; + + /** + *最末任务序号 + */ + private String lastTaskNo; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :促销单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSn() { + return this.sn; + } + + /** + * 字段名称 :促销单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSn(String sn) { + this.sn = sn; + } + + /** + * 字段名称 :促销类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getType() { + return this.type; + } + + /** + * 字段名称 :促销类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setType(String type) { + this.type = type; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :date + * 是否必填 :false + */ + public Date getStartDate() { + return this.startDate; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :date + * 是否必填 :false + */ + public void setStartDate(Date startDate) { + this.startDate = startDate; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :date + * 是否必填 :false + */ + public Date getEndDate() { + return this.endDate; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :date + * 是否必填 :false + */ + public void setEndDate(Date endDate) { + this.endDate = endDate; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStartTime() { + return this.startTime; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStartTime(String startTime) { + this.startTime = startTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getEndTime() { + return this.endTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setEndTime(String endTime) { + this.endTime = endTime; + } + + /** + * 字段名称 :每周频率 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getValidWeek() { + return this.validWeek; + } + + /** + * 字段名称 :每周频率 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setValidWeek(String validWeek) { + this.validWeek = validWeek; + } + + /** + * 字段名称 :每月频率 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getValidMonth() { + return this.validMonth; + } + + /** + * 字段名称 :每月频率 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setValidMonth(String validMonth) { + this.validMonth = validMonth; + } + + /** + * 字段名称 :是否会员专享 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsOnlyMember() { + return this.isOnlyMember; + } + + /** + * 字段名称 :是否会员专享 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsOnlyMember(Integer isOnlyMember) { + this.isOnlyMember = isOnlyMember; + } + + /** + * 字段名称 :是否全场促销 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsAll() { + return this.isAll; + } + + /** + * 字段名称 :是否全场促销 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsAll(Integer isAll) { + this.isAll = isAll; + } + + /** + * 字段名称 :是否所有门店促销 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsAllStore() { + return this.isAllStore; + } + + /** + * 字段名称 :是否所有门店促销 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsAllStore(Integer isAllStore) { + this.isAllStore = isAllStore; + } + + /** + * 字段名称 :是否会员折上折 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsRepeatDiscount() { + return this.isRepeatDiscount; + } + + /** + * 字段名称 :是否会员折上折 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsRepeatDiscount(Integer isRepeatDiscount) { + this.isRepeatDiscount = isRepeatDiscount; + } + + /** + * 字段名称 :是否启用商品 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsGoods() { + return this.isGoods; + } + + /** + * 字段名称 :是否启用商品 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsGoods(Integer isGoods) { + this.isGoods = isGoods; + } + + /** + * 字段名称 :是否启用品类 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsCategory() { + return this.isCategory; + } + + /** + * 字段名称 :是否启用品类 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsCategory(Integer isCategory) { + this.isCategory = isCategory; + } + + /** + * 字段名称 :是否启用门店 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsStore() { + return this.isStore; + } + + /** + * 字段名称 :是否启用门店 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsStore(Integer isStore) { + this.isStore = isStore; + } + + /** + * 字段名称 :是否启用区域 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsStoreArea() { + return this.isStoreArea; + } + + /** + * 字段名称 :是否启用区域 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsStoreArea(Integer isStoreArea) { + this.isStoreArea = isStoreArea; + } + + /** + * 字段名称 :是否启用区域黑名单 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsAreaBlack() { + return this.isAreaBlack; + } + + /** + * 字段名称 :是否启用区域黑名单 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsAreaBlack(Integer isAreaBlack) { + this.isAreaBlack = isAreaBlack; + } + + /** + * 字段名称 :是否启用门店黑名单 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsStoreBlack() { + return this.isStoreBlack; + } + + /** + * 字段名称 :是否启用门店黑名单 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsStoreBlack(Integer isStoreBlack) { + this.isStoreBlack = isStoreBlack; + } + + /** + * 字段名称 :是否启用商品黑名单 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsGoodsBlack() { + return this.isGoodsBlack; + } + + /** + * 字段名称 :是否启用商品黑名单 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsGoodsBlack(Integer isGoodsBlack) { + this.isGoodsBlack = isGoodsBlack; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getConfirmUser() { + return this.confirmUser; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setConfirmUser(String confirmUser) { + this.confirmUser = confirmUser; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getConfirmDate() { + return this.confirmDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setConfirmDate(Date confirmDate) { + this.confirmDate = confirmDate; + } + + /** + * 字段名称 :审核状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getConfirmStatus() { + return this.confirmStatus; + } + + /** + * 字段名称 :审核状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setConfirmStatus(Integer confirmStatus) { + this.confirmStatus = confirmStatus; + } + + /** + * 字段名称 :最末任务日期 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getLastTaskDate() { + return this.lastTaskDate; + } + + /** + * 字段名称 :最末任务日期 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setLastTaskDate(String lastTaskDate) { + this.lastTaskDate = lastTaskDate; + } + + /** + * 字段名称 :最末任务序号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getLastTaskNo() { + return this.lastTaskNo; + } + + /** + * 字段名称 :最末任务序号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setLastTaskNo(String lastTaskNo) { + this.lastTaskNo = lastTaskNo; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramSetting.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramSetting.java new file mode 100644 index 0000000..673ddaa --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramSetting.java @@ -0,0 +1,433 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序设置 + * 表代码:cy_program_setting + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramSetting") +public class ProgramSetting extends BaseEntity { + + private static final long serialVersionUID = 1408441750390732164L; + + /** + *名称 + */ + private String name; + + /** + *类型 + */ + private Integer type; + + /** + *主题配色 + */ + private String color; + + /** + *是否启用会员 + */ + private Integer memberFlag; + + /** + *启用线上资料独立 + */ + private Integer lineFlag; + + /** + *首页样式 + */ + private Integer indexStyle; + + /** + *微信授权状态 + */ + private Integer wxStatus; + + /** + *微信配置 + */ + private String wxBoday; + + /** + *支付宝授权状态 + */ + private Integer aliStatus; + + /** + *支付宝配置 + */ + private String aliBoday; + + /** + *微信模板消息配置 + */ + private String wxTemplate; + + /** + *支付宝模板消息配置 + */ + private String aliTemplate; + + /** + *餐饮平台配置 + */ + private String cyApi; + + /** + *会员平台配置 + */ + private String cardApi; + + /** + *备注 + */ + private String description; + + /** + *加密串 + */ + private String wid; + + /** + *启用标识 + */ + private Integer enableFlag; + + /** + *当前版本号 + */ + private Integer dataVersion; + + + /** + * 字段名称 :名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :主题配色 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getColor() { + return this.color; + } + + /** + * 字段名称 :主题配色 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setColor(String color) { + this.color = color; + } + + /** + * 字段名称 :是否启用会员 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getMemberFlag() { + return this.memberFlag; + } + + /** + * 字段名称 :是否启用会员 + * 数据类型 :int + * 是否必填 :false + */ + public void setMemberFlag(Integer memberFlag) { + this.memberFlag = memberFlag; + } + + /** + * 字段名称 :启用线上资料独立 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getLineFlag() { + return this.lineFlag; + } + + /** + * 字段名称 :启用线上资料独立 + * 数据类型 :int + * 是否必填 :false + */ + public void setLineFlag(Integer lineFlag) { + this.lineFlag = lineFlag; + } + + /** + * 字段名称 :首页样式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIndexStyle() { + return this.indexStyle; + } + + /** + * 字段名称 :首页样式 + * 数据类型 :int + * 是否必填 :false + */ + public void setIndexStyle(Integer indexStyle) { + this.indexStyle = indexStyle; + } + + /** + * 字段名称 :微信授权状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getWxStatus() { + return this.wxStatus; + } + + /** + * 字段名称 :微信授权状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setWxStatus(Integer wxStatus) { + this.wxStatus = wxStatus; + } + + /** + * 字段名称 :微信配置 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getWxBoday() { + return this.wxBoday; + } + + /** + * 字段名称 :微信配置 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setWxBoday(String wxBoday) { + this.wxBoday = wxBoday; + } + + /** + * 字段名称 :支付宝授权状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getAliStatus() { + return this.aliStatus; + } + + /** + * 字段名称 :支付宝授权状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setAliStatus(Integer aliStatus) { + this.aliStatus = aliStatus; + } + + /** + * 字段名称 :支付宝配置 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getAliBoday() { + return this.aliBoday; + } + + /** + * 字段名称 :支付宝配置 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setAliBoday(String aliBoday) { + this.aliBoday = aliBoday; + } + + /** + * 字段名称 :微信模板消息配置 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getWxTemplate() { + return this.wxTemplate; + } + + /** + * 字段名称 :微信模板消息配置 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setWxTemplate(String wxTemplate) { + this.wxTemplate = wxTemplate; + } + + /** + * 字段名称 :支付宝模板消息配置 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getAliTemplate() { + return this.aliTemplate; + } + + /** + * 字段名称 :支付宝模板消息配置 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setAliTemplate(String aliTemplate) { + this.aliTemplate = aliTemplate; + } + + /** + * 字段名称 :餐饮平台配置 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getCyApi() { + return this.cyApi; + } + + /** + * 字段名称 :餐饮平台配置 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setCyApi(String cyApi) { + this.cyApi = cyApi; + } + + /** + * 字段名称 :会员平台配置 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getCardApi() { + return this.cardApi; + } + + /** + * 字段名称 :会员平台配置 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setCardApi(String cardApi) { + this.cardApi = cardApi; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :加密串 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getWid() { + return this.wid; + } + + /** + * 字段名称 :加密串 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setWid(String wid) { + this.wid = wid; + } + + /** + * 字段名称 :启用标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnableFlag() { + return this.enableFlag; + } + + /** + * 字段名称 :启用标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnableFlag(Integer enableFlag) { + this.enableFlag = enableFlag; + } + + /** + * 字段名称 :当前版本号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDataVersion() { + return this.dataVersion; + } + + /** + * 字段名称 :当前版本号 + * 数据类型 :int + * 是否必填 :false + */ + public void setDataVersion(Integer dataVersion) { + this.dataVersion = dataVersion; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramStore.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStore.java new file mode 100644 index 0000000..a9505f3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStore.java @@ -0,0 +1,880 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序门店信息 + * 表代码:cy_program_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramStore") +public class ProgramStore extends BaseEntity { + + private static final long serialVersionUID = 1628738575913234685L; + + /** + *设置ID + */ + private String programId; + + /** + *关联门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *订餐电话 + */ + private String orderTel; + + /** + *地址 + */ + private String address; + + /** + *纬度 + */ + private Double latitude; + + /** + *经度 + */ + private Double longitude; + + /** + *公告信息 + */ + private String noticeInfo; + + /** + *是否营业 + */ + private Integer isOpen; + + /** + *是否启用会员价 + */ + private Integer memberPriceEnabled; + + /** + *是否启用会员支付 + */ + private Integer memberPayEnabled; + + /** + *是否启用门店做法 + */ + private Integer storeMakeEnabled; + + /** + *是否启用独立支付参数 + */ + private Integer paymentParamEnabled; + + /** + *营业时间类型 + */ + private Integer openTimeType; + + /** + *营业时间 + */ + private String openTime; + + /** + *是否第三方配送 + */ + private Integer discomFlag; + + /** + *是否自动呼叫配送 + */ + private Integer autoDeliveryFlag; + + /** + *自配送范围(公里) + */ + private Double distributionSelfLimits; + + /** + *配送类型 + */ + private Integer deliverType; + + /** + *配送类型参数 + */ + private String deliverParameter; + + /** + *配送费 + */ + private Double deliverFee; + + /** + *配送费减免类型 + */ + private Integer deliverFeeDiscountType; + + /** + *配送费减免规则 + */ + private String deliverFeeDiscountRule; + + /** + *外卖起送金额 + */ + private Double deliverMoney; + + /** + *配送范围(公里) + */ + private Double deliverKilometre; + + /** + *营业模式 + */ + private String busModes; + + /** + *外带模式是否收取餐盒费 + */ + private Integer takeOutBoxFeeFlag; + + /** + *图片名称 + */ + private String name; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *链接地址 + */ + private String linkUrl; + + /** + *备注自定义标签 + */ + private String memoTags; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *删除标识 + */ + private Integer deleteFlag; + + private String distance; // 距离 + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :关联门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :关联门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :true + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :true + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :订餐电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getOrderTel() { + return this.orderTel; + } + + /** + * 字段名称 :订餐电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setOrderTel(String orderTel) { + this.orderTel = orderTel; + } + + /** + * 字段名称 :地址 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAddress() { + return this.address; + } + + /** + * 字段名称 :地址 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :纬度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public Double getLatitude() { + return this.latitude; + } + + /** + * 字段名称 :纬度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public void setLatitude(Double latitude) { + this.latitude = latitude; + } + + /** + * 字段名称 :经度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public Double getLongitude() { + return this.longitude; + } + + /** + * 字段名称 :经度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public void setLongitude(Double longitude) { + this.longitude = longitude; + } + + /** + * 字段名称 :公告信息 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getNoticeInfo() { + return this.noticeInfo; + } + + /** + * 字段名称 :公告信息 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setNoticeInfo(String noticeInfo) { + this.noticeInfo = noticeInfo; + } + + /** + * 字段名称 :是否营业 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsOpen() { + return this.isOpen; + } + + /** + * 字段名称 :是否营业 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsOpen(Integer isOpen) { + this.isOpen = isOpen; + } + + /** + * 字段名称 :是否启用会员价 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getMemberPriceEnabled() { + return this.memberPriceEnabled; + } + + /** + * 字段名称 :是否启用会员价 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setMemberPriceEnabled(Integer memberPriceEnabled) { + this.memberPriceEnabled = memberPriceEnabled; + } + + /** + * 字段名称 :是否启用会员支付 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getMemberPayEnabled() { + return this.memberPayEnabled; + } + + /** + * 字段名称 :是否启用会员支付 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setMemberPayEnabled(Integer memberPayEnabled) { + this.memberPayEnabled = memberPayEnabled; + } + + /** + * 字段名称 :是否启用门店做法 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getStoreMakeEnabled() { + return this.storeMakeEnabled; + } + + /** + * 字段名称 :是否启用门店做法 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setStoreMakeEnabled(Integer storeMakeEnabled) { + this.storeMakeEnabled = storeMakeEnabled; + } + + /** + * 字段名称 :是否启用独立支付参数 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getPaymentParamEnabled() { + return this.paymentParamEnabled; + } + + /** + * 字段名称 :是否启用独立支付参数 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setPaymentParamEnabled(Integer paymentParamEnabled) { + this.paymentParamEnabled = paymentParamEnabled; + } + + /** + * 字段名称 :营业时间类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOpenTimeType() { + return this.openTimeType; + } + + /** + * 字段名称 :营业时间类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setOpenTimeType(Integer openTimeType) { + this.openTimeType = openTimeType; + } + + /** + * 字段名称 :营业时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOpenTime() { + return this.openTime; + } + + /** + * 字段名称 :营业时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOpenTime(String openTime) { + this.openTime = openTime; + } + + /** + * 字段名称 :是否第三方配送 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getDiscomFlag() { + return this.discomFlag; + } + + /** + * 字段名称 :是否第三方配送 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setDiscomFlag(Integer discomFlag) { + this.discomFlag = discomFlag; + } + + /** + * 字段名称 :是否自动呼叫配送 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getAutoDeliveryFlag() { + return this.autoDeliveryFlag; + } + + /** + * 字段名称 :是否自动呼叫配送 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setAutoDeliveryFlag(Integer autoDeliveryFlag) { + this.autoDeliveryFlag = autoDeliveryFlag; + } + + /** + * 字段名称 :自配送范围(公里) + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDistributionSelfLimits() { + return this.distributionSelfLimits; + } + + /** + * 字段名称 :自配送范围(公里) + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDistributionSelfLimits(Double distributionSelfLimits) { + this.distributionSelfLimits = distributionSelfLimits; + } + + /** + * 字段名称 :配送类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeliverType() { + return this.deliverType; + } + + /** + * 字段名称 :配送类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeliverType(Integer deliverType) { + this.deliverType = deliverType; + } + + /** + * 字段名称 :配送类型参数 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getDeliverParameter() { + return this.deliverParameter; + } + + /** + * 字段名称 :配送类型参数 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setDeliverParameter(String deliverParameter) { + this.deliverParameter = deliverParameter; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDeliverFee() { + return this.deliverFee; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDeliverFee(Double deliverFee) { + this.deliverFee = deliverFee; + } + + /** + * 字段名称 :配送费减免类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeliverFeeDiscountType() { + return this.deliverFeeDiscountType; + } + + /** + * 字段名称 :配送费减免类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeliverFeeDiscountType(Integer deliverFeeDiscountType) { + this.deliverFeeDiscountType = deliverFeeDiscountType; + } + + /** + * 字段名称 :配送费减免规则 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeliverFeeDiscountRule() { + return this.deliverFeeDiscountRule; + } + + /** + * 字段名称 :配送费减免规则 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeliverFeeDiscountRule(String deliverFeeDiscountRule) { + this.deliverFeeDiscountRule = deliverFeeDiscountRule; + } + + /** + * 字段名称 :外卖起送金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDeliverMoney() { + return this.deliverMoney; + } + + /** + * 字段名称 :外卖起送金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDeliverMoney(Double deliverMoney) { + this.deliverMoney = deliverMoney; + } + + /** + * 字段名称 :配送范围(公里) + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDeliverKilometre() { + return this.deliverKilometre; + } + + /** + * 字段名称 :配送范围(公里) + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDeliverKilometre(Double deliverKilometre) { + this.deliverKilometre = deliverKilometre; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getBusModes() { + return this.busModes; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setBusModes(String busModes) { + this.busModes = busModes; + } + + /** + * 字段名称 :外带模式是否收取餐盒费 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getTakeOutBoxFeeFlag() { + return this.takeOutBoxFeeFlag; + } + + /** + * 字段名称 :外带模式是否收取餐盒费 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setTakeOutBoxFeeFlag(Integer takeOutBoxFeeFlag) { + this.takeOutBoxFeeFlag = takeOutBoxFeeFlag; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getLinkUrl() { + return this.linkUrl; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setLinkUrl(String linkUrl) { + this.linkUrl = linkUrl; + } + + /** + * 字段名称 :备注自定义标签 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getMemoTags() { + return this.memoTags; + } + + /** + * 字段名称 :备注自定义标签 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setMemoTags(String memoTags) { + this.memoTags = memoTags; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + public String getDistance() { + return distance; + } + + public void setDistance(String distance) { + this.distance = distance; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreBusinessTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreBusinessTicket.java new file mode 100644 index 0000000..2e98440 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreBusinessTicket.java @@ -0,0 +1,1031 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序销售单 + * 表代码:cy_program_store_business_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramStoreBusinessTicket") +public class ProgramStoreBusinessTicket extends BaseEntity { + + private static final long serialVersionUID = 1842244946370927233L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *会员ID + */ + private String memberId; + + /** + *会员openId + */ + private String openId; + + /** + *来源类型 + */ + private Integer sourceType; + + /** + *头像 + */ + private String touxiang; + + /** + *会员姓名 + */ + private String memberName; + + /** + *手机号 + */ + private String mobile; + + /** + *设置ID + */ + private String programId; + + /** + *单据编号 + */ + private String no; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *单据状态 + */ + private Integer status; + + /** + *配送状态 + */ + private Integer deliverStatus; + + /** + *退单状态 + */ + private Integer refundStatus; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *餐桌号 + */ + private String tableNo; + + /** + *桌台名称 + */ + private String tableName; + + /** + *人数 + */ + private Integer people; + + /** + *营业模式 + */ + private Integer busMode; + + /** + *预定时间 + */ + private String reserveTime; + + /** + *配送费 + */ + private Double deliverFee; + + /** + *餐盒费 + */ + private Double packageFee; + + /** + *消费金额 + */ + private Double amount; + + /** + *优惠率 + */ + private Double discount; + + /** + *优惠额 + */ + private Double discountTotal; + + /** + *应收金额 + */ + private Double receivable; + + /** + *抹零金额 + */ + private Double maling; + + /** + *实收金额 + */ + private Double paid; + + /** + *原单号 + */ + private String noOrg; + + /** + *退单原因 + */ + private String backCause; + + /** + *是否使用会员卡 + */ + private Integer isMember; + + /** + *会员卡号 + */ + private String memberNo; + + /** + *本单积分 + */ + private Double memberJifen; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *当日流水号 + */ + private String seqNo; + + /** + *天气 + */ + private String weather; + + /** + *星期 + */ + private String weeker; + + /** + *扣率 + */ + private Double deductionRate; + + /** + *扣款 + */ + private Double chargeBack; + + /** + *是否结算 + */ + private Integer settleFlag; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :会员ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberId() { + return this.memberId; + } + + /** + * 字段名称 :会员ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberId(String memberId) { + this.memberId = memberId; + } + + /** + * 字段名称 :会员openId + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOpenId() { + return this.openId; + } + + /** + * 字段名称 :会员openId + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOpenId(String openId) { + this.openId = openId; + } + + /** + * 字段名称 :来源类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSourceType() { + return this.sourceType; + } + + /** + * 字段名称 :来源类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setSourceType(Integer sourceType) { + this.sourceType = sourceType; + } + + /** + * 字段名称 :头像 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getTouxiang() { + return this.touxiang; + } + + /** + * 字段名称 :头像 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setTouxiang(String touxiang) { + this.touxiang = touxiang; + } + + /** + * 字段名称 :会员姓名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberName() { + return this.memberName; + } + + /** + * 字段名称 :会员姓名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberName(String memberName) { + this.memberName = memberName; + } + + /** + * 字段名称 :手机号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :手机号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :配送状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeliverStatus() { + return this.deliverStatus; + } + + /** + * 字段名称 :配送状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeliverStatus(Integer deliverStatus) { + this.deliverStatus = deliverStatus; + } + + /** + * 字段名称 :退单状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getRefundStatus() { + return this.refundStatus; + } + + /** + * 字段名称 :退单状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setRefundStatus(Integer refundStatus) { + this.refundStatus = refundStatus; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :人数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPeople() { + return this.people; + } + + /** + * 字段名称 :人数 + * 数据类型 :int + * 是否必填 :false + */ + public void setPeople(Integer people) { + this.people = people; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusMode() { + return this.busMode; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusMode(Integer busMode) { + this.busMode = busMode; + } + + /** + * 字段名称 :预定时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getReserveTime() { + return this.reserveTime; + } + + /** + * 字段名称 :预定时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setReserveTime(String reserveTime) { + this.reserveTime = reserveTime; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDeliverFee() { + return this.deliverFee; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDeliverFee(Double deliverFee) { + this.deliverFee = deliverFee; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPackageFee() { + return this.packageFee; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPackageFee(Double packageFee) { + this.packageFee = packageFee; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountTotal() { + return this.discountTotal; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountTotal(Double discountTotal) { + this.discountTotal = discountTotal; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivable() { + return this.receivable; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivable(Double receivable) { + this.receivable = receivable; + } + + /** + * 字段名称 :抹零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMaling() { + return this.maling; + } + + /** + * 字段名称 :抹零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMaling(Double maling) { + this.maling = maling; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPaid() { + return this.paid; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPaid(Double paid) { + this.paid = paid; + } + + /** + * 字段名称 :原单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNoOrg() { + return this.noOrg; + } + + /** + * 字段名称 :原单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNoOrg(String noOrg) { + this.noOrg = noOrg; + } + + /** + * 字段名称 :退单原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getBackCause() { + return this.backCause; + } + + /** + * 字段名称 :退单原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setBackCause(String backCause) { + this.backCause = backCause; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsMember() { + return this.isMember; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsMember(Integer isMember) { + this.isMember = isMember; + } + + /** + * 字段名称 :会员卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberNo() { + return this.memberNo; + } + + /** + * 字段名称 :会员卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberNo(String memberNo) { + this.memberNo = memberNo; + } + + /** + * 字段名称 :本单积分 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMemberJifen() { + return this.memberJifen; + } + + /** + * 字段名称 :本单积分 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMemberJifen(Double memberJifen) { + this.memberJifen = memberJifen; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSeqNo() { + return this.seqNo; + } + + /** + * 字段名称 :当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSeqNo(String seqNo) { + this.seqNo = seqNo; + } + + /** + * 字段名称 :天气 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getWeather() { + return this.weather; + } + + /** + * 字段名称 :天气 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setWeather(String weather) { + this.weather = weather; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getWeeker() { + return this.weeker; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setWeeker(String weeker) { + this.weeker = weeker; + } + + /** + * 字段名称 :扣率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDeductionRate() { + return this.deductionRate; + } + + /** + * 字段名称 :扣率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDeductionRate(Double deductionRate) { + this.deductionRate = deductionRate; + } + + /** + * 字段名称 :扣款 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getChargeBack() { + return this.chargeBack; + } + + /** + * 字段名称 :扣款 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setChargeBack(Double chargeBack) { + this.chargeBack = chargeBack; + } + + /** + * 字段名称 :是否结算 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getSettleFlag() { + return this.settleFlag; + } + + /** + * 字段名称 :是否结算 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setSettleFlag(Integer settleFlag) { + this.settleFlag = settleFlag; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreBusinessTicketDeliver.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreBusinessTicketDeliver.java new file mode 100644 index 0000000..13cd3b4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreBusinessTicketDeliver.java @@ -0,0 +1,525 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序销售单配送信息 + * 表代码:cy_program_store_business_ticket_deliver + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramStoreBusinessTicketDeliver") +public class ProgramStoreBusinessTicketDeliver extends BaseEntity { + + private static final long serialVersionUID = 1191130060210602200L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *门店ID + */ + private String storeId; + + /** + *设置ID + */ + private String programId; + + /** + *销售单ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String busNo; + + /** + *订餐电话 + */ + private String orderTel; + + /** + *订餐姓名 + */ + private String name; + + /** + *订餐地址 + */ + private String address; + + /** + *纬度 + */ + private Double latitude; + + /** + *经度 + */ + private Double longitude; + + /** + *配送类型 + */ + private Integer deliverType; + + /** + *配送公司名称 + */ + private String deliverComName; + + /** + *配送费 + */ + private Double deliverFee; + + /** + *骑手电话 + */ + private String logisticsDispatcherMobile; + + /** + *骑手姓名 + */ + private String logisticsDispatcherName; + + /** + *骑手接单时间 + */ + private String logisticsReceiptTime; + + /** + *骑手取餐时间 + */ + private String logisticsFetchTime; + + /** + *送达时间 + */ + private String logisticsFinishTime; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :订餐电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getOrderTel() { + return this.orderTel; + } + + /** + * 字段名称 :订餐电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setOrderTel(String orderTel) { + this.orderTel = orderTel; + } + + /** + * 字段名称 :订餐姓名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :订餐姓名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :订餐地址 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getAddress() { + return this.address; + } + + /** + * 字段名称 :订餐地址 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :纬度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public Double getLatitude() { + return this.latitude; + } + + /** + * 字段名称 :纬度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public void setLatitude(Double latitude) { + this.latitude = latitude; + } + + /** + * 字段名称 :经度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public Double getLongitude() { + return this.longitude; + } + + /** + * 字段名称 :经度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public void setLongitude(Double longitude) { + this.longitude = longitude; + } + + /** + * 字段名称 :配送类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeliverType() { + return this.deliverType; + } + + /** + * 字段名称 :配送类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeliverType(Integer deliverType) { + this.deliverType = deliverType; + } + + /** + * 字段名称 :配送公司名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDeliverComName() { + return this.deliverComName; + } + + /** + * 字段名称 :配送公司名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDeliverComName(String deliverComName) { + this.deliverComName = deliverComName; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDeliverFee() { + return this.deliverFee; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDeliverFee(Double deliverFee) { + this.deliverFee = deliverFee; + } + + /** + * 字段名称 :骑手电话 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getLogisticsDispatcherMobile() { + return this.logisticsDispatcherMobile; + } + + /** + * 字段名称 :骑手电话 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setLogisticsDispatcherMobile(String logisticsDispatcherMobile) { + this.logisticsDispatcherMobile = logisticsDispatcherMobile; + } + + /** + * 字段名称 :骑手姓名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getLogisticsDispatcherName() { + return this.logisticsDispatcherName; + } + + /** + * 字段名称 :骑手姓名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setLogisticsDispatcherName(String logisticsDispatcherName) { + this.logisticsDispatcherName = logisticsDispatcherName; + } + + /** + * 字段名称 :骑手接单时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLogisticsReceiptTime() { + return this.logisticsReceiptTime; + } + + /** + * 字段名称 :骑手接单时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLogisticsReceiptTime(String logisticsReceiptTime) { + this.logisticsReceiptTime = logisticsReceiptTime; + } + + /** + * 字段名称 :骑手取餐时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLogisticsFetchTime() { + return this.logisticsFetchTime; + } + + /** + * 字段名称 :骑手取餐时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLogisticsFetchTime(String logisticsFetchTime) { + this.logisticsFetchTime = logisticsFetchTime; + } + + /** + * 字段名称 :送达时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLogisticsFinishTime() { + return this.logisticsFinishTime; + } + + /** + * 字段名称 :送达时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLogisticsFinishTime(String logisticsFinishTime) { + this.logisticsFinishTime = logisticsFinishTime; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreBusinessTicketInfo.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreBusinessTicketInfo.java new file mode 100644 index 0000000..aa1a2e4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreBusinessTicketInfo.java @@ -0,0 +1,318 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序销售单优惠明细 + * 表代码:cy_program_store_business_ticket_info + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramStoreBusinessTicketInfo") +public class ProgramStoreBusinessTicketInfo extends BaseEntity { + + private static final long serialVersionUID = 1720835447083185830L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *门店ID + */ + private String storeId; + + /** + *设置ID + */ + private String programId; + + /** + *销售单ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String busNo; + + /** + *优惠类型 + */ + private Integer type; + + /** + *优惠说明 + */ + private String info; + + /** + *优惠金额 + */ + private Double discountMoney; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getInfo() { + return this.info; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setInfo(String info) { + this.info = info; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountMoney() { + return this.discountMoney; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountMoney(Double discountMoney) { + this.discountMoney = discountMoney; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreOrderProduct.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreOrderProduct.java new file mode 100644 index 0000000..1e0cf83 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreOrderProduct.java @@ -0,0 +1,1215 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序产品销售记录 + * 表代码:cy_program_store_order_product + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramStoreOrderProduct") +public class ProgramStoreOrderProduct extends BaseEntity { + + private static final long serialVersionUID = 1091902426965917135L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *父记录ID + */ + private String parentId; + + /** + *设置ID + */ + private String programId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *营业模式 + */ + private Integer busMode; + + /** + *桌号 + */ + private String tableNo; + + /** + *桌台名称 + */ + private String tableName; + + /** + *产品ID + */ + private String productId; + + /** + *产品编号 + */ + private String productNo; + + /** + *产品名称 + */ + private String productName; + + /** + *产品单位 + */ + private String productUnitId; + + /** + *产品单位名 + */ + private String productUnitName; + + /** + *商品图片 + */ + private String productImageUrl; + + /** + *大类ID + */ + private String seriesId; + + /** + *大类名称 + */ + private String seriesName; + + /** + *类别路径 + */ + private String typePath; + + /** + *类别ID + */ + private String typeId; + + /** + *类别名 + */ + private String typeName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *数量 + */ + private Double count; + + /** + *退菜数量 + */ + private Double rcount; + + /** + *销售价格 + */ + private Double price; + + /** + *产品原价 + */ + private Double priceOrg; + + /** + *折后价格 + */ + private Double discountPrice; + + /** + *是否套菜 + */ + private Integer isSuit; + + /** + *套菜ID + */ + private String suitId; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *消费金额 + */ + private Double amount; + + /** + *优惠率 + */ + private Double discount; + + /** + *优惠额 + */ + private Double discountTotal; + + /** + *应收金额 + */ + private Double receivable; + + /** + *加价金额 + */ + private Double addPriceTotal; + + /** + *加价优惠金额 + */ + private Double discountAddTotal; + + /** + *加价应收金额 + */ + private Double amountAddTotal; + + /** + *消费总额 + */ + private Double amountTotal; + + /** + *应收总额 + */ + private Double receivableTotal; + + /** + *餐盒费 + */ + private Double packageFee; + + /** + *是否使用会员卡 + */ + private Integer isMember; + + /** + *会员卡号 + */ + private String memberNo; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *行号 + */ + private Integer lineNo; + + /** + *当日流水号 + */ + private String seqNo; + + /** + *天气 + */ + private String weather; + + /** + *星期 + */ + private String weeker; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :父记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getParentId() { + return this.parentId; + } + + /** + * 字段名称 :父记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setParentId(String parentId) { + this.parentId = parentId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusMode() { + return this.busMode; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusMode(Integer busMode) { + this.busMode = busMode; + } + + /** + * 字段名称 :桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :产品单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductUnitId() { + return this.productUnitId; + } + + /** + * 字段名称 :产品单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductUnitId(String productUnitId) { + this.productUnitId = productUnitId; + } + + /** + * 字段名称 :产品单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductUnitName() { + return this.productUnitName; + } + + /** + * 字段名称 :产品单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductUnitName(String productUnitName) { + this.productUnitName = productUnitName; + } + + /** + * 字段名称 :商品图片 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getProductImageUrl() { + return this.productImageUrl; + } + + /** + * 字段名称 :商品图片 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setProductImageUrl(String productImageUrl) { + this.productImageUrl = productImageUrl; + } + + /** + * 字段名称 :大类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSeriesId() { + return this.seriesId; + } + + /** + * 字段名称 :大类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSeriesId(String seriesId) { + this.seriesId = seriesId; + } + + /** + * 字段名称 :大类名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSeriesName() { + return this.seriesName; + } + + /** + * 字段名称 :大类名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSeriesName(String seriesName) { + this.seriesName = seriesName; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public Double getCount() { + return this.count; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public void setCount(Double count) { + this.count = count; + } + + /** + * 字段名称 :退菜数量 + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public Double getRcount() { + return this.rcount; + } + + /** + * 字段名称 :退菜数量 + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public void setRcount(Double rcount) { + this.rcount = rcount; + } + + /** + * 字段名称 :销售价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :销售价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :产品原价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPriceOrg() { + return this.priceOrg; + } + + /** + * 字段名称 :产品原价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPriceOrg(Double priceOrg) { + this.priceOrg = priceOrg; + } + + /** + * 字段名称 :折后价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountPrice() { + return this.discountPrice; + } + + /** + * 字段名称 :折后价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountPrice(Double discountPrice) { + this.discountPrice = discountPrice; + } + + /** + * 字段名称 :是否套菜 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsSuit() { + return this.isSuit; + } + + /** + * 字段名称 :是否套菜 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsSuit(Integer isSuit) { + this.isSuit = isSuit; + } + + /** + * 字段名称 :套菜ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSuitId() { + return this.suitId; + } + + /** + * 字段名称 :套菜ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSuitId(String suitId) { + this.suitId = suitId; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountTotal() { + return this.discountTotal; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountTotal(Double discountTotal) { + this.discountTotal = discountTotal; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivable() { + return this.receivable; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivable(Double receivable) { + this.receivable = receivable; + } + + /** + * 字段名称 :加价金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddPriceTotal() { + return this.addPriceTotal; + } + + /** + * 字段名称 :加价金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddPriceTotal(Double addPriceTotal) { + this.addPriceTotal = addPriceTotal; + } + + /** + * 字段名称 :加价优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountAddTotal() { + return this.discountAddTotal; + } + + /** + * 字段名称 :加价优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountAddTotal(Double discountAddTotal) { + this.discountAddTotal = discountAddTotal; + } + + /** + * 字段名称 :加价应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmountAddTotal() { + return this.amountAddTotal; + } + + /** + * 字段名称 :加价应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmountAddTotal(Double amountAddTotal) { + this.amountAddTotal = amountAddTotal; + } + + /** + * 字段名称 :消费总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmountTotal() { + return this.amountTotal; + } + + /** + * 字段名称 :消费总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmountTotal(Double amountTotal) { + this.amountTotal = amountTotal; + } + + /** + * 字段名称 :应收总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivableTotal() { + return this.receivableTotal; + } + + /** + * 字段名称 :应收总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivableTotal(Double receivableTotal) { + this.receivableTotal = receivableTotal; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPackageFee() { + return this.packageFee; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPackageFee(Double packageFee) { + this.packageFee = packageFee; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsMember() { + return this.isMember; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsMember(Integer isMember) { + this.isMember = isMember; + } + + /** + * 字段名称 :会员卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberNo() { + return this.memberNo; + } + + /** + * 字段名称 :会员卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberNo(String memberNo) { + this.memberNo = memberNo; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :行号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getLineNo() { + return this.lineNo; + } + + /** + * 字段名称 :行号 + * 数据类型 :int + * 是否必填 :false + */ + public void setLineNo(Integer lineNo) { + this.lineNo = lineNo; + } + + /** + * 字段名称 :当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSeqNo() { + return this.seqNo; + } + + /** + * 字段名称 :当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSeqNo(String seqNo) { + this.seqNo = seqNo; + } + + /** + * 字段名称 :天气 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getWeather() { + return this.weather; + } + + /** + * 字段名称 :天气 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setWeather(String weather) { + this.weather = weather; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getWeeker() { + return this.weeker; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setWeeker(String weeker) { + this.weeker = weeker; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreOrderProductInfo.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreOrderProductInfo.java new file mode 100644 index 0000000..ca8f5ff --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreOrderProductInfo.java @@ -0,0 +1,387 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序产品销售记录优惠明细 + * 表代码:cy_program_store_order_product_info + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramStoreOrderProductInfo") +public class ProgramStoreOrderProductInfo extends BaseEntity { + + private static final long serialVersionUID = 1569437782101886015L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *设置ID + */ + private String programId; + + /** + *订单明细记录ID + */ + private String orderItemId; + + /** + *门店ID + */ + private String storeId; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *优惠类型 + */ + private Integer type; + + /** + *优惠说明 + */ + private String info; + + /** + *优惠金额 + */ + private Double discountMoney; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *餐桌号 + */ + private String tableNo; + + /** + *桌台名称 + */ + private String tableName; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :订单明细记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOrderItemId() { + return this.orderItemId; + } + + /** + * 字段名称 :订单明细记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOrderItemId(String orderItemId) { + this.orderItemId = orderItemId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getInfo() { + return this.info; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setInfo(String info) { + this.info = info; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountMoney() { + return this.discountMoney; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountMoney(Double discountMoney) { + this.discountMoney = discountMoney; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreOrderProductMake.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreOrderProductMake.java new file mode 100644 index 0000000..2cb28e9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreOrderProductMake.java @@ -0,0 +1,617 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序销售单做法 + * 表代码:cy_program_store_order_product_make + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramStoreOrderProductMake") +public class ProgramStoreOrderProductMake extends BaseEntity { + + private static final long serialVersionUID = 1604558562643795871L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *设置ID + */ + private String programId; + + /** + *订单明细记录ID + */ + private String orderItemId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *做法ID + */ + private String makeId; + + /** + *做法名称 + */ + private String makeName; + + /** + *做法加价 + */ + private Double addPrice; + + /** + *做法折后加价 + */ + private Double discountPrice; + + /** + *做法数量 + */ + private Double count; + + /** + *做法退数量 + */ + private Double rcount; + + /** + *加价总额 + */ + private Double addTotal; + + /** + *折后总额 + */ + private Double discountAddTotal; + + /** + *折扣率 + */ + private Double discount; + + /** + *做法管理数量标识 + */ + private Integer qtyFlag; + + /** + *手写做法标识 + */ + private Integer hand; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *餐桌号 + */ + private String tableNo; + + /** + *桌台名称 + */ + private String tableName; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :订单明细记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOrderItemId() { + return this.orderItemId; + } + + /** + * 字段名称 :订单明细记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOrderItemId(String orderItemId) { + this.orderItemId = orderItemId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :做法ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMakeId() { + return this.makeId; + } + + /** + * 字段名称 :做法ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMakeId(String makeId) { + this.makeId = makeId; + } + + /** + * 字段名称 :做法名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMakeName() { + return this.makeName; + } + + /** + * 字段名称 :做法名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMakeName(String makeName) { + this.makeName = makeName; + } + + /** + * 字段名称 :做法加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddPrice() { + return this.addPrice; + } + + /** + * 字段名称 :做法加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddPrice(Double addPrice) { + this.addPrice = addPrice; + } + + /** + * 字段名称 :做法折后加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountPrice() { + return this.discountPrice; + } + + /** + * 字段名称 :做法折后加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountPrice(Double discountPrice) { + this.discountPrice = discountPrice; + } + + /** + * 字段名称 :做法数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCount() { + return this.count; + } + + /** + * 字段名称 :做法数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCount(Double count) { + this.count = count; + } + + /** + * 字段名称 :做法退数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getRcount() { + return this.rcount; + } + + /** + * 字段名称 :做法退数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setRcount(Double rcount) { + this.rcount = rcount; + } + + /** + * 字段名称 :加价总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddTotal() { + return this.addTotal; + } + + /** + * 字段名称 :加价总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddTotal(Double addTotal) { + this.addTotal = addTotal; + } + + /** + * 字段名称 :折后总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountAddTotal() { + return this.discountAddTotal; + } + + /** + * 字段名称 :折后总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountAddTotal(Double discountAddTotal) { + this.discountAddTotal = discountAddTotal; + } + + /** + * 字段名称 :折扣率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :折扣率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :做法管理数量标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getQtyFlag() { + return this.qtyFlag; + } + + /** + * 字段名称 :做法管理数量标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setQtyFlag(Integer qtyFlag) { + this.qtyFlag = qtyFlag; + } + + /** + * 字段名称 :手写做法标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getHand() { + return this.hand; + } + + /** + * 字段名称 :手写做法标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setHand(Integer hand) { + this.hand = hand; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramStorePay.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStorePay.java new file mode 100644 index 0000000..91783b1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStorePay.java @@ -0,0 +1,824 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序收银流水 + * 表代码:cy_program_store_pay + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramStorePay") +public class ProgramStorePay extends BaseEntity { + + private static final long serialVersionUID = 1282979815689303223L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *设置ID + */ + private String programId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *付款单号 + */ + private String payNo; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *营业模式 + */ + private Integer busMode; + + /** + *餐桌号 + */ + private String tableNo; + + /** + *桌台名称 + */ + private String tableName; + + /** + *付款方式编号 + */ + private String payTypeNo; + + /** + *付款方式 + */ + private String payType; + + /** + *实收金额 + */ + private Double paid; + + /** + *找零金额 + */ + private Double rchange; + + /** + *已收金额 + */ + private Double money; + + /** + *溢出金额 + */ + private Double overAmount; + + /** + *凭证号 + */ + private String voucherNo; + + /** + *付款时间 + */ + private Date payDate; + + /** + *付款卡号 + */ + private String cardno; + + /** + *充值卡支付前余额 + */ + private Double cardYe; + + /** + *充值卡支付前积分 + */ + private Double cardJf; + + /** + *是否实收 + */ + private Integer incomeFlag; + + /** + *第三方扣费类型 + */ + private Integer otherRateType; + + /** + *第三方扣费值 + */ + private Double otherRateValue; + + /** + *第三方扣费 + */ + private Double otherRate; + + /** + *支付渠道 + */ + private Integer payChannel; + + /** + *扣率 + */ + private Double deductionRate; + + /** + *扣款 + */ + private Double chargeBack; + + /** + *是否结算 + */ + private Integer settleFlag; + + /** + *备注 + */ + private String memo; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :付款单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPayNo() { + return this.payNo; + } + + /** + * 字段名称 :付款单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPayNo(String payNo) { + this.payNo = payNo; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusMode() { + return this.busMode; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusMode(Integer busMode) { + this.busMode = busMode; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :付款方式编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getPayTypeNo() { + return this.payTypeNo; + } + + /** + * 字段名称 :付款方式编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setPayTypeNo(String payTypeNo) { + this.payTypeNo = payTypeNo; + } + + /** + * 字段名称 :付款方式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPayType() { + return this.payType; + } + + /** + * 字段名称 :付款方式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPayType(String payType) { + this.payType = payType; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPaid() { + return this.paid; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPaid(Double paid) { + this.paid = paid; + } + + /** + * 字段名称 :找零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getRchange() { + return this.rchange; + } + + /** + * 字段名称 :找零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setRchange(Double rchange) { + this.rchange = rchange; + } + + /** + * 字段名称 :已收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :已收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :溢出金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getOverAmount() { + return this.overAmount; + } + + /** + * 字段名称 :溢出金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setOverAmount(Double overAmount) { + this.overAmount = overAmount; + } + + /** + * 字段名称 :凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getVoucherNo() { + return this.voucherNo; + } + + /** + * 字段名称 :凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setVoucherNo(String voucherNo) { + this.voucherNo = voucherNo; + } + + /** + * 字段名称 :付款时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getPayDate() { + return this.payDate; + } + + /** + * 字段名称 :付款时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setPayDate(Date payDate) { + this.payDate = payDate; + } + + /** + * 字段名称 :付款卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCardno() { + return this.cardno; + } + + /** + * 字段名称 :付款卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCardno(String cardno) { + this.cardno = cardno; + } + + /** + * 字段名称 :充值卡支付前余额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCardYe() { + return this.cardYe; + } + + /** + * 字段名称 :充值卡支付前余额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCardYe(Double cardYe) { + this.cardYe = cardYe; + } + + /** + * 字段名称 :充值卡支付前积分 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCardJf() { + return this.cardJf; + } + + /** + * 字段名称 :充值卡支付前积分 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCardJf(Double cardJf) { + this.cardJf = cardJf; + } + + /** + * 字段名称 :是否实收 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIncomeFlag() { + return this.incomeFlag; + } + + /** + * 字段名称 :是否实收 + * 数据类型 :int + * 是否必填 :false + */ + public void setIncomeFlag(Integer incomeFlag) { + this.incomeFlag = incomeFlag; + } + + /** + * 字段名称 :第三方扣费类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOtherRateType() { + return this.otherRateType; + } + + /** + * 字段名称 :第三方扣费类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setOtherRateType(Integer otherRateType) { + this.otherRateType = otherRateType; + } + + /** + * 字段名称 :第三方扣费值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOtherRateValue() { + return this.otherRateValue; + } + + /** + * 字段名称 :第三方扣费值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOtherRateValue(Double otherRateValue) { + this.otherRateValue = otherRateValue; + } + + /** + * 字段名称 :第三方扣费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getOtherRate() { + return this.otherRate; + } + + /** + * 字段名称 :第三方扣费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setOtherRate(Double otherRate) { + this.otherRate = otherRate; + } + + /** + * 字段名称 :支付渠道 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPayChannel() { + return this.payChannel; + } + + /** + * 字段名称 :支付渠道 + * 数据类型 :int + * 是否必填 :false + */ + public void setPayChannel(Integer payChannel) { + this.payChannel = payChannel; + } + + /** + * 字段名称 :扣率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDeductionRate() { + return this.deductionRate; + } + + /** + * 字段名称 :扣率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDeductionRate(Double deductionRate) { + this.deductionRate = deductionRate; + } + + /** + * 字段名称 :扣款 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getChargeBack() { + return this.chargeBack; + } + + /** + * 字段名称 :扣款 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setChargeBack(Double chargeBack) { + this.chargeBack = chargeBack; + } + + /** + * 字段名称 :是否结算 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getSettleFlag() { + return this.settleFlag; + } + + /** + * 字段名称 :是否结算 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setSettleFlag(Integer settleFlag) { + this.settleFlag = settleFlag; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreProduct.java b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreProduct.java new file mode 100644 index 0000000..99864f5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ProgramStoreProduct.java @@ -0,0 +1,368 @@ +package com.jwsaas.entity.food; + + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:小程序门店商品关联 + * 表代码:cy_program_store_product + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ProgramStoreProduct") +public class ProgramStoreProduct extends BaseEntity { + + private static final long serialVersionUID = 1143639662243812569L; + + /** + *设置ID + */ + private String programId; + + /** + *门店ID + */ + private String storeId; + + /** + *商品ID + */ + private String productId; + + /** + *规格ID + */ + private String specId; + + /** + *单位ID + */ + private String productUnitId; + + /** + *类别ID + */ + private String typeId; + + /** + *类别路径 + */ + private String typePath; + + /** + *在线售价 + */ + private Double wprice; + + /** + *在线会员价 + */ + private Double wmemberPrice; + + /** + *库存总数量 + */ + private Double totalStock; + + /** + *已出售数量 + */ + private Double saleStock; + + /** + *剩余数量 + */ + private Double stock; + + + private String productNo; + private String productName; + private String specName; + private String description; + private String isNew; + private String suitFlag; + private String brandId; + private String unitId; + + public String getBrandId() { + return brandId; + } + + public void setBrandId(String brandId) { + this.brandId = brandId; + } + + public String getUnitId() { + return unitId; + } + + public void setUnitId(String unitId) { + this.unitId = unitId; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public String getIsNew() { + return isNew; + } + + public void setIsNew(String isNew) { + this.isNew = isNew; + } + + public String getSuitFlag() { + return suitFlag; + } + + public void setSuitFlag(String suitFlag) { + this.suitFlag = suitFlag; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :单位ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductUnitId() { + return this.productUnitId; + } + + /** + * 字段名称 :单位ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductUnitId(String productUnitId) { + this.productUnitId = productUnitId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + /** + * 字段名称 :在线售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWprice() { + return this.wprice; + } + + /** + * 字段名称 :在线售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWprice(Double wprice) { + this.wprice = wprice; + } + + /** + * 字段名称 :在线会员价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWmemberPrice() { + return this.wmemberPrice; + } + + /** + * 字段名称 :在线会员价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWmemberPrice(Double wmemberPrice) { + this.wmemberPrice = wmemberPrice; + } + + /** + * 字段名称 :库存总数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTotalStock() { + return this.totalStock; + } + + /** + * 字段名称 :库存总数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTotalStock(Double totalStock) { + this.totalStock = totalStock; + } + + /** + * 字段名称 :已出售数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSaleStock() { + return this.saleStock; + } + + /** + * 字段名称 :已出售数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSaleStock(Double saleStock) { + this.saleStock = saleStock; + } + + /** + * 字段名称 :剩余数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getStock() { + return this.stock; + } + + /** + * 字段名称 :剩余数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setStock(Double stock) { + this.stock = stock; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PromotionBlackListGoods.java b/food-api/src/main/java/com/jwsaas/entity/food/PromotionBlackListGoods.java new file mode 100644 index 0000000..a9b260e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PromotionBlackListGoods.java @@ -0,0 +1,165 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:促销商品黑名单 + * 表代码:cy_promotion_black_list_goods + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PromotionBlackListGoods") +public class PromotionBlackListGoods extends BaseEntity { + + private static final long serialVersionUID = 1293489446579798081L; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *产品ID + */ + private String productId; + + /** + *产品规格ID + */ + private String specId; + + /** + *产品编号 + */ + private String productNo; + + /** + *产品名称 + */ + private String productName; + + private String specName;//规格名称; + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :产品规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PromotionBlackListStore.java b/food-api/src/main/java/com/jwsaas/entity/food/PromotionBlackListStore.java new file mode 100644 index 0000000..8568398 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PromotionBlackListStore.java @@ -0,0 +1,87 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:促销门店黑名单 + * 表代码:cy_promotion_black_list_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PromotionBlackListStore") +public class PromotionBlackListStore extends BaseEntity { + + private static final long serialVersionUID = 1949476320817098285L; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *门店Id + */ + private String storeId; + + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PromotionBlackListStoreArea.java b/food-api/src/main/java/com/jwsaas/entity/food/PromotionBlackListStoreArea.java new file mode 100644 index 0000000..1e38b08 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PromotionBlackListStoreArea.java @@ -0,0 +1,87 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:促销门店区域黑名单 + * 表代码:cy_promotion_black_list_store_area + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PromotionBlackListStoreArea") +public class PromotionBlackListStoreArea extends BaseEntity { + + private static final long serialVersionUID = 1522198670526120781L; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *区域Id + */ + private String areaId; + + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :区域Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAreaId() { + return this.areaId; + } + + /** + * 字段名称 :区域Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAreaId(String areaId) { + this.areaId = areaId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PromotionCategory.java b/food-api/src/main/java/com/jwsaas/entity/food/PromotionCategory.java new file mode 100644 index 0000000..5be1cb3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PromotionCategory.java @@ -0,0 +1,202 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:促销品类表 + * 表代码:cy_promotion_category + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PromotionCategory") +public class PromotionCategory extends BaseEntity { + + private static final long serialVersionUID = 1465858015675089839L; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *类别Id + */ + private String typeId; + + /** + *类别编号 + */ + private String typeNo; + + /** + *类别名称 + */ + private String typeName; + + /** + *优惠类型 + */ + private Integer discountType; + + /** + *折扣/金额 + */ + private Double discount; + + /** + *状态 + */ + private Integer status; + + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTypeNo() { + return this.typeNo; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTypeNo(String typeNo) { + this.typeNo = typeNo; + } + + /** + * 字段名称 :类别名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDiscountType() { + return this.discountType; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setDiscountType(Integer discountType) { + this.discountType = discountType; + } + + /** + * 字段名称 :折扣/金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :折扣/金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PromotionGoods.java b/food-api/src/main/java/com/jwsaas/entity/food/PromotionGoods.java new file mode 100644 index 0000000..ae7756e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PromotionGoods.java @@ -0,0 +1,336 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:促销商品明细 + * 表代码:cy_promotion_goods + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PromotionGoods") +public class PromotionGoods extends BaseEntity { + + private static final long serialVersionUID = 1537718310098071215L; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *产品ID + */ + private String productId; + + /** + *产品规格ID + */ + private String specId; + + /** + *产品编号 + */ + private String productNo; + + /** + *产品名称 + */ + private String productName; + + /** + *售价 + */ + private Double salePrice; + + /** + *特价 + */ + private Double specialPrice; + + /** + *优惠类型 + */ + private Integer discountType; + + /** + *折扣/金额 + */ + private Double discount; + + /** + *每单限量 + */ + private Double limitNum; + + /** + *全场限量 + */ + private Double allLimitNum; + + /** + *状态 + */ + private Integer status; + + private String specName; + + private String specNo; + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getSpecNo() { + return specNo; + } + + public void setSpecNo(String specNo) { + this.specNo = specNo; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :产品规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getSalePrice() { + return this.salePrice; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setSalePrice(Double salePrice) { + this.salePrice = salePrice; + } + + /** + * 字段名称 :特价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getSpecialPrice() { + return this.specialPrice; + } + + /** + * 字段名称 :特价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setSpecialPrice(Double specialPrice) { + this.specialPrice = specialPrice; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDiscountType() { + return this.discountType; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setDiscountType(Integer discountType) { + this.discountType = discountType; + } + + /** + * 字段名称 :折扣/金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :折扣/金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :每单限量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getLimitNum() { + return this.limitNum; + } + + /** + * 字段名称 :每单限量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setLimitNum(Double limitNum) { + this.limitNum = limitNum; + } + + /** + * 字段名称 :全场限量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAllLimitNum() { + return this.allLimitNum; + } + + /** + * 字段名称 :全场限量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAllLimitNum(Double allLimitNum) { + this.allLimitNum = allLimitNum; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PromotionSchedule.java b/food-api/src/main/java/com/jwsaas/entity/food/PromotionSchedule.java new file mode 100644 index 0000000..9ab3043 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PromotionSchedule.java @@ -0,0 +1,180 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:促销档期 + * 表代码:cy_promotion_schedule + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PromotionSchedule") +public class PromotionSchedule extends BaseEntity { + + private static final long serialVersionUID = 1814795076552979204L; + + /** + *编号 + */ + private String sn; + + /** + *档期名称 + */ + private String name; + + /** + *开始时间 + */ + private Date startDate; + + /** + *结束时间 + */ + private Date endDate; + + /** + *状态 + */ + private Integer status; + + /** + *备注 + */ + private String memo; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSn() { + return this.sn; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSn(String sn) { + this.sn = sn; + } + + /** + * 字段名称 :档期名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :档期名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :date + * 是否必填 :false + */ + public Date getStartDate() { + return this.startDate; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :date + * 是否必填 :false + */ + public void setStartDate(Date startDate) { + this.startDate = startDate; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :date + * 是否必填 :false + */ + public Date getEndDate() { + return this.endDate; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :date + * 是否必填 :false + */ + public void setEndDate(Date endDate) { + this.endDate = endDate; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PromotionScheme.java b/food-api/src/main/java/com/jwsaas/entity/food/PromotionScheme.java new file mode 100644 index 0000000..01efc29 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PromotionScheme.java @@ -0,0 +1,156 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:促销方案表 + * 表代码:cy_promotion_scheme + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PromotionScheme") +public class PromotionScheme extends BaseEntity { + + private static final long serialVersionUID = 1915935845362827859L; + + /** + *方案编号 + */ + private String sn; + + /** + *促销Id + */ + private String promotionId; + + /** + *促销编号 + */ + private String promotionSn; + + /** + *类型 + */ + private Integer type; + + /** + *促销规则 + */ + private String rule; + + /** + *备注 + */ + private String memo; + + + /** + * 字段名称 :方案编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSn() { + return this.sn; + } + + /** + * 字段名称 :方案编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSn(String sn) { + this.sn = sn; + } + + /** + * 字段名称 :促销Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :促销规则 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getRule() { + return this.rule; + } + + /** + * 字段名称 :促销规则 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setRule(String rule) { + this.rule = rule; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PromotionStore.java b/food-api/src/main/java/com/jwsaas/entity/food/PromotionStore.java new file mode 100644 index 0000000..9a1f9d9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PromotionStore.java @@ -0,0 +1,87 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:促销门店关联表 + * 表代码:cy_promotion_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PromotionStore") +public class PromotionStore extends BaseEntity { + + private static final long serialVersionUID = 1757215330637616799L; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *门店Id + */ + private String storeId; + + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PromotionStoreArea.java b/food-api/src/main/java/com/jwsaas/entity/food/PromotionStoreArea.java new file mode 100644 index 0000000..5534aee --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PromotionStoreArea.java @@ -0,0 +1,87 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:促销门店区域关联表 + * 表代码:cy_promotion_store_area + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PromotionStoreArea") +public class PromotionStoreArea extends BaseEntity { + + private static final long serialVersionUID = 1542013043184275736L; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *区域Id + */ + private String areaId; + + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :区域Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAreaId() { + return this.areaId; + } + + /** + * 字段名称 :区域Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAreaId(String areaId) { + this.areaId = areaId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PromotionTask.java b/food-api/src/main/java/com/jwsaas/entity/food/PromotionTask.java new file mode 100644 index 0000000..580b6df --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PromotionTask.java @@ -0,0 +1,755 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:促销任务表 + * 表代码:cy_promotion_task + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PromotionTask") +public class PromotionTask extends BaseEntity { + + private static final long serialVersionUID = 1614230044030503076L; + + /** + *任务编号 + */ + private String sn; + + /** + *档期Id + */ + private String scheduleId; + + /** + *档期编号 + */ + private String scheduleSn; + + /** + *促销单Id + */ + private String promotionId; + + /** + *促销单编号 + */ + private String promotionSn; + + /** + *促销类型 + */ + private String promotionType; + + /** + *门店Id + */ + private String storeId; + + /** + *值类型 + */ + private Integer valueType; + + /** + *值Id + */ + private String valueId; + + /** + *值编号 + */ + private String valueNo; + + /** + *值名称 + */ + private String valueName; + + /** + *值扩展1 + */ + private String valueExt1; + + /** + *值扩展2 + */ + private String valueExt2; + + /** + *促销方案Id + */ + private String schemeId; + + /** + *方案编号 + */ + private String schemeSn; + + /** + *开始日期 + */ + private Date startDate; + + /** + *结束日期 + */ + private Date endDate; + + /** + *开始时间 + */ + private String startTime; + + /** + *结束时间 + */ + private String endTime; + + /** + *每周频率 + */ + private String validWeek; + + /** + *每月频率 + */ + private String validMonth; + + /** + *是否会员专享 + */ + private Integer isOnlyMember; + + /** + *是否会员折上折 + */ + private Integer isRepeatDiscount; + + /** + *是否全场促销 + */ + private Integer isAll; + + /** + *商品黑名单 + */ + private String goodsBlackList; + + /** + *优惠类型 + */ + private Integer discountType; + + /** + *优惠值 + */ + private Double discountValue; + + /** + *促销规则 + */ + private String rule; + + /** + *制单人 + */ + private String setMan; + + /** + *制单时间 + */ + private Date setTime; + + /** + *状态 + */ + private Integer status; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :任务编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSn() { + return this.sn; + } + + /** + * 字段名称 :任务编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSn(String sn) { + this.sn = sn; + } + + /** + * 字段名称 :档期Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getScheduleId() { + return this.scheduleId; + } + + /** + * 字段名称 :档期Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setScheduleId(String scheduleId) { + this.scheduleId = scheduleId; + } + + /** + * 字段名称 :档期编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getScheduleSn() { + return this.scheduleSn; + } + + /** + * 字段名称 :档期编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setScheduleSn(String scheduleSn) { + this.scheduleSn = scheduleSn; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPromotionId() { + return this.promotionId; + } + + /** + * 字段名称 :促销单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPromotionId(String promotionId) { + this.promotionId = promotionId; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPromotionSn() { + return this.promotionSn; + } + + /** + * 字段名称 :促销单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPromotionSn(String promotionSn) { + this.promotionSn = promotionSn; + } + + /** + * 字段名称 :促销类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPromotionType() { + return this.promotionType; + } + + /** + * 字段名称 :促销类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPromotionType(String promotionType) { + this.promotionType = promotionType; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :值类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getValueType() { + return this.valueType; + } + + /** + * 字段名称 :值类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setValueType(Integer valueType) { + this.valueType = valueType; + } + + /** + * 字段名称 :值Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getValueId() { + return this.valueId; + } + + /** + * 字段名称 :值Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setValueId(String valueId) { + this.valueId = valueId; + } + + /** + * 字段名称 :值编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getValueNo() { + return this.valueNo; + } + + /** + * 字段名称 :值编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setValueNo(String valueNo) { + this.valueNo = valueNo; + } + + /** + * 字段名称 :值名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getValueName() { + return this.valueName; + } + + /** + * 字段名称 :值名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setValueName(String valueName) { + this.valueName = valueName; + } + + /** + * 字段名称 :值扩展1 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getValueExt1() { + return this.valueExt1; + } + + /** + * 字段名称 :值扩展1 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setValueExt1(String valueExt1) { + this.valueExt1 = valueExt1; + } + + /** + * 字段名称 :值扩展2 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getValueExt2() { + return this.valueExt2; + } + + /** + * 字段名称 :值扩展2 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setValueExt2(String valueExt2) { + this.valueExt2 = valueExt2; + } + + /** + * 字段名称 :促销方案Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSchemeId() { + return this.schemeId; + } + + /** + * 字段名称 :促销方案Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSchemeId(String schemeId) { + this.schemeId = schemeId; + } + + /** + * 字段名称 :方案编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSchemeSn() { + return this.schemeSn; + } + + /** + * 字段名称 :方案编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSchemeSn(String schemeSn) { + this.schemeSn = schemeSn; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :date + * 是否必填 :false + */ + public Date getStartDate() { + return this.startDate; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :date + * 是否必填 :false + */ + public void setStartDate(Date startDate) { + this.startDate = startDate; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :date + * 是否必填 :false + */ + public Date getEndDate() { + return this.endDate; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :date + * 是否必填 :false + */ + public void setEndDate(Date endDate) { + this.endDate = endDate; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStartTime() { + return this.startTime; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStartTime(String startTime) { + this.startTime = startTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getEndTime() { + return this.endTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setEndTime(String endTime) { + this.endTime = endTime; + } + + /** + * 字段名称 :每周频率 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getValidWeek() { + return this.validWeek; + } + + /** + * 字段名称 :每周频率 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setValidWeek(String validWeek) { + this.validWeek = validWeek; + } + + /** + * 字段名称 :每月频率 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getValidMonth() { + return this.validMonth; + } + + /** + * 字段名称 :每月频率 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setValidMonth(String validMonth) { + this.validMonth = validMonth; + } + + /** + * 字段名称 :是否会员专享 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsOnlyMember() { + return this.isOnlyMember; + } + + /** + * 字段名称 :是否会员专享 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsOnlyMember(Integer isOnlyMember) { + this.isOnlyMember = isOnlyMember; + } + + /** + * 字段名称 :是否会员折上折 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsRepeatDiscount() { + return this.isRepeatDiscount; + } + + /** + * 字段名称 :是否会员折上折 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsRepeatDiscount(Integer isRepeatDiscount) { + this.isRepeatDiscount = isRepeatDiscount; + } + + /** + * 字段名称 :是否全场促销 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsAll() { + return this.isAll; + } + + /** + * 字段名称 :是否全场促销 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsAll(Integer isAll) { + this.isAll = isAll; + } + + /** + * 字段名称 :商品黑名单 + * 数据类型 :text + * 是否必填 :false + */ + public String getGoodsBlackList() { + return this.goodsBlackList; + } + + /** + * 字段名称 :商品黑名单 + * 数据类型 :text + * 是否必填 :false + */ + public void setGoodsBlackList(String goodsBlackList) { + this.goodsBlackList = goodsBlackList; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDiscountType() { + return this.discountType; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setDiscountType(Integer discountType) { + this.discountType = discountType; + } + + /** + * 字段名称 :优惠值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDiscountValue() { + return this.discountValue; + } + + /** + * 字段名称 :优惠值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDiscountValue(Double discountValue) { + this.discountValue = discountValue; + } + + /** + * 字段名称 :促销规则 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getRule() { + return this.rule; + } + + /** + * 字段名称 :促销规则 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setRule(String rule) { + this.rule = rule; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :制单时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSetTime() { + return this.setTime; + } + + /** + * 字段名称 :制单时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSetTime(Date setTime) { + this.setTime = setTime; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PromotionTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/PromotionTicket.java new file mode 100644 index 0000000..97a5993 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PromotionTicket.java @@ -0,0 +1,686 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:促销单 + * 表代码:cy_promotion_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PromotionTicket") +public class PromotionTicket extends BaseEntity { + + private static final long serialVersionUID = 1652323008166065879L; + + /** + *档期ID + */ + private String scheduleId; + + /** + *档期编号 + */ + private String scheduleSn; + + /** + *促销单号 + */ + private String sn; + + /** + *促销类型 + */ + private String type; + + /** + *开始日期 + */ + private Date startDate; + + /** + *结束日期 + */ + private Date endDate; + + /** + *开始时间 + */ + private String startTime; + + /** + *结束时间 + */ + private String endTime; + + /** + *每周频率 + */ + private String validWeek; + + /** + *每月频率 + */ + private String validMonth; + + /** + *是否会员专享 + */ + private Integer isOnlyMember; + + /** + *是否全场促销 + */ + private Integer isAll; + + /** + *是否所有门店促销 + */ + private Integer isAllStore; + + /** + *是否会员折上折 + */ + private Integer isRepeatDiscount; + + /** + *是否启用商品 + */ + private Integer isGoods; + + /** + *是否启用品类 + */ + private Integer isCategory; + + /** + *是否启用门店 + */ + private Integer isStore; + + /** + *是否启用区域 + */ + private Integer isStoreArea; + + /** + *是否启用区域黑名单 + */ + private Integer isAreaBlack; + + /** + *是否启用门店黑名单 + */ + private Integer isStoreBlack; + + /** + *是否启用商品黑名单 + */ + private Integer isGoodsBlack; + + /** + *状态 + */ + private Integer status; + + /** + *备注 + */ + private String memo; + + /** + *审核人 + */ + private String confirmUser; + + /** + *审核日期 + */ + private Date confirmDate; + + /** + *审核状态 + */ + private Integer confirmStatus; + + /** + *最末任务日期 + */ + private String lastTaskDate; + + /** + *最末任务序号 + */ + private String lastTaskNo; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :档期ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getScheduleId() { + return this.scheduleId; + } + + /** + * 字段名称 :档期ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setScheduleId(String scheduleId) { + this.scheduleId = scheduleId; + } + + /** + * 字段名称 :档期编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getScheduleSn() { + return this.scheduleSn; + } + + /** + * 字段名称 :档期编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setScheduleSn(String scheduleSn) { + this.scheduleSn = scheduleSn; + } + + /** + * 字段名称 :促销单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSn() { + return this.sn; + } + + /** + * 字段名称 :促销单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSn(String sn) { + this.sn = sn; + } + + /** + * 字段名称 :促销类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getType() { + return this.type; + } + + /** + * 字段名称 :促销类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setType(String type) { + this.type = type; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :date + * 是否必填 :false + */ + public Date getStartDate() { + return this.startDate; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :date + * 是否必填 :false + */ + public void setStartDate(Date startDate) { + this.startDate = startDate; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :date + * 是否必填 :false + */ + public Date getEndDate() { + return this.endDate; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :date + * 是否必填 :false + */ + public void setEndDate(Date endDate) { + this.endDate = endDate; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStartTime() { + return this.startTime; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStartTime(String startTime) { + this.startTime = startTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getEndTime() { + return this.endTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setEndTime(String endTime) { + this.endTime = endTime; + } + + /** + * 字段名称 :每周频率 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getValidWeek() { + return this.validWeek; + } + + /** + * 字段名称 :每周频率 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setValidWeek(String validWeek) { + this.validWeek = validWeek; + } + + /** + * 字段名称 :每月频率 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getValidMonth() { + return this.validMonth; + } + + /** + * 字段名称 :每月频率 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setValidMonth(String validMonth) { + this.validMonth = validMonth; + } + + /** + * 字段名称 :是否会员专享 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsOnlyMember() { + return this.isOnlyMember; + } + + /** + * 字段名称 :是否会员专享 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsOnlyMember(Integer isOnlyMember) { + this.isOnlyMember = isOnlyMember; + } + + /** + * 字段名称 :是否全场促销 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsAll() { + return this.isAll; + } + + /** + * 字段名称 :是否全场促销 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsAll(Integer isAll) { + this.isAll = isAll; + } + + /** + * 字段名称 :是否所有门店促销 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsAllStore() { + return this.isAllStore; + } + + /** + * 字段名称 :是否所有门店促销 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsAllStore(Integer isAllStore) { + this.isAllStore = isAllStore; + } + + /** + * 字段名称 :是否会员折上折 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsRepeatDiscount() { + return this.isRepeatDiscount; + } + + /** + * 字段名称 :是否会员折上折 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsRepeatDiscount(Integer isRepeatDiscount) { + this.isRepeatDiscount = isRepeatDiscount; + } + + /** + * 字段名称 :是否启用商品 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsGoods() { + return this.isGoods; + } + + /** + * 字段名称 :是否启用商品 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsGoods(Integer isGoods) { + this.isGoods = isGoods; + } + + /** + * 字段名称 :是否启用品类 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsCategory() { + return this.isCategory; + } + + /** + * 字段名称 :是否启用品类 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsCategory(Integer isCategory) { + this.isCategory = isCategory; + } + + /** + * 字段名称 :是否启用门店 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsStore() { + return this.isStore; + } + + /** + * 字段名称 :是否启用门店 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsStore(Integer isStore) { + this.isStore = isStore; + } + + /** + * 字段名称 :是否启用区域 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsStoreArea() { + return this.isStoreArea; + } + + /** + * 字段名称 :是否启用区域 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsStoreArea(Integer isStoreArea) { + this.isStoreArea = isStoreArea; + } + + /** + * 字段名称 :是否启用区域黑名单 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsAreaBlack() { + return this.isAreaBlack; + } + + /** + * 字段名称 :是否启用区域黑名单 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsAreaBlack(Integer isAreaBlack) { + this.isAreaBlack = isAreaBlack; + } + + /** + * 字段名称 :是否启用门店黑名单 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsStoreBlack() { + return this.isStoreBlack; + } + + /** + * 字段名称 :是否启用门店黑名单 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsStoreBlack(Integer isStoreBlack) { + this.isStoreBlack = isStoreBlack; + } + + /** + * 字段名称 :是否启用商品黑名单 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsGoodsBlack() { + return this.isGoodsBlack; + } + + /** + * 字段名称 :是否启用商品黑名单 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsGoodsBlack(Integer isGoodsBlack) { + this.isGoodsBlack = isGoodsBlack; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getConfirmUser() { + return this.confirmUser; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setConfirmUser(String confirmUser) { + this.confirmUser = confirmUser; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getConfirmDate() { + return this.confirmDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setConfirmDate(Date confirmDate) { + this.confirmDate = confirmDate; + } + + /** + * 字段名称 :审核状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getConfirmStatus() { + return this.confirmStatus; + } + + /** + * 字段名称 :审核状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setConfirmStatus(Integer confirmStatus) { + this.confirmStatus = confirmStatus; + } + + /** + * 字段名称 :最末任务日期 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getLastTaskDate() { + return this.lastTaskDate; + } + + /** + * 字段名称 :最末任务日期 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setLastTaskDate(String lastTaskDate) { + this.lastTaskDate = lastTaskDate; + } + + /** + * 字段名称 :最末任务序号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getLastTaskNo() { + return this.lastTaskNo; + } + + /** + * 字段名称 :最末任务序号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setLastTaskNo(String lastTaskNo) { + this.lastTaskNo = lastTaskNo; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PurchaseStorageTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseStorageTicket.java new file mode 100644 index 0000000..7dcb0c6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseStorageTicket.java @@ -0,0 +1,433 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:采购入库单 + * 表代码:cy_purchase_storage_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PurchaseStorageTicket") +public class PurchaseStorageTicket extends BaseEntity { + + private static final long serialVersionUID = 1245760367172582502L; + + /** + *单据编号 + */ + private String no; + + /** + *采购单Id + */ + private String purchaseTicketId; + + /** + *采购单编号 + */ + private String purchaseTicketNo; + + /** + *供应商ID + */ + private String supplierId; + + /** + *供应商编号 + */ + private String supplierNo; + + /** + *供应商名称 + */ + private String supplierName; + + /** + *仓库ID + */ + private String storageId; + + /** + *仓库名称 + */ + private String storageName; + + /** + *备注信息 + */ + private String description; + + /** + *单据状态 + */ + private Integer status; + + /** + *采购员 + */ + private String purchaseUser; + + /** + *仓管员 + */ + private String stockMan; + + /** + *制单人 + */ + private String setMan; + + /** + *制单日期 + */ + private Date setDate; + + /** + *审核人 + */ + private String checkMan; + + /** + *审核日期 + */ + private Date checkDate; + + /** + *原料金额 + */ + private Double orderMoney; + + /** + *是否已结算 + */ + private Integer isPayment; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :采购单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPurchaseTicketId() { + return this.purchaseTicketId; + } + + /** + * 字段名称 :采购单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPurchaseTicketId(String purchaseTicketId) { + this.purchaseTicketId = purchaseTicketId; + } + + /** + * 字段名称 :采购单编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPurchaseTicketNo() { + return this.purchaseTicketNo; + } + + /** + * 字段名称 :采购单编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPurchaseTicketNo(String purchaseTicketNo) { + this.purchaseTicketNo = purchaseTicketNo; + } + + /** + * 字段名称 :供应商ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSupplierId() { + return this.supplierId; + } + + /** + * 字段名称 :供应商ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSupplierId(String supplierId) { + this.supplierId = supplierId; + } + + /** + * 字段名称 :供应商编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getSupplierNo() { + return this.supplierNo; + } + + /** + * 字段名称 :供应商编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setSupplierNo(String supplierNo) { + this.supplierNo = supplierNo; + } + + /** + * 字段名称 :供应商名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getSupplierName() { + return this.supplierName; + } + + /** + * 字段名称 :供应商名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setSupplierName(String supplierName) { + this.supplierName = supplierName; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStorageName() { + return this.storageName; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStorageName(String storageName) { + this.storageName = storageName; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :true + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :采购员 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getPurchaseUser() { + return this.purchaseUser; + } + + /** + * 字段名称 :采购员 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setPurchaseUser(String purchaseUser) { + this.purchaseUser = purchaseUser; + } + + /** + * 字段名称 :仓管员 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStockMan() { + return this.stockMan; + } + + /** + * 字段名称 :仓管员 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStockMan(String stockMan) { + this.stockMan = stockMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSetDate() { + return this.setDate; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSetDate(Date setDate) { + this.setDate = setDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckMan() { + return this.checkMan; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckMan(String checkMan) { + this.checkMan = checkMan; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + + /** + * 字段名称 :原料金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOrderMoney() { + return this.orderMoney; + } + + /** + * 字段名称 :原料金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOrderMoney(Double orderMoney) { + this.orderMoney = orderMoney; + } + + /** + * 字段名称 :是否已结算 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsPayment() { + return this.isPayment; + } + + /** + * 字段名称 :是否已结算 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsPayment(Integer isPayment) { + this.isPayment = isPayment; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PurchaseStorageTicketDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseStorageTicketDetail.java new file mode 100644 index 0000000..8e85edc --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseStorageTicketDetail.java @@ -0,0 +1,501 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:采购入库单明细 + * 表代码:cy_purchase_storage_ticket_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"PurchaseStorageTicketDetail") +public class PurchaseStorageTicketDetail extends BaseEntity { + + private static final long serialVersionUID = 1476780636809858505L; + + /** + *入库单ID + */ + private String ticketId; + + /** + *入库单编号 + */ + private String ticketNo; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *配送库存单位 + */ + private String dispatchUnitId; + + /** + *配送库存单位名称 + */ + private String dispatchUnitName; + + /** + *采购单位 + */ + private String purchaseUnitId; + + /** + *采购单位名 + */ + private String purchaseUnitName; + + /** + *换算比例 + */ + private Double pdScale; + + /** + *数量 + */ + private Double amount; + + /** + *价格 + */ + private Double price; + + /** + *金额 + */ + private Double money; + + /** + *赠送单位 + */ + private String giveUnitId; + + /** + *赠送单位名 + */ + private String giveUnitName; + + /** + *赠送数量 + */ + private Double giveAmount; + + /** + *备注说明 + */ + private String description; + + /** + *生产批号 + */ + private String pbNo; + + + /** + * 字段名称 :入库单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :入库单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :入库单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :入库单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :配送库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :配送库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :配送库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDispatchUnitName() { + return this.dispatchUnitName; + } + + /** + * 字段名称 :配送库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPurchaseUnitId() { + return this.purchaseUnitId; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPurchaseUnitId(String purchaseUnitId) { + this.purchaseUnitId = purchaseUnitId; + } + + /** + * 字段名称 :采购单位名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPurchaseUnitName() { + return this.purchaseUnitName; + } + + /** + * 字段名称 :采购单位名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPurchaseUnitName(String purchaseUnitName) { + this.purchaseUnitName = purchaseUnitName; + } + + /** + * 字段名称 :换算比例 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPdScale() { + return this.pdScale; + } + + /** + * 字段名称 :换算比例 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPdScale(Double pdScale) { + this.pdScale = pdScale; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :赠送单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getGiveUnitId() { + return this.giveUnitId; + } + + /** + * 字段名称 :赠送单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setGiveUnitId(String giveUnitId) { + this.giveUnitId = giveUnitId; + } + + /** + * 字段名称 :赠送单位名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getGiveUnitName() { + return this.giveUnitName; + } + + /** + * 字段名称 :赠送单位名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setGiveUnitName(String giveUnitName) { + this.giveUnitName = giveUnitName; + } + + /** + * 字段名称 :赠送数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getGiveAmount() { + return this.giveAmount; + } + + /** + * 字段名称 :赠送数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setGiveAmount(Double giveAmount) { + this.giveAmount = giveAmount; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :生产批号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPbNo() { + return this.pbNo; + } + + /** + * 字段名称 :生产批号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPbNo(String pbNo) { + this.pbNo = pbNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PurchaseStorageTicketLog.java b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseStorageTicketLog.java new file mode 100644 index 0000000..8012413 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseStorageTicketLog.java @@ -0,0 +1,133 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:采购入库单操作记录 + * 表代码:cy_purchase_storage_ticket_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PurchaseStorageTicketLog") +public class PurchaseStorageTicketLog extends BaseEntity { + + private static final long serialVersionUID = 1290323367553315801L; + + /** + *入库单ID + */ + private String ticketId; + + /** + *入库单编号 + */ + private String ticketNo; + + /** + *操作类型 + */ + private Integer type; + + /** + *操作状态 + */ + private Integer status; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :入库单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :入库单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :入库单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :入库单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTemplate.java b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTemplate.java new file mode 100644 index 0000000..6f97aff --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTemplate.java @@ -0,0 +1,111 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:采购模板 + * 表代码:cy_purchase_template + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"PurchaseTemplate") +public class PurchaseTemplate extends BaseEntity { + + private static final long serialVersionUID = 1009991242705392245L; + + /** + *编号 + */ + private String no; + + /** + *模板名称 + */ + private String name; + + /** + *备注信息 + */ + private String description; + + /** + *模板类型 + */ + private Integer type; + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :模板名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :模板名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :模板类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :模板类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTemplateDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTemplateDetail.java new file mode 100644 index 0000000..f37bb1f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTemplateDetail.java @@ -0,0 +1,280 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:采购模板明细 + * 表代码:cy_purchase_template_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"PurchaseTemplateDetail") +public class PurchaseTemplateDetail extends BaseEntity { + + private static final long serialVersionUID = 1420369458617824292L; + + /** + *模板Id + */ + private String ticketId; + + /** + *原料Id + */ + private String productId; + + /** + *原料编码 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *库存编码 + */ + private String dispatchUnitId; + + /** + *库存名称 + */ + private String dispatchUnitName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *采购单位 + */ + private String purchaseUnitId; + + /** + *采购单位名 + */ + private String purchaseUnitName; + + /** + *备注说明 + */ + private String description; + + + + + + + + public String getDispatchUnitId() { + return dispatchUnitId; + } + + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + public String getDispatchUnitName() { + return dispatchUnitName; + } + + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :模板Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :模板Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :原料Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编码 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编码 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPurchaseUnitId() { + return this.purchaseUnitId; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPurchaseUnitId(String purchaseUnitId) { + this.purchaseUnitId = purchaseUnitId; + } + + /** + * 字段名称 :采购单位名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPurchaseUnitName() { + return this.purchaseUnitName; + } + + /** + * 字段名称 :采购单位名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPurchaseUnitName(String purchaseUnitName) { + this.purchaseUnitName = purchaseUnitName; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTicket.java new file mode 100644 index 0000000..6a94ec0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTicket.java @@ -0,0 +1,318 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:采购单 + * 表代码:cy_purchase_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PurchaseTicket") +public class PurchaseTicket extends BaseEntity { + + private static final long serialVersionUID = 1146271491218671446L; + + /** + *单据编号 + */ + private String no; + + /** + *要货部门 + */ + private String storageId; + + /** + *供应商ID + */ + private String supplierId; + + /** + *供应商编号 + */ + private String supplierNo; + + /** + *送货日期 + */ + private Date deliveryDate; + + /** + *单据状态 + */ + private Integer status; + + /** + *是否选用 + */ + private Integer isUse; + + /** + *采购员 + */ + private String purchaseUser; + + /** + *制单人 + */ + private String setMan; + + /** + *制单日期 + */ + private Date setDate; + + /** + *审核人 + */ + private String checkMan; + + /** + *审核日期 + */ + private Date checkDate; + + /** + *备注信息 + */ + private String description; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :要货部门 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :要货部门 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :供应商ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSupplierId() { + return this.supplierId; + } + + /** + * 字段名称 :供应商ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSupplierId(String supplierId) { + this.supplierId = supplierId; + } + + /** + * 字段名称 :供应商编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSupplierNo() { + return this.supplierNo; + } + + /** + * 字段名称 :供应商编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSupplierNo(String supplierNo) { + this.supplierNo = supplierNo; + } + + /** + * 字段名称 :送货日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getDeliveryDate() { + return this.deliveryDate; + } + + /** + * 字段名称 :送货日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setDeliveryDate(Date deliveryDate) { + this.deliveryDate = deliveryDate; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :是否选用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsUse() { + return this.isUse; + } + + /** + * 字段名称 :是否选用 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsUse(Integer isUse) { + this.isUse = isUse; + } + + /** + * 字段名称 :采购员 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPurchaseUser() { + return this.purchaseUser; + } + + /** + * 字段名称 :采购员 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPurchaseUser(String purchaseUser) { + this.purchaseUser = purchaseUser; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSetDate() { + return this.setDate; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSetDate(Date setDate) { + this.setDate = setDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckMan() { + return this.checkMan; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckMan(String checkMan) { + this.checkMan = checkMan; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTicketDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTicketDetail.java new file mode 100644 index 0000000..739bf43 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTicketDetail.java @@ -0,0 +1,432 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:采购单明细 + * 表代码:cy_purchase_ticket_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PurchaseTicketDetail") +public class PurchaseTicketDetail extends BaseEntity { + + private static final long serialVersionUID = 1716563367508597805L; + + /** + *采购单ID + */ + private String ticketId; + + /** + *采购单编号 + */ + private String ticketNo; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *配送库存单位 + */ + private String dispatchUnitId; + + /** + *配送库存单位名称 + */ + private String dispatchUnitName; + + /** + *库存数量 + */ + private Double stockAmount; + + /** + *采购单位 + */ + private String purchaseUnitId; + + /** + *采购单位名 + */ + private String purchaseUnitName; + + /** + *换算比例 + */ + private Double pdScale; + + /** + *采购数量 + */ + private Double amount; + + /** + *采购价格 + */ + private Double price; + + /** + *采购金额 + */ + private Double money; + + /** + *备注说明 + */ + private String description; + + + /** + * 字段名称 :采购单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :采购单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :采购单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :采购单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :配送库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :配送库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :配送库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDispatchUnitName() { + return this.dispatchUnitName; + } + + /** + * 字段名称 :配送库存单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :库存数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getStockAmount() { + return this.stockAmount; + } + + /** + * 字段名称 :库存数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setStockAmount(Double stockAmount) { + this.stockAmount = stockAmount; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPurchaseUnitId() { + return this.purchaseUnitId; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPurchaseUnitId(String purchaseUnitId) { + this.purchaseUnitId = purchaseUnitId; + } + + /** + * 字段名称 :采购单位名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPurchaseUnitName() { + return this.purchaseUnitName; + } + + /** + * 字段名称 :采购单位名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPurchaseUnitName(String purchaseUnitName) { + this.purchaseUnitName = purchaseUnitName; + } + + /** + * 字段名称 :换算比例 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPdScale() { + return this.pdScale; + } + + /** + * 字段名称 :换算比例 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPdScale(Double pdScale) { + this.pdScale = pdScale; + } + + /** + * 字段名称 :采购数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :采购数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :采购价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :采购价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :采购金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :采购金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTicketLog.java b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTicketLog.java new file mode 100644 index 0000000..e6c7207 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PurchaseTicketLog.java @@ -0,0 +1,133 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:采购订单操作记录 + * 表代码:cy_purchase_ticket_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "PurchaseTicketLog") +public class PurchaseTicketLog extends BaseEntity { + + private static final long serialVersionUID = 1714589024981541859L; + + /** + *采购单ID + */ + private String ticketId; + + /** + *采购单编号 + */ + private String ticketNo; + + /** + *操作类型 + */ + private Integer type; + + /** + *操作状态 + */ + private Integer status; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :采购单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :采购单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :采购单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :采购单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/Purchaseprice.java b/food-api/src/main/java/com/jwsaas/entity/food/Purchaseprice.java new file mode 100644 index 0000000..6e9b914 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/Purchaseprice.java @@ -0,0 +1,203 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:采购价格 + * 表代码:cy_purchaseprice + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"Purchaseprice") +public class Purchaseprice extends BaseEntity { + + private static final long serialVersionUID = 1287507763963108211L; + + /** + *默认供应商ID + */ + private String supplierId; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *采购价格 + */ + private Double purchasePrice; + + + /** + * 字段名称 :默认供应商ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSupplierId() { + return this.supplierId; + } + + /** + * 字段名称 :默认供应商ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSupplierId(String supplierId) { + this.supplierId = supplierId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :采购价格 + * 数据类型 :decimal(24,2) + * 是否必填 :true + */ + public Double getPurchasePrice() { + return this.purchasePrice; + } + + /** + * 字段名称 :采购价格 + * 数据类型 :decimal(24,2) + * 是否必填 :true + */ + public void setPurchasePrice(Double purchasePrice) { + this.purchasePrice = purchasePrice; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PurchasepriceTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/PurchasepriceTicket.java new file mode 100644 index 0000000..fb3258e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PurchasepriceTicket.java @@ -0,0 +1,180 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:采购价格管理单 + * 表代码:cy_purchaseprice_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"PurchasepriceTicket") +public class PurchasepriceTicket extends BaseEntity { + + private static final long serialVersionUID = 1653790587826251177L; + + /** + *单据编号 + */ + private String no; + + /** + *单据状态 + */ + private Integer status; + + /** + *调价人 + */ + private String makeUser; + + /** + *调价日期 + */ + private Date makeDate; + + /** + *审核人 + */ + private String checkUser; + + /** + *审核日期 + */ + private Date checkDate; + + /** + *备注信息 + */ + private String description; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :调价人 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getMakeUser() { + return this.makeUser; + } + + /** + * 字段名称 :调价人 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setMakeUser(String makeUser) { + this.makeUser = makeUser; + } + + /** + * 字段名称 :调价日期 + * 数据类型 :datetime + * 是否必填 :true + */ + public Date getMakeDate() { + return this.makeDate; + } + + /** + * 字段名称 :调价日期 + * 数据类型 :datetime + * 是否必填 :true + */ + public void setMakeDate(Date makeDate) { + this.makeDate = makeDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckUser() { + return this.checkUser; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckUser(String checkUser) { + this.checkUser = checkUser; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/PurchasepriceTicketMaterial.java b/food-api/src/main/java/com/jwsaas/entity/food/PurchasepriceTicketMaterial.java new file mode 100644 index 0000000..3e11014 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/PurchasepriceTicketMaterial.java @@ -0,0 +1,305 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:采购价格单原料 + * 表代码:cy_purchaseprice_ticket_material + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"PurchasepriceTicketMaterial") +public class PurchasepriceTicketMaterial extends BaseEntity { + + private static final long serialVersionUID = 1777594157934604325L; + + /** + *采购价格单ID + */ + private String ticketId; + + /** + *默认供应商ID + */ + private String supplierId; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *采购单位 + */ + private String purchaseUnitId; + + /** + *历史采购价 + */ + private Double hpurchasePrice; + + /** + *新采购价 + */ + private Double purchasePrice; + + /** + *备注 + */ + private String description; + + //采购单位名称; + private String purchaseUnitName; + + public String getPurchaseUnitName() { + return purchaseUnitName; + } + + public void setPurchaseUnitName(String purchaseUnitName) { + this.purchaseUnitName = purchaseUnitName; + } + + /** + * 字段名称 :采购价格单ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :采购价格单ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :默认供应商ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSupplierId() { + return this.supplierId; + } + + /** + * 字段名称 :默认供应商ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSupplierId(String supplierId) { + this.supplierId = supplierId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPurchaseUnitId() { + return this.purchaseUnitId; + } + + /** + * 字段名称 :采购单位 + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPurchaseUnitId(String purchaseUnitId) { + this.purchaseUnitId = purchaseUnitId; + } + + /** + * 字段名称 :历史采购价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getHpurchasePrice() { + return this.hpurchasePrice; + } + + /** + * 字段名称 :历史采购价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setHpurchasePrice(Double hpurchasePrice) { + this.hpurchasePrice = hpurchasePrice; + } + + /** + * 字段名称 :新采购价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPurchasePrice() { + return this.purchasePrice; + } + + /** + * 字段名称 :新采购价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPurchasePrice(Double purchasePrice) { + this.purchasePrice = purchasePrice; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiAdjustPriceGoods.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiAdjustPriceGoods.java new file mode 100644 index 0000000..dda69de --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiAdjustPriceGoods.java @@ -0,0 +1,225 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈调价单商品明细 + * 表代码:cy_qimai_adjust_price_goods + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiAdjustPriceGoods") +public class QimaiAdjustPriceGoods extends BaseEntity { + + private static final long serialVersionUID = 1714219098220188833L; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *商品ID + */ + private String goodsId; + + /** + *产品ID + */ + private String productId; + + /** + *规格ID + */ + private String specId; + + /** + *售价 + */ + private Double price; + + /** + *会员价 + */ + private Double memberPrice; + + private String specName; + private String categoryId; + private String unit; + private String productNo; + private String productName; + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getUnit() { + return unit; + } + + public void setUnit(String unit) { + this.unit = unit; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getCategoryId() { + return categoryId; + } + + public void setCategoryId(String categoryId) { + this.categoryId = categoryId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getGoodsId() { + return this.goodsId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setGoodsId(String goodsId) { + this.goodsId = goodsId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMemberPrice() { + return this.memberPrice; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMemberPrice(Double memberPrice) { + this.memberPrice = memberPrice; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiAdjustPriceStore.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiAdjustPriceStore.java new file mode 100644 index 0000000..f5bb94a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiAdjustPriceStore.java @@ -0,0 +1,167 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈调价单门店明细 + * 表代码:cy_qimai_adjust_price_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiAdjustPriceStore") +public class QimaiAdjustPriceStore extends BaseEntity { + + private static final long serialVersionUID = 1564983982245217967L; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *门店ID + */ + private String storeId; + + private String setId; + + private String storeNo; + + private String storeName; + + private String multiId; + + private String street; + + private Integer status; + + private String linkman; + + private String qimaiStoreId; + + public String getQimaiStoreId() { + return qimaiStoreId; + } + + public void setQimaiStoreId(String qimaiStoreId) { + this.qimaiStoreId = qimaiStoreId; + } + + public String getSetId() { + return setId; + } + + public void setSetId(String setId) { + this.setId = setId; + } + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public String getMultiId() { + return multiId; + } + + public void setMultiId(String multiId) { + this.multiId = multiId; + } + + public String getStreet() { + return street; + } + + public void setStreet(String street) { + this.street = street; + } + + public Integer getStatus() { + return status; + } + + public void setStatus(Integer status) { + this.status = status; + } + + public String getLinkman() { + return linkman; + } + + public void setLinkman(String linkman) { + this.linkman = linkman; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiAdjustPriceTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiAdjustPriceTicket.java new file mode 100644 index 0000000..8c71f61 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiAdjustPriceTicket.java @@ -0,0 +1,157 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈商品调价单 + * 表代码:cy_qimai_adjust_price_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiAdjustPriceTicket") +public class QimaiAdjustPriceTicket extends BaseEntity { + + private static final long serialVersionUID = 1264012157738215245L; + + /** + *单据编号 + */ + private String no; + + /** + *生效时间 + */ + private Date effectDate; + + /** + *备注信息 + */ + private String description; + + /** + *单据状态 + */ + private Integer status; + + /** + *审核人 + */ + private String checkPeople; + + /** + *审核日期 + */ + private Date checkDate; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :生效时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getEffectDate() { + return this.effectDate; + } + + /** + * 字段名称 :生效时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setEffectDate(Date effectDate) { + this.effectDate = effectDate; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :true + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCheckPeople() { + return this.checkPeople; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCheckPeople(String checkPeople) { + this.checkPeople = checkPeople; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiAttribute.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiAttribute.java new file mode 100644 index 0000000..3029e53 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiAttribute.java @@ -0,0 +1,203 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈属性 + * 表代码:cy_qimai_attribute + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiAttribute") +public class QimaiAttribute extends BaseEntity { + + private static final long serialVersionUID = 1509030355566541838L; + + /** + *店铺设置ID + */ + private String setId; + + /** + *属性编号 + */ + private String no; + + /** + *属性名称 + */ + private String name; + + /** + *分类ID + */ + private String categoryId; + + /** + *企迈属性ID + */ + private String multiId; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :属性编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :属性编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :属性名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :属性名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :分类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCategoryId() { + return this.categoryId; + } + + /** + * 字段名称 :分类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCategoryId(String categoryId) { + this.categoryId = categoryId; + } + + /** + * 字段名称 :企迈属性ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMultiId() { + return this.multiId; + } + + /** + * 字段名称 :企迈属性ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMultiId(String multiId) { + this.multiId = multiId; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiAttributeCategory.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiAttributeCategory.java new file mode 100644 index 0000000..1fd97ee --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiAttributeCategory.java @@ -0,0 +1,203 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈属性分类 + * 表代码:cy_qimai_attribute_category + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiAttributeCategory") +public class QimaiAttributeCategory extends BaseEntity { + + private static final long serialVersionUID = 1286164411936031055L; + + /** + *店铺设置ID + */ + private String setId; + + /** + *分类编号 + */ + private String no; + + /** + *分类名称 + */ + private String name; + + /** + *是否是规格 + */ + private Integer specFlag; + + /** + *企迈规格ID + */ + private String multiId; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :分类编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :分类编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :是否是规格 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSpecFlag() { + return this.specFlag; + } + + /** + * 字段名称 :是否是规格 + * 数据类型 :int + * 是否必填 :false + */ + public void setSpecFlag(Integer specFlag) { + this.specFlag = specFlag; + } + + /** + * 字段名称 :企迈规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMultiId() { + return this.multiId; + } + + /** + * 字段名称 :企迈规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMultiId(String multiId) { + this.multiId = multiId; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiCharge.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiCharge.java new file mode 100644 index 0000000..95fd90c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiCharge.java @@ -0,0 +1,295 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈加料信息 + * 表代码:cy_qimai_charge + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiCharge") +public class QimaiCharge extends BaseEntity { + + private static final long serialVersionUID = 1894851648233674711L; + + /** + *店铺设置ID + */ + private String setId; + + /** + *名称 + */ + private String name; + + /** + *编码 + */ + private String no; + + /** + *做法ID + */ + private String makeDetailId; + + /** + *企迈ID + */ + private String multiId; + + /** + *销售类型 + */ + private Integer type; + + /** + *堂食价格 + */ + private Double tsPrice; + + /** + *外卖价格 + */ + private Double wmPrice; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :编码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :做法ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getMakeDetailId() { + return this.makeDetailId; + } + + /** + * 字段名称 :做法ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setMakeDetailId(String makeDetailId) { + this.makeDetailId = makeDetailId; + } + + /** + * 字段名称 :企迈ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMultiId() { + return this.multiId; + } + + /** + * 字段名称 :企迈ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMultiId(String multiId) { + this.multiId = multiId; + } + + /** + * 字段名称 :销售类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :销售类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :堂食价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTsPrice() { + return this.tsPrice; + } + + /** + * 字段名称 :堂食价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTsPrice(Double tsPrice) { + this.tsPrice = tsPrice; + } + + /** + * 字段名称 :外卖价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWmPrice() { + return this.wmPrice; + } + + /** + * 字段名称 :外卖价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWmPrice(Double wmPrice) { + this.wmPrice = wmPrice; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiOrder.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiOrder.java new file mode 100644 index 0000000..09e25b0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiOrder.java @@ -0,0 +1,1215 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈订单表 + * 表代码:cy_qimai_order + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiOrder") +public class QimaiOrder extends BaseEntity { + + private static final long serialVersionUID = 1075192082899220066L; + + /** + *消息 + */ + private String message; + + /** + *巨为门店id + */ + private String storeId; + + /** + *订单ID + */ + private String orderId; + + /** + *门店名称 + */ + private String multiStoreName; + + /** + *门店ID + */ + private String multiStoreId; + + /** + *订单号 + */ + private String orderNo; + + /** + *创建时间 + */ + private String createdTime; + + /** + *支付时间 + */ + private String payTime; + + /** + *订单状态 + */ + private Integer status; + + /** + *取单号 + */ + private String sortNum; + + /** + *应付价格 + */ + private Double amount; + + /** + *总价格 + */ + private Double totalAmount; + + /** + *优惠价格 + */ + private Double minusAmount; + + /** + *是否使用优惠券 + */ + private Integer useCoupon; + + /** + *使用的优惠券类型 + */ + private Integer couponType; + + /** + *备注 + */ + private String postscript; + + /** + *订单类型文字 + */ + private String typeCateText; + + /** + *用户名称 + */ + private String userName; + + /** + *支付用户名称 + */ + private String payUserName; + + /** + *订单来源 + */ + private Integer source; + + /** + *来源文字 + */ + private String sourceTxt; + + /** + *用户手机号 + */ + private String moblie; + + /** + *用户全称 + */ + private String userNameAll; + + /** + *商品名称集合 + */ + private String goodsName; + + /** + *退款订单id + */ + private String refundOrderId; + + /** + *退款订单状态 + */ + private Integer refundOrderStatus; + + /** + *退款订单状态文字 + */ + private String refundOrderStatusText; + + /** + *商品详情 + */ + private String goods; + + /** + *是否多人点餐 + */ + private Integer mutilUser; + + /** + *桌号 + */ + private String tableNumber; + + /** + *配送费 + */ + private Double freight; + + /** + *餐具费 + */ + private Double tablewarePrice; + + /** + *状态 + */ + private Integer finalStatus; + + /** + *状态文字 + */ + private String statusText; + + /** + *就餐人数 + */ + private Integer peopleNumber; + + /** + *门店编码 + */ + private String multiStoreMark; + + /** + *订单完成时间 + */ + private String completedAt; + + /** + *预计送达时间 + */ + private String reserveTakeoutTime; + + /** + *预点餐订单的就餐时间 + */ + private String mealTime; + + /** + *配送快递 + */ + private Integer express; + + /** + *纬度 + */ + private String lat; + + /** + *经度 + */ + private String lng; + + /** + *配送信息 + */ + private String thirdDelivery; + + /** + *收件人名称 + */ + private String acceptName; + + /** + *收件人联系方式 + */ + private String acceptMobile; + + /** + *收件人地址 + */ + private String address; + + /** + *支付详情 + */ + private String payModel; + + /** + *余额支付金额 + */ + private Double walletAmount; + + /** + *实际支付金额 + */ + private Double receivableAmount; + + /** + *扩展字段1 + */ + private String ext1; + + /** + *扩展字段2 + */ + private String ext2; + + /** + *扩展字段3 + */ + private String ext3; + + + /** + * 字段名称 :消息 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getMessage() { + return this.message; + } + + /** + * 字段名称 :消息 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setMessage(String message) { + this.message = message; + } + + /** + * 字段名称 :巨为门店id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :巨为门店id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderId() { + return this.orderId; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getMultiStoreName() { + return this.multiStoreName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setMultiStoreName(String multiStoreName) { + this.multiStoreName = multiStoreName; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMultiStoreId() { + return this.multiStoreId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMultiStoreId(String multiStoreId) { + this.multiStoreId = multiStoreId; + } + + /** + * 字段名称 :订单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :订单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :创建时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCreatedTime() { + return this.createdTime; + } + + /** + * 字段名称 :创建时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCreatedTime(String createdTime) { + this.createdTime = createdTime; + } + + /** + * 字段名称 :支付时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPayTime() { + return this.payTime; + } + + /** + * 字段名称 :支付时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPayTime(String payTime) { + this.payTime = payTime; + } + + /** + * 字段名称 :订单状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :订单状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :取单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSortNum() { + return this.sortNum; + } + + /** + * 字段名称 :取单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSortNum(String sortNum) { + this.sortNum = sortNum; + } + + /** + * 字段名称 :应付价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :应付价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :总价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTotalAmount() { + return this.totalAmount; + } + + /** + * 字段名称 :总价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTotalAmount(Double totalAmount) { + this.totalAmount = totalAmount; + } + + /** + * 字段名称 :优惠价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMinusAmount() { + return this.minusAmount; + } + + /** + * 字段名称 :优惠价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMinusAmount(Double minusAmount) { + this.minusAmount = minusAmount; + } + + /** + * 字段名称 :是否使用优惠券 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getUseCoupon() { + return this.useCoupon; + } + + /** + * 字段名称 :是否使用优惠券 + * 数据类型 :int + * 是否必填 :false + */ + public void setUseCoupon(Integer useCoupon) { + this.useCoupon = useCoupon; + } + + /** + * 字段名称 :使用的优惠券类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCouponType() { + return this.couponType; + } + + /** + * 字段名称 :使用的优惠券类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setCouponType(Integer couponType) { + this.couponType = couponType; + } + + /** + * 字段名称 :备注 + * 数据类型 :text + * 是否必填 :false + */ + public String getPostscript() { + return this.postscript; + } + + /** + * 字段名称 :备注 + * 数据类型 :text + * 是否必填 :false + */ + public void setPostscript(String postscript) { + this.postscript = postscript; + } + + /** + * 字段名称 :订单类型文字 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeCateText() { + return this.typeCateText; + } + + /** + * 字段名称 :订单类型文字 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeCateText(String typeCateText) { + this.typeCateText = typeCateText; + } + + /** + * 字段名称 :用户名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getUserName() { + return this.userName; + } + + /** + * 字段名称 :用户名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setUserName(String userName) { + this.userName = userName; + } + + /** + * 字段名称 :支付用户名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getPayUserName() { + return this.payUserName; + } + + /** + * 字段名称 :支付用户名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setPayUserName(String payUserName) { + this.payUserName = payUserName; + } + + /** + * 字段名称 :订单来源 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSource() { + return this.source; + } + + /** + * 字段名称 :订单来源 + * 数据类型 :int + * 是否必填 :false + */ + public void setSource(Integer source) { + this.source = source; + } + + /** + * 字段名称 :来源文字 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSourceTxt() { + return this.sourceTxt; + } + + /** + * 字段名称 :来源文字 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSourceTxt(String sourceTxt) { + this.sourceTxt = sourceTxt; + } + + /** + * 字段名称 :用户手机号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getMoblie() { + return this.moblie; + } + + /** + * 字段名称 :用户手机号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setMoblie(String moblie) { + this.moblie = moblie; + } + + /** + * 字段名称 :用户全称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getUserNameAll() { + return this.userNameAll; + } + + /** + * 字段名称 :用户全称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setUserNameAll(String userNameAll) { + this.userNameAll = userNameAll; + } + + /** + * 字段名称 :商品名称集合 + * 数据类型 :text + * 是否必填 :false + */ + public String getGoodsName() { + return this.goodsName; + } + + /** + * 字段名称 :商品名称集合 + * 数据类型 :text + * 是否必填 :false + */ + public void setGoodsName(String goodsName) { + this.goodsName = goodsName; + } + + /** + * 字段名称 :退款订单id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getRefundOrderId() { + return this.refundOrderId; + } + + /** + * 字段名称 :退款订单id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setRefundOrderId(String refundOrderId) { + this.refundOrderId = refundOrderId; + } + + /** + * 字段名称 :退款订单状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getRefundOrderStatus() { + return this.refundOrderStatus; + } + + /** + * 字段名称 :退款订单状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setRefundOrderStatus(Integer refundOrderStatus) { + this.refundOrderStatus = refundOrderStatus; + } + + /** + * 字段名称 :退款订单状态文字 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getRefundOrderStatusText() { + return this.refundOrderStatusText; + } + + /** + * 字段名称 :退款订单状态文字 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setRefundOrderStatusText(String refundOrderStatusText) { + this.refundOrderStatusText = refundOrderStatusText; + } + + /** + * 字段名称 :商品详情 + * 数据类型 :text + * 是否必填 :false + */ + public String getGoods() { + return this.goods; + } + + /** + * 字段名称 :商品详情 + * 数据类型 :text + * 是否必填 :false + */ + public void setGoods(String goods) { + this.goods = goods; + } + + /** + * 字段名称 :是否多人点餐 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getMutilUser() { + return this.mutilUser; + } + + /** + * 字段名称 :是否多人点餐 + * 数据类型 :int + * 是否必填 :false + */ + public void setMutilUser(Integer mutilUser) { + this.mutilUser = mutilUser; + } + + /** + * 字段名称 :桌号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTableNumber() { + return this.tableNumber; + } + + /** + * 字段名称 :桌号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTableNumber(String tableNumber) { + this.tableNumber = tableNumber; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getFreight() { + return this.freight; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setFreight(Double freight) { + this.freight = freight; + } + + /** + * 字段名称 :餐具费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTablewarePrice() { + return this.tablewarePrice; + } + + /** + * 字段名称 :餐具费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTablewarePrice(Double tablewarePrice) { + this.tablewarePrice = tablewarePrice; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getFinalStatus() { + return this.finalStatus; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setFinalStatus(Integer finalStatus) { + this.finalStatus = finalStatus; + } + + /** + * 字段名称 :状态文字 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStatusText() { + return this.statusText; + } + + /** + * 字段名称 :状态文字 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStatusText(String statusText) { + this.statusText = statusText; + } + + /** + * 字段名称 :就餐人数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPeopleNumber() { + return this.peopleNumber; + } + + /** + * 字段名称 :就餐人数 + * 数据类型 :int + * 是否必填 :false + */ + public void setPeopleNumber(Integer peopleNumber) { + this.peopleNumber = peopleNumber; + } + + /** + * 字段名称 :门店编码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMultiStoreMark() { + return this.multiStoreMark; + } + + /** + * 字段名称 :门店编码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMultiStoreMark(String multiStoreMark) { + this.multiStoreMark = multiStoreMark; + } + + /** + * 字段名称 :订单完成时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCompletedAt() { + return this.completedAt; + } + + /** + * 字段名称 :订单完成时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCompletedAt(String completedAt) { + this.completedAt = completedAt; + } + + /** + * 字段名称 :预计送达时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getReserveTakeoutTime() { + return this.reserveTakeoutTime; + } + + /** + * 字段名称 :预计送达时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setReserveTakeoutTime(String reserveTakeoutTime) { + this.reserveTakeoutTime = reserveTakeoutTime; + } + + /** + * 字段名称 :预点餐订单的就餐时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMealTime() { + return this.mealTime; + } + + /** + * 字段名称 :预点餐订单的就餐时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMealTime(String mealTime) { + this.mealTime = mealTime; + } + + /** + * 字段名称 :配送快递 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getExpress() { + return this.express; + } + + /** + * 字段名称 :配送快递 + * 数据类型 :int + * 是否必填 :false + */ + public void setExpress(Integer express) { + this.express = express; + } + + /** + * 字段名称 :纬度 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLat() { + return this.lat; + } + + /** + * 字段名称 :纬度 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLat(String lat) { + this.lat = lat; + } + + /** + * 字段名称 :经度 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLng() { + return this.lng; + } + + /** + * 字段名称 :经度 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLng(String lng) { + this.lng = lng; + } + + /** + * 字段名称 :配送信息 + * 数据类型 :text + * 是否必填 :false + */ + public String getThirdDelivery() { + return this.thirdDelivery; + } + + /** + * 字段名称 :配送信息 + * 数据类型 :text + * 是否必填 :false + */ + public void setThirdDelivery(String thirdDelivery) { + this.thirdDelivery = thirdDelivery; + } + + /** + * 字段名称 :收件人名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getAcceptName() { + return this.acceptName; + } + + /** + * 字段名称 :收件人名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setAcceptName(String acceptName) { + this.acceptName = acceptName; + } + + /** + * 字段名称 :收件人联系方式 + * 数据类型 :text + * 是否必填 :false + */ + public String getAcceptMobile() { + return this.acceptMobile; + } + + /** + * 字段名称 :收件人联系方式 + * 数据类型 :text + * 是否必填 :false + */ + public void setAcceptMobile(String acceptMobile) { + this.acceptMobile = acceptMobile; + } + + /** + * 字段名称 :收件人地址 + * 数据类型 :text + * 是否必填 :false + */ + public String getAddress() { + return this.address; + } + + /** + * 字段名称 :收件人地址 + * 数据类型 :text + * 是否必填 :false + */ + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :支付详情 + * 数据类型 :text + * 是否必填 :false + */ + public String getPayModel() { + return this.payModel; + } + + /** + * 字段名称 :支付详情 + * 数据类型 :text + * 是否必填 :false + */ + public void setPayModel(String payModel) { + this.payModel = payModel; + } + + /** + * 字段名称 :余额支付金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWalletAmount() { + return this.walletAmount; + } + + /** + * 字段名称 :余额支付金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWalletAmount(Double walletAmount) { + this.walletAmount = walletAmount; + } + + /** + * 字段名称 :实际支付金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivableAmount() { + return this.receivableAmount; + } + + /** + * 字段名称 :实际支付金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivableAmount(Double receivableAmount) { + this.receivableAmount = receivableAmount; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiOrderItem.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiOrderItem.java new file mode 100644 index 0000000..eb820f2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiOrderItem.java @@ -0,0 +1,410 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈订单明细表 + * 表代码:cy_qimai_order_item + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiOrderItem") +public class QimaiOrderItem extends BaseEntity { + + private static final long serialVersionUID = 1785019691681420945L; + + /** + *订单ID + */ + private String orderId; + + /** + *菜品id + */ + private String dishId; + + /** + *商品名称 + */ + private String name; + + /** + *图片 + */ + private String image; + + /** + *价格 + */ + private Double price; + + /** + *优惠金额 + */ + private Double minus; + + /** + *成本价格 + */ + private Double costPrice; + + /** + *数量 + */ + private Integer num; + + /** + *是否发货 + */ + private Integer isSend; + + /** + *发货时间 + */ + private String sentAt; + + /** + *是否赠品 + */ + private Integer isGive; + + /** + *推广员佣金 + */ + private Double incomeRate; + + /** + *商品标识 + */ + private String tradeMark; + + /** + *邀请人佣金 + */ + private Double incomeRate2; + + /** + *扩展字段1 + */ + private String ext1; + + /** + *扩展字段2 + */ + private String ext2; + + /** + *扩展字段3 + */ + private String ext3; + + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderId() { + return this.orderId; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + /** + * 字段名称 :菜品id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDishId() { + return this.dishId; + } + + /** + * 字段名称 :菜品id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDishId(String dishId) { + this.dishId = dishId; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :图片 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getImage() { + return this.image; + } + + /** + * 字段名称 :图片 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setImage(String image) { + this.image = image; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMinus() { + return this.minus; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMinus(Double minus) { + this.minus = minus; + } + + /** + * 字段名称 :成本价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCostPrice() { + return this.costPrice; + } + + /** + * 字段名称 :成本价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCostPrice(Double costPrice) { + this.costPrice = costPrice; + } + + /** + * 字段名称 :数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getNum() { + return this.num; + } + + /** + * 字段名称 :数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setNum(Integer num) { + this.num = num; + } + + /** + * 字段名称 :是否发货 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsSend() { + return this.isSend; + } + + /** + * 字段名称 :是否发货 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsSend(Integer isSend) { + this.isSend = isSend; + } + + /** + * 字段名称 :发货时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSentAt() { + return this.sentAt; + } + + /** + * 字段名称 :发货时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSentAt(String sentAt) { + this.sentAt = sentAt; + } + + /** + * 字段名称 :是否赠品 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsGive() { + return this.isGive; + } + + /** + * 字段名称 :是否赠品 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsGive(Integer isGive) { + this.isGive = isGive; + } + + /** + * 字段名称 :推广员佣金 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getIncomeRate() { + return this.incomeRate; + } + + /** + * 字段名称 :推广员佣金 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setIncomeRate(Double incomeRate) { + this.incomeRate = incomeRate; + } + + /** + * 字段名称 :商品标识 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTradeMark() { + return this.tradeMark; + } + + /** + * 字段名称 :商品标识 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTradeMark(String tradeMark) { + this.tradeMark = tradeMark; + } + + /** + * 字段名称 :邀请人佣金 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getIncomeRate2() { + return this.incomeRate2; + } + + /** + * 字段名称 :邀请人佣金 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setIncomeRate2(Double incomeRate2) { + this.incomeRate2 = incomeRate2; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiOrderPay.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiOrderPay.java new file mode 100644 index 0000000..5499c25 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiOrderPay.java @@ -0,0 +1,157 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈订单支付信息 + * 表代码:cy_qimai_order_pay + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiOrderPay") +public class QimaiOrderPay extends BaseEntity { + + private static final long serialVersionUID = 1452882947616519695L; + + /** + *订单ID + */ + private String orderId; + + /** + *支付方式名称 + */ + private String name; + + /** + *支付方式id + */ + private Integer type; + + /** + *扩展字段1 + */ + private String ext1; + + /** + *扩展字段2 + */ + private String ext2; + + /** + *扩展字段3 + */ + private String ext3; + + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderId() { + return this.orderId; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + /** + * 字段名称 :支付方式名称 + * 数据类型 :text + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :支付方式名称 + * 数据类型 :text + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :支付方式id + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :支付方式id + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiProduct.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProduct.java new file mode 100644 index 0000000..1cb9237 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProduct.java @@ -0,0 +1,837 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈商品信息 + * 表代码:cy_qimai_product + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiProduct") +public class QimaiProduct extends BaseEntity { + + private static final long serialVersionUID = 1416089285196343936L; + + /** + *店铺设置ID + */ + private String setId; + + /** + *产品ID + */ + private String productId; + + /** + *产品编号 + */ + private String productNo; + + /** + *商品名称 + */ + private String name; + + /** + *商品描述 + */ + private String description; + + /** + *企迈商品ID + */ + private String multiId; + + /** + *分类ID + */ + private String categoryId; + + /** + *是否多规格 + */ + private Integer useSpec; + + /** + *商品单位 + */ + private String unit; + + /** + *分类路径 + */ + private String categoryPath; + + /** + *是否分时段销售 + */ + private Integer sellTimeStatus; + + /** + *销售时段 + */ + private String sellTime; + + /** + *商品制做时间 + */ + private Integer productionTime; + + /** + *商品销售类型 + */ + private String saleType; + + /** + *详细介绍 + */ + private String content; + + /** + *打包费 + */ + private Double packCost; + + /** + *堂食市场价 + */ + private Double tsOrgPrice; + + /** + *外卖市场价 + */ + private Double wmOrgPrice; + + /** + *堂食销售价 + */ + private Double tsSalePrice; + + /** + *外卖销售价 + */ + private Double wmSalePrice; + + /** + *是否参与会员折扣 + */ + private Integer isCardDiscount; + + /** + *是否上架 + */ + private Integer shelveStatus; + + /** + *计价方式 + */ + private Integer pricingMode; + + /** + *门店销售渠道 + */ + private Integer isSellOffline; + + /** + *网络销售渠道 + */ + private Integer isSellOnline; + + /** + *网店售价 + */ + private Double sellPrice; + + /** + *是否开启属性 + */ + private Integer isUseProperty; + + /** + *做法详情 + */ + private String property; + + /** + *商品的销售类型 + */ + private Integer type; + + /** + *套餐的封面图 + */ + private String coverImg; + + /** + *产品销量 + */ + private Integer sales; + + /** + *扩展字段1 + */ + private String ext1; + + /** + *扩展字段2 + */ + private String ext2; + + /** + *扩展字段3 + */ + private String ext3; + + private String specId; + private String specName; + private String qimaiSpecId; + private String qimaiProductId; + + public String getQimaiProductId() { + return qimaiProductId; + } + + public void setQimaiProductId(String qimaiProductId) { + this.qimaiProductId = qimaiProductId; + } + + public String getSpecId() { + return specId; + } + + public void setSpecId(String specId) { + this.specId = specId; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getQimaiSpecId() { + return qimaiSpecId; + } + + public void setQimaiSpecId(String qimaiSpecId) { + this.qimaiSpecId = qimaiSpecId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :商品描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :商品描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :企迈商品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMultiId() { + return this.multiId; + } + + /** + * 字段名称 :企迈商品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMultiId(String multiId) { + this.multiId = multiId; + } + + /** + * 字段名称 :分类ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getCategoryId() { + return this.categoryId; + } + + /** + * 字段名称 :分类ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setCategoryId(String categoryId) { + this.categoryId = categoryId; + } + + /** + * 字段名称 :是否多规格 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getUseSpec() { + return this.useSpec; + } + + /** + * 字段名称 :是否多规格 + * 数据类型 :int + * 是否必填 :false + */ + public void setUseSpec(Integer useSpec) { + this.useSpec = useSpec; + } + + /** + * 字段名称 :商品单位 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getUnit() { + return this.unit; + } + + /** + * 字段名称 :商品单位 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setUnit(String unit) { + this.unit = unit; + } + + /** + * 字段名称 :分类路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getCategoryPath() { + return this.categoryPath; + } + + /** + * 字段名称 :分类路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setCategoryPath(String categoryPath) { + this.categoryPath = categoryPath; + } + + /** + * 字段名称 :是否分时段销售 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSellTimeStatus() { + return this.sellTimeStatus; + } + + /** + * 字段名称 :是否分时段销售 + * 数据类型 :int + * 是否必填 :false + */ + public void setSellTimeStatus(Integer sellTimeStatus) { + this.sellTimeStatus = sellTimeStatus; + } + + /** + * 字段名称 :销售时段 + * 数据类型 :text + * 是否必填 :false + */ + public String getSellTime() { + return this.sellTime; + } + + /** + * 字段名称 :销售时段 + * 数据类型 :text + * 是否必填 :false + */ + public void setSellTime(String sellTime) { + this.sellTime = sellTime; + } + + /** + * 字段名称 :商品制做时间 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getProductionTime() { + return this.productionTime; + } + + /** + * 字段名称 :商品制做时间 + * 数据类型 :int + * 是否必填 :false + */ + public void setProductionTime(Integer productionTime) { + this.productionTime = productionTime; + } + + /** + * 字段名称 :商品销售类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSaleType() { + return this.saleType; + } + + /** + * 字段名称 :商品销售类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSaleType(String saleType) { + this.saleType = saleType; + } + + /** + * 字段名称 :详细介绍 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getContent() { + return this.content; + } + + /** + * 字段名称 :详细介绍 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setContent(String content) { + this.content = content; + } + + /** + * 字段名称 :打包费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPackCost() { + return this.packCost; + } + + /** + * 字段名称 :打包费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPackCost(Double packCost) { + this.packCost = packCost; + } + + /** + * 字段名称 :堂食市场价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTsOrgPrice() { + return this.tsOrgPrice; + } + + /** + * 字段名称 :堂食市场价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTsOrgPrice(Double tsOrgPrice) { + this.tsOrgPrice = tsOrgPrice; + } + + /** + * 字段名称 :外卖市场价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWmOrgPrice() { + return this.wmOrgPrice; + } + + /** + * 字段名称 :外卖市场价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWmOrgPrice(Double wmOrgPrice) { + this.wmOrgPrice = wmOrgPrice; + } + + /** + * 字段名称 :堂食销售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTsSalePrice() { + return this.tsSalePrice; + } + + /** + * 字段名称 :堂食销售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTsSalePrice(Double tsSalePrice) { + this.tsSalePrice = tsSalePrice; + } + + /** + * 字段名称 :外卖销售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWmSalePrice() { + return this.wmSalePrice; + } + + /** + * 字段名称 :外卖销售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWmSalePrice(Double wmSalePrice) { + this.wmSalePrice = wmSalePrice; + } + + /** + * 字段名称 :是否参与会员折扣 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsCardDiscount() { + return this.isCardDiscount; + } + + /** + * 字段名称 :是否参与会员折扣 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsCardDiscount(Integer isCardDiscount) { + this.isCardDiscount = isCardDiscount; + } + + /** + * 字段名称 :是否上架 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getShelveStatus() { + return this.shelveStatus; + } + + /** + * 字段名称 :是否上架 + * 数据类型 :int + * 是否必填 :false + */ + public void setShelveStatus(Integer shelveStatus) { + this.shelveStatus = shelveStatus; + } + + /** + * 字段名称 :计价方式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPricingMode() { + return this.pricingMode; + } + + /** + * 字段名称 :计价方式 + * 数据类型 :int + * 是否必填 :false + */ + public void setPricingMode(Integer pricingMode) { + this.pricingMode = pricingMode; + } + + /** + * 字段名称 :门店销售渠道 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsSellOffline() { + return this.isSellOffline; + } + + /** + * 字段名称 :门店销售渠道 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsSellOffline(Integer isSellOffline) { + this.isSellOffline = isSellOffline; + } + + /** + * 字段名称 :网络销售渠道 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsSellOnline() { + return this.isSellOnline; + } + + /** + * 字段名称 :网络销售渠道 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsSellOnline(Integer isSellOnline) { + this.isSellOnline = isSellOnline; + } + + /** + * 字段名称 :网店售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSellPrice() { + return this.sellPrice; + } + + /** + * 字段名称 :网店售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSellPrice(Double sellPrice) { + this.sellPrice = sellPrice; + } + + /** + * 字段名称 :是否开启属性 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsUseProperty() { + return this.isUseProperty; + } + + /** + * 字段名称 :是否开启属性 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsUseProperty(Integer isUseProperty) { + this.isUseProperty = isUseProperty; + } + + /** + * 字段名称 :做法详情 + * 数据类型 :text + * 是否必填 :false + */ + public String getProperty() { + return this.property; + } + + /** + * 字段名称 :做法详情 + * 数据类型 :text + * 是否必填 :false + */ + public void setProperty(String property) { + this.property = property; + } + + /** + * 字段名称 :商品的销售类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :商品的销售类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :套餐的封面图 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getCoverImg() { + return this.coverImg; + } + + /** + * 字段名称 :套餐的封面图 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setCoverImg(String coverImg) { + this.coverImg = coverImg; + } + + /** + * 字段名称 :产品销量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSales() { + return this.sales; + } + + /** + * 字段名称 :产品销量 + * 数据类型 :int + * 是否必填 :false + */ + public void setSales(Integer sales) { + this.sales = sales; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductAttribute.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductAttribute.java new file mode 100644 index 0000000..0422a15 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductAttribute.java @@ -0,0 +1,203 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈商品属性 + * 表代码:cy_qimai_product_attribute + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiProductAttribute") +public class QimaiProductAttribute extends BaseEntity { + + private static final long serialVersionUID = 1360094383399748680L; + + /** + *店铺设置ID + */ + private String setId; + + /** + *商品ID + */ + private String productId; + + /** + *属性ID + */ + private String attributeId; + + /** + *属性编号 + */ + private String no; + + /** + *属性名称 + */ + private String name; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :属性ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAttributeId() { + return this.attributeId; + } + + /** + * 字段名称 :属性ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAttributeId(String attributeId) { + this.attributeId = attributeId; + } + + /** + * 字段名称 :属性编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :属性编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :属性名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :属性名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductCategory.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductCategory.java new file mode 100644 index 0000000..3a68574 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductCategory.java @@ -0,0 +1,318 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈商品分类 + * 表代码:cy_qimai_product_category + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiProductCategory") +public class QimaiProductCategory extends BaseEntity { + + private static final long serialVersionUID = 1908491829291338408L; + + /** + *店铺设置ID + */ + private String setId; + + /** + *分类编号 + */ + private String no; + + /** + *分类名称 + */ + private String name; + + /** + *分类类型 + */ + private Integer type; + + /** + *企迈分类ID + */ + private String multiId; + + /** + *上架时间 + */ + private Integer showPeriod; + + /** + *开始日期 + */ + private String beginDate; + + /** + *结束日期 + */ + private String endDate; + + /** + *周频 + */ + private String weeks; + + /** + *时间段 + */ + private String period; + + /** + *扩展字段1 + */ + private String ext1; + + /** + *扩展字段2 + */ + private String ext2; + + /** + *扩展字段3 + */ + private String ext3; + + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :分类编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :分类编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :分类类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :分类类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :企迈分类ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getMultiId() { + return this.multiId; + } + + /** + * 字段名称 :企迈分类ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setMultiId(String multiId) { + this.multiId = multiId; + } + + /** + * 字段名称 :上架时间 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getShowPeriod() { + return this.showPeriod; + } + + /** + * 字段名称 :上架时间 + * 数据类型 :int + * 是否必填 :false + */ + public void setShowPeriod(Integer showPeriod) { + this.showPeriod = showPeriod; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBeginDate() { + return this.beginDate; + } + + /** + * 字段名称 :开始日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBeginDate(String beginDate) { + this.beginDate = beginDate; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getEndDate() { + return this.endDate; + } + + /** + * 字段名称 :结束日期 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setEndDate(String endDate) { + this.endDate = endDate; + } + + /** + * 字段名称 :周频 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getWeeks() { + return this.weeks; + } + + /** + * 字段名称 :周频 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setWeeks(String weeks) { + this.weeks = weeks; + } + + /** + * 字段名称 :时间段 + * 数据类型 :text + * 是否必填 :false + */ + public String getPeriod() { + return this.period; + } + + /** + * 字段名称 :时间段 + * 数据类型 :text + * 是否必填 :false + */ + public void setPeriod(String period) { + this.period = period; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductCharge.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductCharge.java new file mode 100644 index 0000000..b06a467 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductCharge.java @@ -0,0 +1,272 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈商品加料信息 + * 表代码:cy_qimai_product_charge + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiProductCharge") +public class QimaiProductCharge extends BaseEntity { + + private static final long serialVersionUID = 1978421151183723335L; + + /** + *店铺设置ID + */ + private String setId; + + /** + *商品ID + */ + private String productId; + + /** + *系统企迈商品ID + */ + private String qimaiProductId; + + /** + *企迈商品ID + */ + private String multiId; + + /** + *加料ID + */ + private String chargeId; + + /** + *做法ID + */ + private String makeDetailId; + + /** + *加料名称 + */ + private String chargeName; + + /** + *企迈加料Id + */ + private String chargeMultiId; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :系统企迈商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getQimaiProductId() { + return this.qimaiProductId; + } + + /** + * 字段名称 :系统企迈商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setQimaiProductId(String qimaiProductId) { + this.qimaiProductId = qimaiProductId; + } + + /** + * 字段名称 :企迈商品ID + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getMultiId() { + return this.multiId; + } + + /** + * 字段名称 :企迈商品ID + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setMultiId(String multiId) { + this.multiId = multiId; + } + + /** + * 字段名称 :加料ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getChargeId() { + return this.chargeId; + } + + /** + * 字段名称 :加料ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setChargeId(String chargeId) { + this.chargeId = chargeId; + } + + /** + * 字段名称 :做法ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getMakeDetailId() { + return this.makeDetailId; + } + + /** + * 字段名称 :做法ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setMakeDetailId(String makeDetailId) { + this.makeDetailId = makeDetailId; + } + + /** + * 字段名称 :加料名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getChargeName() { + return this.chargeName; + } + + /** + * 字段名称 :加料名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setChargeName(String chargeName) { + this.chargeName = chargeName; + } + + /** + * 字段名称 :企迈加料Id + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getChargeMultiId() { + return this.chargeMultiId; + } + + /** + * 字段名称 :企迈加料Id + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setChargeMultiId(String chargeMultiId) { + this.chargeMultiId = chargeMultiId; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductSpec.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductSpec.java new file mode 100644 index 0000000..5dbd358 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductSpec.java @@ -0,0 +1,318 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈商品规格信息 + * 表代码:cy_qimai_product_spec + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiProductSpec") +public class QimaiProductSpec extends BaseEntity { + + private static final long serialVersionUID = 1546308107562888168L; + + /** + *店铺设置ID + */ + private String setId; + + /** + *商品ID + */ + private String productId; + + /** + *属性ID + */ + private String attributeId; + + /** + *规格ID + */ + private String specId; + + /** + *规格编号 + */ + private String no; + + /** + *规格名称 + */ + private String name; + + /** + *堂食市场价 + */ + private Double tsOrgPrice; + + /** + *外卖市场价 + */ + private Double wmOrgPrice; + + /** + *堂食销售价 + */ + private Double tsSalePrice; + + /** + *外卖销售价 + */ + private Double wmSalePrice; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :属性ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAttributeId() { + return this.attributeId; + } + + /** + * 字段名称 :属性ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAttributeId(String attributeId) { + this.attributeId = attributeId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :规格编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :堂食市场价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTsOrgPrice() { + return this.tsOrgPrice; + } + + /** + * 字段名称 :堂食市场价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTsOrgPrice(Double tsOrgPrice) { + this.tsOrgPrice = tsOrgPrice; + } + + /** + * 字段名称 :外卖市场价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWmOrgPrice() { + return this.wmOrgPrice; + } + + /** + * 字段名称 :外卖市场价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWmOrgPrice(Double wmOrgPrice) { + this.wmOrgPrice = wmOrgPrice; + } + + /** + * 字段名称 :堂食销售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTsSalePrice() { + return this.tsSalePrice; + } + + /** + * 字段名称 :堂食销售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTsSalePrice(Double tsSalePrice) { + this.tsSalePrice = tsSalePrice; + } + + /** + * 字段名称 :外卖销售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWmSalePrice() { + return this.wmSalePrice; + } + + /** + * 字段名称 :外卖销售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWmSalePrice(Double wmSalePrice) { + this.wmSalePrice = wmSalePrice; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductTemplate.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductTemplate.java new file mode 100644 index 0000000..fb0d056 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductTemplate.java @@ -0,0 +1,111 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈小程序商品模板 + * 表代码:cy_qimai_product_template + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiProductTemplate") +public class QimaiProductTemplate extends BaseEntity { + + private static final long serialVersionUID = 1911994093068620051L; + + /** + *设置ID + */ + private String setId; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *备注 + */ + private String description; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductTemplateDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductTemplateDetail.java new file mode 100644 index 0000000..7b7e24a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductTemplateDetail.java @@ -0,0 +1,318 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈小程序商品模板明细 + * 表代码:cy_qimai_product_template_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiProductTemplateDetail") +public class QimaiProductTemplateDetail extends BaseEntity { + + private static final long serialVersionUID = 1871535379037118080L; + + /** + *设置ID + */ + private String setId; + + /** + *模板ID + */ + private String templateId; + + /** + *单据编号 + */ + private String templateNo; + + /** + *商品ID + */ + private String productId; + + /** + *商品编号 + */ + private String productNo; + + /** + *商品名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *企迈商品Id + */ + private String qimaiProductId; + + /** + *企迈商品规格Id + */ + private String qimaiSpecId; + + /** + *企迈商品同步Id + */ + private String productMultiId; + + /** + *售价 + */ + private Double price; + + /** + *会员价 + */ + private Double memberPrice; + + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTemplateId() { + return this.templateId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTemplateId(String templateId) { + this.templateId = templateId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTemplateNo() { + return this.templateNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTemplateNo(String templateNo) { + this.templateNo = templateNo; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :企迈商品Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getQimaiProductId() { + return this.qimaiProductId; + } + + /** + * 字段名称 :企迈商品Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setQimaiProductId(String qimaiProductId) { + this.qimaiProductId = qimaiProductId; + } + + /** + * 字段名称 :企迈商品规格Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getQimaiSpecId() { + return this.qimaiSpecId; + } + + /** + * 字段名称 :企迈商品规格Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setQimaiSpecId(String qimaiSpecId) { + this.qimaiSpecId = qimaiSpecId; + } + + /** + * 字段名称 :企迈商品同步Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductMultiId() { + return this.productMultiId; + } + + /** + * 字段名称 :企迈商品同步Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductMultiId(String productMultiId) { + this.productMultiId = productMultiId; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMemberPrice() { + return this.memberPrice; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMemberPrice(Double memberPrice) { + this.memberPrice = memberPrice; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductTemplateStore.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductTemplateStore.java new file mode 100644 index 0000000..6bc83a4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiProductTemplateStore.java @@ -0,0 +1,189 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈小程序商品模板门店明细 + * 表代码:cy_qimai_product_template_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiProductTemplateStore") +public class QimaiProductTemplateStore extends BaseEntity { + + private static final long serialVersionUID = 1674460701418530568L; + + /** + *设置ID + */ + private String setId; + + /** + *模板ID + */ + private String templateId; + + /** + *单据编号 + */ + private String templateNo; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *企迈门店Id + */ + private String qimaiStoreId; + + private String address;//门店地址; + + public String getAddress() { + return address; + } + + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTemplateId() { + return this.templateId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTemplateId(String templateId) { + this.templateId = templateId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTemplateNo() { + return this.templateNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTemplateNo(String templateNo) { + this.templateNo = templateNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :企迈门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getQimaiStoreId() { + return this.qimaiStoreId; + } + + /** + * 字段名称 :企迈门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setQimaiStoreId(String qimaiStoreId) { + this.qimaiStoreId = qimaiStoreId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiStore.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiStore.java new file mode 100644 index 0000000..07553b7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiStore.java @@ -0,0 +1,663 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈门店表 + * 表代码:cy_qimai_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiStore") +public class QimaiStore extends BaseEntity { + + private static final long serialVersionUID = 1949551709298553967L; + + /** + *店铺设置ID + */ + private String setId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *企迈门店ID + */ + private String multiId; + + /** + *省份ID + */ + private String provinceId; + + /** + *城市ID + */ + private String cityId; + + /** + *区域ID + */ + private String areaId; + + /** + *身份证号 + */ + private String idCard; + + /** + *门店图片 + */ + private String photo; + + /** + *联系人 + */ + private String linkman; + + /** + *地址 + */ + private String street; + + /** + *经度 + */ + private Double longitude; + + /** + *纬度 + */ + private Double latitude; + + /** + *人均消费 + */ + private Double perPrice; + + /** + *店铺公告 + */ + private String notice; + + /** + *手机 + */ + private String mobile; + + /** + *座机 + */ + private String tel; + + /** + *状态 + */ + private Integer status; + + /** + *堂食开启状态 + */ + private Integer isEat; + + /** + *外卖开启状态 + */ + private Integer isTakeout; + + /** + *预约开启状态 + */ + private Integer isAppoint; + + /** + *门店标签 + */ + private String lable; + + /** + *门店服务 + */ + private String service; + + /** + *门店营业时间 + */ + private String saletimes; + + /** + *扩展字段1 + */ + private String ext1; + + /** + *扩展字段2 + */ + private String ext2; + + /** + *扩展字段3 + */ + private String ext3; + + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :企迈门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getMultiId() { + return this.multiId; + } + + /** + * 字段名称 :企迈门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setMultiId(String multiId) { + this.multiId = multiId; + } + + /** + * 字段名称 :省份ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProvinceId() { + return this.provinceId; + } + + /** + * 字段名称 :省份ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProvinceId(String provinceId) { + this.provinceId = provinceId; + } + + /** + * 字段名称 :城市ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getCityId() { + return this.cityId; + } + + /** + * 字段名称 :城市ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setCityId(String cityId) { + this.cityId = cityId; + } + + /** + * 字段名称 :区域ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAreaId() { + return this.areaId; + } + + /** + * 字段名称 :区域ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAreaId(String areaId) { + this.areaId = areaId; + } + + /** + * 字段名称 :身份证号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getIdCard() { + return this.idCard; + } + + /** + * 字段名称 :身份证号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setIdCard(String idCard) { + this.idCard = idCard; + } + + /** + * 字段名称 :门店图片 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getPhoto() { + return this.photo; + } + + /** + * 字段名称 :门店图片 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setPhoto(String photo) { + this.photo = photo; + } + + /** + * 字段名称 :联系人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLinkman() { + return this.linkman; + } + + /** + * 字段名称 :联系人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLinkman(String linkman) { + this.linkman = linkman; + } + + /** + * 字段名称 :地址 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStreet() { + return this.street; + } + + /** + * 字段名称 :地址 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStreet(String street) { + this.street = street; + } + + /** + * 字段名称 :经度 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getLongitude() { + return this.longitude; + } + + /** + * 字段名称 :经度 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setLongitude(Double longitude) { + this.longitude = longitude; + } + + /** + * 字段名称 :纬度 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getLatitude() { + return this.latitude; + } + + /** + * 字段名称 :纬度 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setLatitude(Double latitude) { + this.latitude = latitude; + } + + /** + * 字段名称 :人均消费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPerPrice() { + return this.perPrice; + } + + /** + * 字段名称 :人均消费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPerPrice(Double perPrice) { + this.perPrice = perPrice; + } + + /** + * 字段名称 :店铺公告 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getNotice() { + return this.notice; + } + + /** + * 字段名称 :店铺公告 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setNotice(String notice) { + this.notice = notice; + } + + /** + * 字段名称 :手机 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :手机 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :座机 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTel() { + return this.tel; + } + + /** + * 字段名称 :座机 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTel(String tel) { + this.tel = tel; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :堂食开启状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsEat() { + return this.isEat; + } + + /** + * 字段名称 :堂食开启状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsEat(Integer isEat) { + this.isEat = isEat; + } + + /** + * 字段名称 :外卖开启状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsTakeout() { + return this.isTakeout; + } + + /** + * 字段名称 :外卖开启状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsTakeout(Integer isTakeout) { + this.isTakeout = isTakeout; + } + + /** + * 字段名称 :预约开启状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsAppoint() { + return this.isAppoint; + } + + /** + * 字段名称 :预约开启状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsAppoint(Integer isAppoint) { + this.isAppoint = isAppoint; + } + + /** + * 字段名称 :门店标签 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getLable() { + return this.lable; + } + + /** + * 字段名称 :门店标签 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setLable(String lable) { + this.lable = lable; + } + + /** + * 字段名称 :门店服务 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getService() { + return this.service; + } + + /** + * 字段名称 :门店服务 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setService(String service) { + this.service = service; + } + + /** + * 字段名称 :门店营业时间 + * 数据类型 :text + * 是否必填 :false + */ + public String getSaletimes() { + return this.saletimes; + } + + /** + * 字段名称 :门店营业时间 + * 数据类型 :text + * 是否必填 :false + */ + public void setSaletimes(String saletimes) { + this.saletimes = saletimes; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiStoreLable.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiStoreLable.java new file mode 100644 index 0000000..95ba28d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiStoreLable.java @@ -0,0 +1,157 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈门店标签 + * 表代码:cy_qimai_store_lable + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiStoreLable") +public class QimaiStoreLable extends BaseEntity { + + private static final long serialVersionUID = 1021975405942992254L; + + /** + *店铺设置ID + */ + private String setId; + + /** + *企迈标签ID + */ + private String lableId; + + /** + *标签名称 + */ + private String name; + + /** + *扩展字段1 + */ + private String ext1; + + /** + *扩展字段2 + */ + private String ext2; + + /** + *扩展字段3 + */ + private String ext3; + + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :企迈标签ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLableId() { + return this.lableId; + } + + /** + * 字段名称 :企迈标签ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLableId(String lableId) { + this.lableId = lableId; + } + + /** + * 字段名称 :标签名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :标签名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiStoreProduct.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiStoreProduct.java new file mode 100644 index 0000000..d75d644 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiStoreProduct.java @@ -0,0 +1,456 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈门店商品表 + * 表代码:cy_qimai_store_product + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiStoreProduct") +public class QimaiStoreProduct extends BaseEntity { + + private static final long serialVersionUID = 1258751162918858821L; + + /** + *店铺设置ID + */ + private String setId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *系统企迈门店ID + */ + private String qimaiStoreId; + + /** + *企迈门店ID + */ + private String storeMultiId; + + /** + *商品Id + */ + private String productId; + + /** + *商品编号 + */ + private String productNo; + + /** + *商品名称 + */ + private String productName; + + /** + *系统企迈商品ID + */ + private String qimaiProductId; + + /** + *企迈商品ID + */ + private String productMultiId; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *企迈商品规格ID + */ + private String qimaiSpecId; + + /** + *堂食价格 + */ + private Double tsPrice; + + /** + *外卖价格 + */ + private Double wmPrice; + + /** + *扩展字段1 + */ + private String ext1; + + /** + *扩展字段2 + */ + private String ext2; + + /** + *扩展字段3 + */ + private String ext3; + + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :系统企迈门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getQimaiStoreId() { + return this.qimaiStoreId; + } + + /** + * 字段名称 :系统企迈门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setQimaiStoreId(String qimaiStoreId) { + this.qimaiStoreId = qimaiStoreId; + } + + /** + * 字段名称 :企迈门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreMultiId() { + return this.storeMultiId; + } + + /** + * 字段名称 :企迈门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreMultiId(String storeMultiId) { + this.storeMultiId = storeMultiId; + } + + /** + * 字段名称 :商品Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :系统企迈商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getQimaiProductId() { + return this.qimaiProductId; + } + + /** + * 字段名称 :系统企迈商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setQimaiProductId(String qimaiProductId) { + this.qimaiProductId = qimaiProductId; + } + + /** + * 字段名称 :企迈商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductMultiId() { + return this.productMultiId; + } + + /** + * 字段名称 :企迈商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductMultiId(String productMultiId) { + this.productMultiId = productMultiId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :企迈商品规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getQimaiSpecId() { + return this.qimaiSpecId; + } + + /** + * 字段名称 :企迈商品规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setQimaiSpecId(String qimaiSpecId) { + this.qimaiSpecId = qimaiSpecId; + } + + /** + * 字段名称 :堂食价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTsPrice() { + return this.tsPrice; + } + + /** + * 字段名称 :堂食价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTsPrice(Double tsPrice) { + this.tsPrice = tsPrice; + } + + /** + * 字段名称 :外卖价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWmPrice() { + return this.wmPrice; + } + + /** + * 字段名称 :外卖价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWmPrice(Double wmPrice) { + this.wmPrice = wmPrice; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/QimaiSuitDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/QimaiSuitDetail.java new file mode 100644 index 0000000..c1d7c4b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/QimaiSuitDetail.java @@ -0,0 +1,249 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈套餐明细信息 + * 表代码:cy_qimai_suit_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"QimaiSuitDetail") +public class QimaiSuitDetail extends BaseEntity { + + private static final long serialVersionUID = 1434702697125006487L; + + /** + *店铺设置ID + */ + private String setId; + + /** + *系统企迈商品ID + */ + private String qimaiProductId; + + /** + *套餐ID + */ + private String suitId; + + /** + *产品ID + */ + private String productId; + + /** + *产品编号 + */ + private String productNo; + + /** + *商品名称 + */ + private String name; + + /** + *企迈商品ID + */ + private String multiId; + + /** + *扩展字段1 + */ + private String ext1; + + /** + *扩展字段2 + */ + private String ext2; + + /** + *扩展字段3 + */ + private String ext3; + + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :系统企迈商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getQimaiProductId() { + return this.qimaiProductId; + } + + /** + * 字段名称 :系统企迈商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setQimaiProductId(String qimaiProductId) { + this.qimaiProductId = qimaiProductId; + } + + /** + * 字段名称 :套餐ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSuitId() { + return this.suitId; + } + + /** + * 字段名称 :套餐ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSuitId(String suitId) { + this.suitId = suitId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :企迈商品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMultiId() { + return this.multiId; + } + + /** + * 字段名称 :企迈商品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMultiId(String multiId) { + this.multiId = multiId; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展字段1 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展字段2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展字段3 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ReceiveDifferenceDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/ReceiveDifferenceDetail.java new file mode 100644 index 0000000..4a0547a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ReceiveDifferenceDetail.java @@ -0,0 +1,549 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +import java.util.Date; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:收货差异明细 + * 表代码:cy_receive_difference_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ReceiveDifferenceDetail") +public class ReceiveDifferenceDetail extends BaseEntity { + + private static final long serialVersionUID = 1635916295111236524L; + + /** + *收货差异单ID + */ + private String ticketId; + + /** + *出库库位ID + */ + private String storageId; + + /** + *出库库位名 + */ + private String storageName; + + /** + *原料ID + */ + private String productId; + + /** + *原料编码 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *要货数量 + */ + private Double askgoodsAmount; + + /** + *配送数量 + */ + private Double dispatchAmount; + + /** + *配送单位 + */ + private String dispatchUnitId; + + /** + *配送单位名称 + */ + private String dispatchUnitName; + + /** + *配送价 + */ + private Double price; + + /** + *配送金额 + */ + private Double money; + + /** + *收货数量 + */ + private Double receivegoodsAmount; + + /** + *小计金额 + */ + private Double subtotalPrice; + + /** + *差异数量 + */ + private Double differenceAmount; + + /** + *差异金额 + */ + private Double differencePrice; + + /** + *处理方式 + */ + private Integer type; + + /** + *差异原因 + */ + private String description; + + private String ticketNo;//差异单编号; + private String dispatchNo;//配送单号; + private String storeNo; + private String storeName; + private Date checkDate;//审核日期; + + + public String getTicketNo() { + return ticketNo; + } + + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + public String getDispatchNo() { + return dispatchNo; + } + + public void setDispatchNo(String dispatchNo) { + this.dispatchNo = dispatchNo; + } + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public Date getCheckDate() { + return checkDate; + } + + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + + /** + * 字段名称 :收货差异单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :收货差异单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :出库库位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :出库库位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :出库库位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStorageName() { + return this.storageName; + } + + /** + * 字段名称 :出库库位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStorageName(String storageName) { + this.storageName = storageName; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :要货数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAskgoodsAmount() { + return this.askgoodsAmount; + } + + /** + * 字段名称 :要货数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAskgoodsAmount(Double askgoodsAmount) { + this.askgoodsAmount = askgoodsAmount; + } + + /** + * 字段名称 :配送数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDispatchAmount() { + return this.dispatchAmount; + } + + /** + * 字段名称 :配送数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDispatchAmount(Double dispatchAmount) { + this.dispatchAmount = dispatchAmount; + } + + /** + * 字段名称 :配送单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :配送单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :配送单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDispatchUnitName() { + return this.dispatchUnitName; + } + + /** + * 字段名称 :配送单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :配送价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :配送价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :配送金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :配送金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :收货数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivegoodsAmount() { + return this.receivegoodsAmount; + } + + /** + * 字段名称 :收货数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivegoodsAmount(Double receivegoodsAmount) { + this.receivegoodsAmount = receivegoodsAmount; + } + + /** + * 字段名称 :小计金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSubtotalPrice() { + return this.subtotalPrice; + } + + /** + * 字段名称 :小计金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSubtotalPrice(Double subtotalPrice) { + this.subtotalPrice = subtotalPrice; + } + + /** + * 字段名称 :差异数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifferenceAmount() { + return this.differenceAmount; + } + + /** + * 字段名称 :差异数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifferenceAmount(Double differenceAmount) { + this.differenceAmount = differenceAmount; + } + + /** + * 字段名称 :差异金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifferencePrice() { + return this.differencePrice; + } + + /** + * 字段名称 :差异金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifferencePrice(Double differencePrice) { + this.differencePrice = differencePrice; + } + + /** + * 字段名称 :处理方式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :处理方式 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :差异原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :差异原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ReceiveDifferenceTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/ReceiveDifferenceTicket.java new file mode 100644 index 0000000..7616a0b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ReceiveDifferenceTicket.java @@ -0,0 +1,318 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送收货差异单 + * 表代码:cy_receive_difference_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ReceiveDifferenceTicket") +public class ReceiveDifferenceTicket extends BaseEntity { + + private static final long serialVersionUID = 1931881879882707945L; + + /** + *单据编号 + */ + private String no; + + /** + *配送单ID + */ + private String dispatchId; + + /** + *配送单号 + */ + private String dispatchNo; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *状态 + */ + private Integer status; + + /** + *备注信息 + */ + private String description; + + /** + *经办人 + */ + private String operator; + + /** + *制单人 + */ + private String setMan; + + /** + *制单日期 + */ + private Date setDate; + + /** + *审核人 + */ + private String checkMan; + + /** + *审核日期 + */ + private Date checkDate; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :配送单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchId() { + return this.dispatchId; + } + + /** + * 字段名称 :配送单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchId(String dispatchId) { + this.dispatchId = dispatchId; + } + + /** + * 字段名称 :配送单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDispatchNo() { + return this.dispatchNo; + } + + /** + * 字段名称 :配送单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDispatchNo(String dispatchNo) { + this.dispatchNo = dispatchNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :经办人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOperator() { + return this.operator; + } + + /** + * 字段名称 :经办人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOperator(String operator) { + this.operator = operator; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSetDate() { + return this.setDate; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSetDate(Date setDate) { + this.setDate = setDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckMan() { + return this.checkMan; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckMan(String checkMan) { + this.checkMan = checkMan; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ReceiveDifferenceTicketLog.java b/food-api/src/main/java/com/jwsaas/entity/food/ReceiveDifferenceTicketLog.java new file mode 100644 index 0000000..85f414e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ReceiveDifferenceTicketLog.java @@ -0,0 +1,133 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送差异单操作记录 + * 表代码:cy_receive_difference_ticket_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ReceiveDifferenceTicketLog") +public class ReceiveDifferenceTicketLog extends BaseEntity { + + private static final long serialVersionUID = 1080947109472947402L; + + /** + *配送差异单ID + */ + private String ticketId; + + /** + *配送差异单编号 + */ + private String ticketNo; + + /** + *操作类型 + */ + private Integer type; + + /** + *操作状态 + */ + private Integer status; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :配送差异单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :配送差异单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :配送差异单编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :配送差异单编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ReceiveDifferenceTicketPay.java b/food-api/src/main/java/com/jwsaas/entity/food/ReceiveDifferenceTicketPay.java new file mode 100644 index 0000000..f429809 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ReceiveDifferenceTicketPay.java @@ -0,0 +1,179 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送差异金额明细 + * 表代码:cy_receive_difference_ticket_pay + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ReceiveDifferenceTicketPay") +public class ReceiveDifferenceTicketPay extends BaseEntity { + + private static final long serialVersionUID = 1701241565283575724L; + + /** + *配送单Id + */ + private String ticketId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *备注信息 + */ + private String description; + + /** + *类型 + */ + private Integer type; + + /** + *金额 + */ + private Double money; + + + /** + * 字段名称 :配送单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :配送单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ReceiveGoodsDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/ReceiveGoodsDetail.java new file mode 100644 index 0000000..1d87062 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ReceiveGoodsDetail.java @@ -0,0 +1,432 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:收货单明细 + * 表代码:cy_receive_goods_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ReceiveGoodsDetail") +public class ReceiveGoodsDetail extends BaseEntity { + + private static final long serialVersionUID = 1955538491780004289L; + + /** + *收货单Id + */ + private String ticketId; + + /** + *入库仓库ID + */ + private String storageId; + + /** + *原料Id + */ + private String productId; + + /** + *原料编码 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *配送单位ID + */ + private String dispatchUnitId; + + /** + *配送单位名称 + */ + private String dispatchUnitName; + + /** + *配送价格 + */ + private Double dispatchPrice; + + /** + *要货数量 + */ + private Double askgoodsAmount; + + /** + *配送数量 + */ + private Double dispatchAmount; + + /** + *收货数量 + */ + private Double receiveAmount; + + /** + *小计金额 + */ + private Double subtotalPrice; + + /** + *差异数量 + */ + private Double differenceAmount; + + /** + *差异金额 + */ + private Double differencePrice; + + /** + *备注说明 + */ + private String description; + + + /** + * 字段名称 :收货单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :收货单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :入库仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :入库仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :原料Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :配送单位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchUnitId() { + return this.dispatchUnitId; + } + + /** + * 字段名称 :配送单位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchUnitId(String dispatchUnitId) { + this.dispatchUnitId = dispatchUnitId; + } + + /** + * 字段名称 :配送单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDispatchUnitName() { + return this.dispatchUnitName; + } + + /** + * 字段名称 :配送单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDispatchUnitName(String dispatchUnitName) { + this.dispatchUnitName = dispatchUnitName; + } + + /** + * 字段名称 :配送价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDispatchPrice() { + return this.dispatchPrice; + } + + /** + * 字段名称 :配送价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDispatchPrice(Double dispatchPrice) { + this.dispatchPrice = dispatchPrice; + } + + /** + * 字段名称 :要货数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAskgoodsAmount() { + return this.askgoodsAmount; + } + + /** + * 字段名称 :要货数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAskgoodsAmount(Double askgoodsAmount) { + this.askgoodsAmount = askgoodsAmount; + } + + /** + * 字段名称 :配送数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDispatchAmount() { + return this.dispatchAmount; + } + + /** + * 字段名称 :配送数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDispatchAmount(Double dispatchAmount) { + this.dispatchAmount = dispatchAmount; + } + + /** + * 字段名称 :收货数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceiveAmount() { + return this.receiveAmount; + } + + /** + * 字段名称 :收货数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceiveAmount(Double receiveAmount) { + this.receiveAmount = receiveAmount; + } + + /** + * 字段名称 :小计金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSubtotalPrice() { + return this.subtotalPrice; + } + + /** + * 字段名称 :小计金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSubtotalPrice(Double subtotalPrice) { + this.subtotalPrice = subtotalPrice; + } + + /** + * 字段名称 :差异数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifferenceAmount() { + return this.differenceAmount; + } + + /** + * 字段名称 :差异数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifferenceAmount(Double differenceAmount) { + this.differenceAmount = differenceAmount; + } + + /** + * 字段名称 :差异金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifferencePrice() { + return this.differencePrice; + } + + /** + * 字段名称 :差异金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifferencePrice(Double differencePrice) { + this.differencePrice = differencePrice; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ReceiveGoodsTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/ReceiveGoodsTicket.java new file mode 100644 index 0000000..76d0651 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ReceiveGoodsTicket.java @@ -0,0 +1,295 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送收货单 + * 表代码:cy_receive_goods_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "ReceiveGoodsTicket") +public class ReceiveGoodsTicket extends BaseEntity { + + private static final long serialVersionUID = 1530443265199603253L; + + /** + *收货门店ID + */ + private String storeId; + + /** + *入库仓库ID + */ + private String storageId; + + /** + *配送单ID + */ + private String dispatchId; + + /** + *配送单号 + */ + private String dispatchNo; + + /** + *单据编号 + */ + private String no; + + /** + *单据状态 + */ + private Integer status; + + /** + *是否选用 + */ + private Integer isUse; + + /** + *备注信息 + */ + private String description; + + /** + *制单人 + */ + private String setMan; + + /** + *制单日期 + */ + private Date setDate; + + /** + *审核人 + */ + private String checkMan; + + /** + *审核日期 + */ + private Date checkDate; + + + /** + * 字段名称 :收货门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :收货门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :入库仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :入库仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :配送单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDispatchId() { + return this.dispatchId; + } + + /** + * 字段名称 :配送单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDispatchId(String dispatchId) { + this.dispatchId = dispatchId; + } + + /** + * 字段名称 :配送单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDispatchNo() { + return this.dispatchNo; + } + + /** + * 字段名称 :配送单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDispatchNo(String dispatchNo) { + this.dispatchNo = dispatchNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :是否选用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsUse() { + return this.isUse; + } + + /** + * 字段名称 :是否选用 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsUse(Integer isUse) { + this.isUse = isUse; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSetDate() { + return this.setDate; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSetDate(Date setDate) { + this.setDate = setDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckMan() { + return this.checkMan; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckMan(String checkMan) { + this.checkMan = checkMan; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/RechargeParameter.java b/food-api/src/main/java/com/jwsaas/entity/food/RechargeParameter.java new file mode 100644 index 0000000..076bc15 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/RechargeParameter.java @@ -0,0 +1,166 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:充值账户方案 + * 表代码:cy_recharge_parameter + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"RechargeParameter") +public class RechargeParameter extends BaseEntity { + + private static final long serialVersionUID = 1336514983628068043L; + + /** + *编号 + */ + private String no; + + /** + *方案名称 + */ + private String name; + + /** + *支付类型 + */ + private String sign; + + /** + *支付参数 + */ + private String pbody; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *证书内容 + */ + private String certText; + + private String storeId; + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :支付类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :支付类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSign(String sign) { + this.sign = sign; + } + + /** + * 字段名称 :支付参数 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getPbody() { + return this.pbody; + } + + /** + * 字段名称 :支付参数 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setPbody(String pbody) { + this.pbody = pbody; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :证书内容 + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getCertText() { + return this.certText; + } + + /** + * 字段名称 :证书内容 + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setCertText(String certText) { + this.certText = certText; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/Role.java b/food-api/src/main/java/com/jwsaas/entity/food/Role.java new file mode 100644 index 0000000..07324d2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/Role.java @@ -0,0 +1,92 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.RoleType; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:角色表 表代码:shared_role + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "Role") +public class Role extends BaseEntity { + + private static final long serialVersionUID = 1053936019805887950L; + + /** + * 角色类型 + */ + private RoleType roleType; + + /** + * 角色名称 + */ + private String name; + + /** + * 默认角色(不能删除或修改) + */ + private Integer isDefault; + + /** + * 角色描述 + */ + private String description; + + private String roleTypeCn; + + /** + * 字段名称 :角色名称 数据类型 :varchar(32) 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :角色名称 数据类型 :varchar(32) 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :角色描述 数据类型 :varchar(128) 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :角色描述 数据类型 :varchar(128) 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + public RoleType getRoleType() { + return roleType; + } + + public void setRoleType(RoleType roleType) { + this.roleType = roleType; + } + + public Integer getIsDefault() { + return isDefault; + } + + public void setIsDefault(Integer isDefault) { + this.isDefault = isDefault; + } + + public String getRoleTypeCn() { + return this.roleType.getDescription(); + } + + public void setRoleTypeCn(String roleTypeCn) { + this.roleTypeCn = roleTypeCn; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/SaleClear.java b/food-api/src/main/java/com/jwsaas/entity/food/SaleClear.java new file mode 100644 index 0000000..66358df --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/SaleClear.java @@ -0,0 +1,628 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店估清表 + * 表代码:pos_sale_clear + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"SaleClear") +public class SaleClear extends BaseEntity { + + private static final long serialVersionUID = 1515425127321039126L; + + /** + *门店编号 + */ + private String storeNo; + /** + *门店Id + */ + private String storeId; + /** + *POS编号 + */ + private String posNo; + + /** + *品牌Id + */ + private String brandId; + + /** + *类别Id + */ + private String typeId; + + /** + *分类名称 + */ + private String typeName; + + /** + *商品Id + */ + private String productId; + + /** + *编号 + */ + private String productNo; + + /** + *名称 + */ + private String productName; + + /** + *剩余数量 + */ + private Double quantity; + + /** + *提醒数量 + */ + private Double notify; + + /** + *已售数量 + */ + private Double sales; + + /** + *沽清数量 + */ + private Double total; + + /** + *沽清时间 + */ + private Date startTime; + + /** + *结束时间 + */ + private Date endTime; + + /** + *取消时间 + */ + private Date stopTime; + + /** + *停止人 + */ + private String stopUser; + + /** + *单位 + */ + private String unitId; + + /** + *计量单位名称 + */ + private String unitName; + + /** + *商品默认规格Id + */ + private String specId; + + /** + *商品默认规格名称 + */ + private String specName; + + /** + *是否套餐(0否1是) + */ + private Integer suitFlag; + + /** + *是否取消(0否1是) + */ + private Integer stopFlag; + + /** + *颜色 + */ + private String memo; + + /** + *备用字段1 + */ + private String ext1; + + /** + *备用字段2 + */ + private String ext2; + + /** + *备用字段3 + */ + private String ext3; + + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :品牌Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBrandId() { + return this.brandId; + } + + /** + * 字段名称 :品牌Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBrandId(String brandId) { + this.brandId = brandId; + } + + /** + * 字段名称 :类别Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :商品Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :剩余数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getQuantity() { + return this.quantity; + } + + /** + * 字段名称 :剩余数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setQuantity(Double quantity) { + this.quantity = quantity; + } + + /** + * 字段名称 :提醒数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getNotify() { + return this.notify; + } + + /** + * 字段名称 :提醒数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setNotify(Double notify) { + this.notify = notify; + } + + /** + * 字段名称 :已售数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSales() { + return this.sales; + } + + /** + * 字段名称 :已售数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSales(Double sales) { + this.sales = sales; + } + + /** + * 字段名称 :沽清数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTotal() { + return this.total; + } + + /** + * 字段名称 :沽清数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTotal(Double total) { + this.total = total; + } + + /** + * 字段名称 :沽清时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getStartTime() { + return this.startTime; + } + + /** + * 字段名称 :沽清时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setStartTime(Date startTime) { + this.startTime = startTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getEndTime() { + return this.endTime; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setEndTime(Date endTime) { + this.endTime = endTime; + } + + /** + * 字段名称 :取消时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getStopTime() { + return this.stopTime; + } + + /** + * 字段名称 :取消时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setStopTime(Date stopTime) { + this.stopTime = stopTime; + } + + /** + * 字段名称 :停止人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStopUser() { + return this.stopUser; + } + + /** + * 字段名称 :停止人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStopUser(String stopUser) { + this.stopUser = stopUser; + } + + /** + * 字段名称 :单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getUnitId() { + return this.unitId; + } + + /** + * 字段名称 :单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setUnitId(String unitId) { + this.unitId = unitId; + } + + /** + * 字段名称 :计量单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getUnitName() { + return this.unitName; + } + + /** + * 字段名称 :计量单位名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setUnitName(String unitName) { + this.unitName = unitName; + } + + /** + * 字段名称 :商品默认规格Id + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :商品默认规格Id + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :商品默认规格名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :商品默认规格名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :是否套餐(0否1是) + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSuitFlag() { + return this.suitFlag; + } + + /** + * 字段名称 :是否套餐(0否1是) + * 数据类型 :int + * 是否必填 :false + */ + public void setSuitFlag(Integer suitFlag) { + this.suitFlag = suitFlag; + } + + /** + * 字段名称 :是否取消(0否1是) + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStopFlag() { + return this.stopFlag; + } + + /** + * 字段名称 :是否取消(0否1是) + * 数据类型 :int + * 是否必填 :false + */ + public void setStopFlag(Integer stopFlag) { + this.stopFlag = stopFlag; + } + + /** + * 字段名称 :颜色 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :颜色 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :备用字段1 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :备用字段1 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :备用字段2 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :备用字段2 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :备用字段3 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :备用字段3 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ServerDataVersion.java b/food-api/src/main/java/com/jwsaas/entity/food/ServerDataVersion.java new file mode 100644 index 0000000..60161fe --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ServerDataVersion.java @@ -0,0 +1,134 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:数据版本 + * 表代码:cy_server_data_version + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ServerDataVersion") +public class ServerDataVersion extends BaseEntity { + + private static final long serialVersionUID = 1666169573842160351L; + + /** + *数据类型 + */ + private String dataType; + + /** + *服务端数据版本 + */ + private String dataVerion; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :数据类型 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDataType() { + return this.dataType; + } + + /** + * 字段名称 :数据类型 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDataType(String dataType) { + this.dataType = dataType; + } + + /** + * 字段名称 :服务端数据版本 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDataVerion() { + return this.dataVerion; + } + + /** + * 字段名称 :服务端数据版本 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDataVerion(String dataVerion) { + this.dataVerion = dataVerion; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ShopMeituanOrder.java b/food-api/src/main/java/com/jwsaas/entity/food/ShopMeituanOrder.java new file mode 100644 index 0000000..59b26f1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ShopMeituanOrder.java @@ -0,0 +1,1408 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:美团商家订单表 + * 表代码:cy_shop_meituan_order + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ShopMeituanOrder") +public class ShopMeituanOrder extends BaseEntity { + + private static final long serialVersionUID = 1487307405772636828L; + + /** + *消息 + */ + private String message; + + /** + *订单ID + */ + private String orderId; + + /** + *订单展示Id + */ + private String orderIdView; + + /** + *美团商家名称 + */ + private String wmPoiName; + + /** + *美团商家地址 + */ + private String wmPoiAddress; + + /** + *美团商家电话 + */ + private String wmPoiPhone; + + /** + *erp方门店id + */ + private String storeId; + + /** + *收货人地址 + */ + private String recipientAddress; + + /** + *收货人电话 + */ + private String recipientPhone; + + /** + *备用隐私号 + */ + private String backupRecipientPhone; + + /** + *收货人名称 + */ + private String recipientName; + + /** + *配送费用 + */ + private Double shippingFee; + + /** + *总价 + */ + private Double total; + + /** + *订单原价 + */ + private Double originalPrice; + + /** + *订单备注 + */ + private String caution; + + /** + *配送骑手电话 + */ + private String shipperPhone; + + /** + *订单状态 + */ + private Integer status; + + /** + *城市Id + */ + private String cityId; + + /** + *是否需要发票 + */ + private Integer hasInvoiced; + + /** + *发票抬头 + */ + private String invoiceTitle; + + /** + *纳税人识别号 + */ + private String taxpayerId; + + /** + *订单创建时间 + */ + private String cTime; + + /** + *订单更新时间 + */ + private String uTime; + + /** + *用户预计送达时间 + */ + private String deliveryTime; + + /** + *是否第三方配送 + */ + private Integer isThirdShipping; + + /** + *订单支付类型 + */ + private Integer payType; + + /** + *订单取餐类型 + */ + private Integer pickType; + + /** + *实际送餐地址纬度 + */ + private Double latitude; + + /** + *实际送餐地址经度 + */ + private Double longitude; + + /** + *门店当天的订单流水号 + */ + private Integer daySeq; + + /** + *用户是否收藏此门店 + */ + private Integer isFavorites; + + /** + *用户是否第一次在此门店点餐 + */ + private Integer isPoiFirstOrder; + + /** + *就餐人数 + */ + private Integer dinnersNumber; + + /** + *配送类型码 + */ + private String logisticsCode; + + /** + *餐厅平均送餐时间 + */ + private Integer avgSendTime; + + /** + *用户下单时间 + */ + private String orderSendTime; + + /** + *商户收到时间 + */ + private String orderReceiveTime; + + /** + *商户确认时间 + */ + private String orderConfirmTime; + + /** + *订单取消时间 + */ + private String orderCancelTime; + + /** + *订单完成时间 + */ + private String orderCompletedTime; + + /** + *配送订单状态code + */ + private String logisticsStatus; + + /** + *配送方ID + */ + private String logisticsId; + + /** + *配送方名称 + */ + private String logisticsName; + + /** + *配送单下单时间 + */ + private String logisticsSendTime; + + /** + *配送单确认时间 + */ + private String logisticsConfirmTime; + + /** + *配送单取消时间 + */ + private String logisticsCancelTime; + + /** + *骑手取单时间 + */ + private String logisticsFetchTime; + + /** + *配送完成时间 + */ + private String logisticsCompletedTime; + + /** + *骑手姓名 + */ + private String logisticsDispatcherName; + + /** + *骑手电话 + */ + private String logisticsDispatcherMobile; + + /** + *订单来源属性标识 + */ + private String channel; + + /** + *订单菜品详情 + */ + private String detail; + + /** + *订单扩展信息 + */ + private String extras; + + /** + *商家对账信息 + */ + private String poiReceiveDetail; + + /** + *订单取消原因 + */ + private String cancelReason; + + /** + *订单取消code + */ + private String cancelReasonCode; + + /** + *订单退款原因 + */ + private String refundReason; + + /** + *菜品分成(分) + */ + private Double foodShareFeeChargeByPoi; + + /** + *商家应收款(分) + */ + private Double wmPoiReceiveCent; + + /** + *订单退款code + */ + private String refundReasonCode; + + private Integer counts;//单数; + + public Integer getCounts() { + return counts; + } + + public void setCounts(Integer counts) { + this.counts = counts; + } + + /** + * 字段名称 :消息 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getMessage() { + return this.message; + } + + /** + * 字段名称 :消息 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setMessage(String message) { + this.message = message; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderId() { + return this.orderId; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + /** + * 字段名称 :订单展示Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderIdView() { + return this.orderIdView; + } + + /** + * 字段名称 :订单展示Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderIdView(String orderIdView) { + this.orderIdView = orderIdView; + } + + /** + * 字段名称 :美团商家名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getWmPoiName() { + return this.wmPoiName; + } + + /** + * 字段名称 :美团商家名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setWmPoiName(String wmPoiName) { + this.wmPoiName = wmPoiName; + } + + /** + * 字段名称 :美团商家地址 + * 数据类型 :text + * 是否必填 :false + */ + public String getWmPoiAddress() { + return this.wmPoiAddress; + } + + /** + * 字段名称 :美团商家地址 + * 数据类型 :text + * 是否必填 :false + */ + public void setWmPoiAddress(String wmPoiAddress) { + this.wmPoiAddress = wmPoiAddress; + } + + /** + * 字段名称 :美团商家电话 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getWmPoiPhone() { + return this.wmPoiPhone; + } + + /** + * 字段名称 :美团商家电话 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setWmPoiPhone(String wmPoiPhone) { + this.wmPoiPhone = wmPoiPhone; + } + + /** + * 字段名称 :erp方门店id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :erp方门店id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :收货人地址 + * 数据类型 :text + * 是否必填 :false + */ + public String getRecipientAddress() { + return this.recipientAddress; + } + + /** + * 字段名称 :收货人地址 + * 数据类型 :text + * 是否必填 :false + */ + public void setRecipientAddress(String recipientAddress) { + this.recipientAddress = recipientAddress; + } + + /** + * 字段名称 :收货人电话 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getRecipientPhone() { + return this.recipientPhone; + } + + /** + * 字段名称 :收货人电话 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setRecipientPhone(String recipientPhone) { + this.recipientPhone = recipientPhone; + } + + /** + * 字段名称 :备用隐私号 + * 数据类型 :text + * 是否必填 :false + */ + public String getBackupRecipientPhone() { + return this.backupRecipientPhone; + } + + /** + * 字段名称 :备用隐私号 + * 数据类型 :text + * 是否必填 :false + */ + public void setBackupRecipientPhone(String backupRecipientPhone) { + this.backupRecipientPhone = backupRecipientPhone; + } + + /** + * 字段名称 :收货人名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getRecipientName() { + return this.recipientName; + } + + /** + * 字段名称 :收货人名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setRecipientName(String recipientName) { + this.recipientName = recipientName; + } + + /** + * 字段名称 :配送费用 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getShippingFee() { + return this.shippingFee; + } + + /** + * 字段名称 :配送费用 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setShippingFee(Double shippingFee) { + this.shippingFee = shippingFee; + } + + /** + * 字段名称 :总价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getTotal() { + return this.total; + } + + /** + * 字段名称 :总价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setTotal(Double total) { + this.total = total; + } + + /** + * 字段名称 :订单原价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOriginalPrice() { + return this.originalPrice; + } + + /** + * 字段名称 :订单原价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOriginalPrice(Double originalPrice) { + this.originalPrice = originalPrice; + } + + /** + * 字段名称 :订单备注 + * 数据类型 :text + * 是否必填 :false + */ + public String getCaution() { + return this.caution; + } + + /** + * 字段名称 :订单备注 + * 数据类型 :text + * 是否必填 :false + */ + public void setCaution(String caution) { + this.caution = caution; + } + + /** + * 字段名称 :配送骑手电话 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getShipperPhone() { + return this.shipperPhone; + } + + /** + * 字段名称 :配送骑手电话 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setShipperPhone(String shipperPhone) { + this.shipperPhone = shipperPhone; + } + + /** + * 字段名称 :订单状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :订单状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :城市Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCityId() { + return this.cityId; + } + + /** + * 字段名称 :城市Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCityId(String cityId) { + this.cityId = cityId; + } + + /** + * 字段名称 :是否需要发票 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getHasInvoiced() { + return this.hasInvoiced; + } + + /** + * 字段名称 :是否需要发票 + * 数据类型 :int + * 是否必填 :false + */ + public void setHasInvoiced(Integer hasInvoiced) { + this.hasInvoiced = hasInvoiced; + } + + /** + * 字段名称 :发票抬头 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getInvoiceTitle() { + return this.invoiceTitle; + } + + /** + * 字段名称 :发票抬头 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setInvoiceTitle(String invoiceTitle) { + this.invoiceTitle = invoiceTitle; + } + + /** + * 字段名称 :纳税人识别号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTaxpayerId() { + return this.taxpayerId; + } + + /** + * 字段名称 :纳税人识别号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTaxpayerId(String taxpayerId) { + this.taxpayerId = taxpayerId; + } + + /** + * 字段名称 :订单创建时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCTime() { + return this.cTime; + } + + /** + * 字段名称 :订单创建时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCTime(String cTime) { + this.cTime = cTime; + } + + /** + * 字段名称 :订单更新时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getUTime() { + return this.uTime; + } + + /** + * 字段名称 :订单更新时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setUTime(String uTime) { + this.uTime = uTime; + } + + /** + * 字段名称 :用户预计送达时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDeliveryTime() { + return this.deliveryTime; + } + + /** + * 字段名称 :用户预计送达时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDeliveryTime(String deliveryTime) { + this.deliveryTime = deliveryTime; + } + + /** + * 字段名称 :是否第三方配送 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsThirdShipping() { + return this.isThirdShipping; + } + + /** + * 字段名称 :是否第三方配送 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsThirdShipping(Integer isThirdShipping) { + this.isThirdShipping = isThirdShipping; + } + + /** + * 字段名称 :订单支付类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPayType() { + return this.payType; + } + + /** + * 字段名称 :订单支付类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setPayType(Integer payType) { + this.payType = payType; + } + + /** + * 字段名称 :订单取餐类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPickType() { + return this.pickType; + } + + /** + * 字段名称 :订单取餐类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setPickType(Integer pickType) { + this.pickType = pickType; + } + + /** + * 字段名称 :实际送餐地址纬度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public Double getLatitude() { + return this.latitude; + } + + /** + * 字段名称 :实际送餐地址纬度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public void setLatitude(Double latitude) { + this.latitude = latitude; + } + + /** + * 字段名称 :实际送餐地址经度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public Double getLongitude() { + return this.longitude; + } + + /** + * 字段名称 :实际送餐地址经度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public void setLongitude(Double longitude) { + this.longitude = longitude; + } + + /** + * 字段名称 :门店当天的订单流水号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDaySeq() { + return this.daySeq; + } + + /** + * 字段名称 :门店当天的订单流水号 + * 数据类型 :int + * 是否必填 :false + */ + public void setDaySeq(Integer daySeq) { + this.daySeq = daySeq; + } + + /** + * 字段名称 :用户是否收藏此门店 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsFavorites() { + return this.isFavorites; + } + + /** + * 字段名称 :用户是否收藏此门店 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsFavorites(Integer isFavorites) { + this.isFavorites = isFavorites; + } + + /** + * 字段名称 :用户是否第一次在此门店点餐 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsPoiFirstOrder() { + return this.isPoiFirstOrder; + } + + /** + * 字段名称 :用户是否第一次在此门店点餐 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsPoiFirstOrder(Integer isPoiFirstOrder) { + this.isPoiFirstOrder = isPoiFirstOrder; + } + + /** + * 字段名称 :就餐人数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDinnersNumber() { + return this.dinnersNumber; + } + + /** + * 字段名称 :就餐人数 + * 数据类型 :int + * 是否必填 :false + */ + public void setDinnersNumber(Integer dinnersNumber) { + this.dinnersNumber = dinnersNumber; + } + + /** + * 字段名称 :配送类型码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getLogisticsCode() { + return this.logisticsCode; + } + + /** + * 字段名称 :配送类型码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setLogisticsCode(String logisticsCode) { + this.logisticsCode = logisticsCode; + } + + /** + * 字段名称 :餐厅平均送餐时间 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getAvgSendTime() { + return this.avgSendTime; + } + + /** + * 字段名称 :餐厅平均送餐时间 + * 数据类型 :int + * 是否必填 :false + */ + public void setAvgSendTime(Integer avgSendTime) { + this.avgSendTime = avgSendTime; + } + + /** + * 字段名称 :用户下单时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderSendTime() { + return this.orderSendTime; + } + + /** + * 字段名称 :用户下单时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderSendTime(String orderSendTime) { + this.orderSendTime = orderSendTime; + } + + /** + * 字段名称 :商户收到时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderReceiveTime() { + return this.orderReceiveTime; + } + + /** + * 字段名称 :商户收到时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderReceiveTime(String orderReceiveTime) { + this.orderReceiveTime = orderReceiveTime; + } + + /** + * 字段名称 :商户确认时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderConfirmTime() { + return this.orderConfirmTime; + } + + /** + * 字段名称 :商户确认时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderConfirmTime(String orderConfirmTime) { + this.orderConfirmTime = orderConfirmTime; + } + + /** + * 字段名称 :订单取消时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderCancelTime() { + return this.orderCancelTime; + } + + /** + * 字段名称 :订单取消时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderCancelTime(String orderCancelTime) { + this.orderCancelTime = orderCancelTime; + } + + /** + * 字段名称 :订单完成时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderCompletedTime() { + return this.orderCompletedTime; + } + + /** + * 字段名称 :订单完成时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderCompletedTime(String orderCompletedTime) { + this.orderCompletedTime = orderCompletedTime; + } + + /** + * 字段名称 :配送订单状态code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getLogisticsStatus() { + return this.logisticsStatus; + } + + /** + * 字段名称 :配送订单状态code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setLogisticsStatus(String logisticsStatus) { + this.logisticsStatus = logisticsStatus; + } + + /** + * 字段名称 :配送方ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLogisticsId() { + return this.logisticsId; + } + + /** + * 字段名称 :配送方ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLogisticsId(String logisticsId) { + this.logisticsId = logisticsId; + } + + /** + * 字段名称 :配送方名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getLogisticsName() { + return this.logisticsName; + } + + /** + * 字段名称 :配送方名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setLogisticsName(String logisticsName) { + this.logisticsName = logisticsName; + } + + /** + * 字段名称 :配送单下单时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLogisticsSendTime() { + return this.logisticsSendTime; + } + + /** + * 字段名称 :配送单下单时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLogisticsSendTime(String logisticsSendTime) { + this.logisticsSendTime = logisticsSendTime; + } + + /** + * 字段名称 :配送单确认时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLogisticsConfirmTime() { + return this.logisticsConfirmTime; + } + + /** + * 字段名称 :配送单确认时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLogisticsConfirmTime(String logisticsConfirmTime) { + this.logisticsConfirmTime = logisticsConfirmTime; + } + + /** + * 字段名称 :配送单取消时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLogisticsCancelTime() { + return this.logisticsCancelTime; + } + + /** + * 字段名称 :配送单取消时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLogisticsCancelTime(String logisticsCancelTime) { + this.logisticsCancelTime = logisticsCancelTime; + } + + /** + * 字段名称 :骑手取单时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLogisticsFetchTime() { + return this.logisticsFetchTime; + } + + /** + * 字段名称 :骑手取单时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLogisticsFetchTime(String logisticsFetchTime) { + this.logisticsFetchTime = logisticsFetchTime; + } + + /** + * 字段名称 :配送完成时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLogisticsCompletedTime() { + return this.logisticsCompletedTime; + } + + /** + * 字段名称 :配送完成时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLogisticsCompletedTime(String logisticsCompletedTime) { + this.logisticsCompletedTime = logisticsCompletedTime; + } + + /** + * 字段名称 :骑手姓名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getLogisticsDispatcherName() { + return this.logisticsDispatcherName; + } + + /** + * 字段名称 :骑手姓名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setLogisticsDispatcherName(String logisticsDispatcherName) { + this.logisticsDispatcherName = logisticsDispatcherName; + } + + /** + * 字段名称 :骑手电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getLogisticsDispatcherMobile() { + return this.logisticsDispatcherMobile; + } + + /** + * 字段名称 :骑手电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setLogisticsDispatcherMobile(String logisticsDispatcherMobile) { + this.logisticsDispatcherMobile = logisticsDispatcherMobile; + } + + /** + * 字段名称 :订单来源属性标识 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getChannel() { + return this.channel; + } + + /** + * 字段名称 :订单来源属性标识 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setChannel(String channel) { + this.channel = channel; + } + + /** + * 字段名称 :订单菜品详情 + * 数据类型 :text + * 是否必填 :false + */ + public String getDetail() { + return this.detail; + } + + /** + * 字段名称 :订单菜品详情 + * 数据类型 :text + * 是否必填 :false + */ + public void setDetail(String detail) { + this.detail = detail; + } + + /** + * 字段名称 :订单扩展信息 + * 数据类型 :text + * 是否必填 :false + */ + public String getExtras() { + return this.extras; + } + + /** + * 字段名称 :订单扩展信息 + * 数据类型 :text + * 是否必填 :false + */ + public void setExtras(String extras) { + this.extras = extras; + } + + /** + * 字段名称 :商家对账信息 + * 数据类型 :text + * 是否必填 :false + */ + public String getPoiReceiveDetail() { + return this.poiReceiveDetail; + } + + /** + * 字段名称 :商家对账信息 + * 数据类型 :text + * 是否必填 :false + */ + public void setPoiReceiveDetail(String poiReceiveDetail) { + this.poiReceiveDetail = poiReceiveDetail; + } + + /** + * 字段名称 :订单取消原因 + * 数据类型 :text + * 是否必填 :false + */ + public String getCancelReason() { + return this.cancelReason; + } + + /** + * 字段名称 :订单取消原因 + * 数据类型 :text + * 是否必填 :false + */ + public void setCancelReason(String cancelReason) { + this.cancelReason = cancelReason; + } + + /** + * 字段名称 :订单取消code + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCancelReasonCode() { + return this.cancelReasonCode; + } + + /** + * 字段名称 :订单取消code + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCancelReasonCode(String cancelReasonCode) { + this.cancelReasonCode = cancelReasonCode; + } + + /** + * 字段名称 :订单退款原因 + * 数据类型 :text + * 是否必填 :false + */ + public String getRefundReason() { + return this.refundReason; + } + + /** + * 字段名称 :订单退款原因 + * 数据类型 :text + * 是否必填 :false + */ + public void setRefundReason(String refundReason) { + this.refundReason = refundReason; + } + + /** + * 字段名称 :菜品分成(分) + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getFoodShareFeeChargeByPoi() { + return this.foodShareFeeChargeByPoi; + } + + /** + * 字段名称 :菜品分成(分) + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setFoodShareFeeChargeByPoi(Double foodShareFeeChargeByPoi) { + this.foodShareFeeChargeByPoi = foodShareFeeChargeByPoi; + } + + /** + * 字段名称 :商家应收款(分) + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWmPoiReceiveCent() { + return this.wmPoiReceiveCent; + } + + /** + * 字段名称 :商家应收款(分) + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWmPoiReceiveCent(Double wmPoiReceiveCent) { + this.wmPoiReceiveCent = wmPoiReceiveCent; + } + + /** + * 字段名称 :订单退款code + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getRefundReasonCode() { + return this.refundReasonCode; + } + + /** + * 字段名称 :订单退款code + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setRefundReasonCode(String refundReasonCode) { + this.refundReasonCode = refundReasonCode; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ShopMeituanOrderExtra.java b/food-api/src/main/java/com/jwsaas/entity/food/ShopMeituanOrderExtra.java new file mode 100644 index 0000000..ba88218 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ShopMeituanOrderExtra.java @@ -0,0 +1,180 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:美团商家订单优惠信息 + * 表代码:cy_shop_meituan_order_extra + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ShopMeituanOrderExtra") +public class ShopMeituanOrderExtra extends BaseEntity { + + private static final long serialVersionUID = 1037261515303605701L; + + /** + *订单ID + */ + private String orderId; + + /** + *活动优惠总金额 + */ + private Double reduceFee; + + /** + *优惠金额中商家承担的部分 + */ + private Double poiCharge; + + /** + *优惠金额中美团承担的部分 + */ + private Double mtCharge; + + /** + *优惠说明 + */ + private String remark; + + /** + *活动类型 + */ + private Integer type; + + /** + *活动ID + */ + private String actDetailId; + + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderId() { + return this.orderId; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + /** + * 字段名称 :活动优惠总金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getReduceFee() { + return this.reduceFee; + } + + /** + * 字段名称 :活动优惠总金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setReduceFee(Double reduceFee) { + this.reduceFee = reduceFee; + } + + /** + * 字段名称 :优惠金额中商家承担的部分 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPoiCharge() { + return this.poiCharge; + } + + /** + * 字段名称 :优惠金额中商家承担的部分 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPoiCharge(Double poiCharge) { + this.poiCharge = poiCharge; + } + + /** + * 字段名称 :优惠金额中美团承担的部分 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMtCharge() { + return this.mtCharge; + } + + /** + * 字段名称 :优惠金额中美团承担的部分 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMtCharge(Double mtCharge) { + this.mtCharge = mtCharge; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :text + * 是否必填 :false + */ + public String getRemark() { + return this.remark; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :text + * 是否必填 :false + */ + public void setRemark(String remark) { + this.remark = remark; + } + + /** + * 字段名称 :活动类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :活动类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :活动ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getActDetailId() { + return this.actDetailId; + } + + /** + * 字段名称 :活动ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setActDetailId(String actDetailId) { + this.actDetailId = actDetailId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ShopMeituanOrderItem.java b/food-api/src/main/java/com/jwsaas/entity/food/ShopMeituanOrderItem.java new file mode 100644 index 0000000..1dac579 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ShopMeituanOrderItem.java @@ -0,0 +1,338 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:美团商家订单明细表 + * 表代码:cy_shop_meituan_order_item + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ShopMeituanOrderItem") +public class ShopMeituanOrderItem extends BaseEntity { + + private static final long serialVersionUID = 1446333132378327741L; + + /** + *订单ID + */ + private String orderId; + + /** + *APP方菜品ID + */ + private String appFoodCode; + + /** + *菜品名 + */ + private String foodName; + + /** + *菜品份数 + */ + private String quantity; + + /** + *价格 + */ + private Double price; + + /** + *erp方门店ID + */ + private String storeId; + + /** + *erp方菜品sku + */ + private String skuId; + + /** + *餐盒数量 + */ + private Integer boxNum; + + /** + *餐盒单价 + */ + private Double boxPrice; + + /** + *单位 + */ + private String unit; + + /** + *菜品折扣 + */ + private Double foodDiscount; + + /** + *菜品属性 + */ + private String foodProperty; + + /** + *商品所在的口袋 + */ + private Integer cartId; + + private Double total;//总价; + + private Double boxTotal;//餐盒费用; + + + public Double getTotal() { + return total; + } + + public void setTotal(Double total) { + this.total = total; + } + + public Double getBoxTotal() { + return boxTotal; + } + + public void setBoxTotal(Double boxTotal) { + this.boxTotal = boxTotal; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderId() { + return this.orderId; + } + + /** + * 字段名称 :订单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + /** + * 字段名称 :APP方菜品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAppFoodCode() { + return this.appFoodCode; + } + + /** + * 字段名称 :APP方菜品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAppFoodCode(String appFoodCode) { + this.appFoodCode = appFoodCode; + } + + /** + * 字段名称 :菜品名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getFoodName() { + return this.foodName; + } + + /** + * 字段名称 :菜品名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setFoodName(String foodName) { + this.foodName = foodName; + } + + /** + * 字段名称 :菜品份数 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getQuantity() { + return this.quantity; + } + + /** + * 字段名称 :菜品份数 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setQuantity(String quantity) { + this.quantity = quantity; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :erp方门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :erp方门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :erp方菜品sku + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSkuId() { + return this.skuId; + } + + /** + * 字段名称 :erp方菜品sku + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSkuId(String skuId) { + this.skuId = skuId; + } + + /** + * 字段名称 :餐盒数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBoxNum() { + return this.boxNum; + } + + /** + * 字段名称 :餐盒数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setBoxNum(Integer boxNum) { + this.boxNum = boxNum; + } + + /** + * 字段名称 :餐盒单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getBoxPrice() { + return this.boxPrice; + } + + /** + * 字段名称 :餐盒单价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setBoxPrice(Double boxPrice) { + this.boxPrice = boxPrice; + } + + /** + * 字段名称 :单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getUnit() { + return this.unit; + } + + /** + * 字段名称 :单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setUnit(String unit) { + this.unit = unit; + } + + /** + * 字段名称 :菜品折扣 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getFoodDiscount() { + return this.foodDiscount; + } + + /** + * 字段名称 :菜品折扣 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setFoodDiscount(Double foodDiscount) { + this.foodDiscount = foodDiscount; + } + + /** + * 字段名称 :菜品属性 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getFoodProperty() { + return this.foodProperty; + } + + /** + * 字段名称 :菜品属性 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setFoodProperty(String foodProperty) { + this.foodProperty = foodProperty; + } + + /** + * 字段名称 :商品所在的口袋 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCartId() { + return this.cartId; + } + + /** + * 字段名称 :商品所在的口袋 + * 数据类型 :int + * 是否必填 :false + */ + public void setCartId(Integer cartId) { + this.cartId = cartId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/SplitFoodAccount.java b/food-api/src/main/java/com/jwsaas/entity/food/SplitFoodAccount.java new file mode 100644 index 0000000..30bfb92 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/SplitFoodAccount.java @@ -0,0 +1,168 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:菜品分户账户关联表 + * 表代码:cy_split_food_account + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"SplitFoodAccount") +public class SplitFoodAccount extends BaseEntity { + + private static final long serialVersionUID = 1595390963448346099L; + + /** + *店铺id + */ + private String shopId; + + /** + *商品ID + */ + private String goodId; + /** + *店铺ID + */ + private String storeId; + /** + *账户id + */ + private String accountId; + + /** + *类型 + */ + private String type; + + /** + *状态 + */ + private Integer status; + + /** + *详细 + */ + private String detail; + + + /** + * 字段名称 :店铺id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getShopId() { + return this.shopId; + } + + /** + * 字段名称 :店铺id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setShopId(String shopId) { + this.shopId = shopId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGoodId() { + return this.goodId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGoodId(String goodId) { + this.goodId = goodId; + } + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :账户id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAccountId() { + return this.accountId; + } + + /** + * 字段名称 :账户id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAccountId(String accountId) { + this.accountId = accountId; + } + + /** + * 字段名称 :类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setType(String type) { + this.type = type; + } + + /** + * 字段名称 :状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :详细 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDetail() { + return this.detail; + } + + /** + * 字段名称 :详细 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDetail(String detail) { + this.detail = detail; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/SplitPayLog.java b/food-api/src/main/java/com/jwsaas/entity/food/SplitPayLog.java new file mode 100644 index 0000000..9a602a8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/SplitPayLog.java @@ -0,0 +1,272 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:分帐错误日志上传 + * 表代码:cy_split_pay_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"SplitPayLog") +public class SplitPayLog extends BaseEntity { + + private static final long serialVersionUID = 1369206394546581657L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *门店ID + */ + private String storeId; + + /** + *分店ID + */ + private String splitStoreId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *请求地址和端口 + */ + private String requestDomain; + + /** + *请求报文 + */ + private String requestMessage; + + /** + *服务器返回 + */ + private String responseMessage; + + /** + *备注1 + */ + private String remark1; + + /** + *备注2 + */ + private String remark2; + + /** + *备注3 + */ + private String remark3; + + /** + *状态 + */ + private String status; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :分店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSplitStoreId() { + return this.splitStoreId; + } + + /** + * 字段名称 :分店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSplitStoreId(String splitStoreId) { + this.splitStoreId = splitStoreId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :请求地址和端口 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getRequestDomain() { + return this.requestDomain; + } + + /** + * 字段名称 :请求地址和端口 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setRequestDomain(String requestDomain) { + this.requestDomain = requestDomain; + } + + /** + * 字段名称 :请求报文 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getRequestMessage() { + return this.requestMessage; + } + + /** + * 字段名称 :请求报文 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setRequestMessage(String requestMessage) { + this.requestMessage = requestMessage; + } + + /** + * 字段名称 :服务器返回 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getResponseMessage() { + return this.responseMessage; + } + + /** + * 字段名称 :服务器返回 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setResponseMessage(String responseMessage) { + this.responseMessage = responseMessage; + } + + /** + * 字段名称 :备注1 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getRemark1() { + return this.remark1; + } + + /** + * 字段名称 :备注1 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setRemark1(String remark1) { + this.remark1 = remark1; + } + + /** + * 字段名称 :备注2 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getRemark2() { + return this.remark2; + } + + /** + * 字段名称 :备注2 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setRemark2(String remark2) { + this.remark2 = remark2; + } + + /** + * 字段名称 :备注3 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getRemark3() { + return this.remark3; + } + + /** + * 字段名称 :备注3 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setRemark3(String remark3) { + this.remark3 = remark3; + } + + /** + * 字段名称 :状态 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setStatus(String status) { + this.status = status; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/SplitPayResult.java b/food-api/src/main/java/com/jwsaas/entity/food/SplitPayResult.java new file mode 100644 index 0000000..025138a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/SplitPayResult.java @@ -0,0 +1,295 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:分店分帐结果 + * 表代码:cy_split_pay_result + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"SplitPayResult") +public class SplitPayResult extends BaseEntity { + + private static final long serialVersionUID = 1606371346052991378L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *门店ID + */ + private String storeId; + + /** + *分店ID + */ + private String splitStoreId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *付款单号 + */ + private String payNo; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *分帐金额 + */ + private Double money; + + /** + *已分金额 + */ + private Double ymoney; + + /** + *剩余金额 + */ + private Double smoney; + + /** + *备注 + */ + private String memo; + + /** + *状态 + */ + private String status; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :分店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSplitStoreId() { + return this.splitStoreId; + } + + /** + * 字段名称 :分店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSplitStoreId(String splitStoreId) { + this.splitStoreId = splitStoreId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :付款单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPayNo() { + return this.payNo; + } + + /** + * 字段名称 :付款单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPayNo(String payNo) { + this.payNo = payNo; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :分帐金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :分帐金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :已分金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getYmoney() { + return this.ymoney; + } + + /** + * 字段名称 :已分金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setYmoney(Double ymoney) { + this.ymoney = ymoney; + } + + /** + * 字段名称 :剩余金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSmoney() { + return this.smoney; + } + + /** + * 字段名称 :剩余金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSmoney(Double smoney) { + this.smoney = smoney; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :状态 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setStatus(String status) { + this.status = status; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/SplitShopAccount.java b/food-api/src/main/java/com/jwsaas/entity/food/SplitShopAccount.java new file mode 100644 index 0000000..649b995 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/SplitShopAccount.java @@ -0,0 +1,999 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:店铺分帐户表 + * 表代码:cy_split_shop_account + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"SplitShopAccount") +public class SplitShopAccount extends BaseEntity { + + private static final long serialVersionUID = 1888062113385185842L; + + private String tenantId; + + + /** + *店铺ID + */ + private String shopId; + + /** + *收款方编号 + */ + private String bizUserId; + + /** + *绑定手机号 + */ + private String phone; + + /** + *企业名称 + */ + private String companyName; + + /** + *企业地址 + */ + private String companyAddress; + + /** + *认证类型 1:三证 2:一证, 不填默认1-三证 + */ + private String authType; + + /** + *统一社会信用(一证) + */ + private String uniCredit; + + /** + *营业执照号(三证) + */ + private String businessLicense; + + /** + *组织机构代码(三证) + */ + private String organizationCode; + + /** + *税务登记证(三证) + */ + private String taxRegister; + + /** + *统一社会信用/营业执照号到期时间 + */ + private String expLicense; + + /** + *联系电话 + */ + private String telephone; + + /** + *法人姓名 + */ + private String legalName; + + /** + *法人证件类型 + */ + private String identityType; + + /** + *法人证件号码 + */ + private String legalIds; + + /** + *法人手机号码 + */ + private String legalPhone; + + /** + *企业对公账户 + */ + private String accountNo; + + /** + *开户银行名称 + */ + private String parentBankName; + + /** + *开户行地区代码 + */ + private String bankCityNo; + + /** + *开户行支行名称 + */ + private String bankName; + + /** + *支付行号 + */ + private String unionBank; + + /** + *开户行所在省 + */ + private String province; + + /** + *开户行所在市 + */ + private String city; + + /** + *企业会员审核结果通知 + */ + private String backUrl; + + /** + * 收银宝集团商户号 + */ + private String vspMerchantid; + + /** + * 收银宝商户号 + */ + private String vspCusId; + /** + * 终端号 + */ + private String vspTermid; + + /** + * 终端绑定时间 + */ + private Date setDate; + + /** + *收款方类型 企业:2,个人:3 + */ + private String memberType; + + /** + *是否绑定手机号 0否 1是 + */ + private String isphone; + + /** + *是否收款方创建 0否 1是 + */ + private String iscreate; + + /** + *是否信息设置 0否 1是 + */ + private String isinfo; + + /** + *是否影印件采集 0否 1是 + */ + private String isvideo; + + /** + *是否签订协议 0否 1是 + */ + private String isagree; + + /** + *是否终端信息报备0否 1是 + */ + private String istermInfo; + + /** + *是否支付终端信息管理0否 1是 + */ + private String isvspTermidInfo; + + /** + *影印件图片base64 + */ + private String pictureUrl; + + /** + *身份证反面影印件图片base64 + */ + private String oppositeidCardUrl; + + /** + *身份证正面影印件图片base64 + */ + private String frontidCardUrl; + + /** + *访问终端类型 Mobile:1,PC:2 + */ + private String source; + + /** + *类型 + */ + private String type; + + /** + *状态 + */ + private String status; + + /** + *详情 + */ + private String detail; + + /** + *总金额 + */ + private Double totalAmount; + /** + *冻结金额 + */ + private Double frozenAmount; + /** + *可提现金额 + */ + private Double withdrawableAmount; + /** + *通联总金额 + */ + private Double totalTlAmount; + /** + *通联冻结金额 + */ + private Double frozenTlAmount; + + @Override + public String getTenantId() { + return tenantId; + } + + @Override + public void setTenantId(String tenantId) { + this.tenantId = tenantId; + } + + /** + * 字段名称 :店铺ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getShopId() { + return this.shopId; + } + + /** + * 字段名称 :店铺ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setShopId(String shopId) { + this.shopId = shopId; + } + + /** + * 字段名称 :收款方编号 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getBizUserId() { + return this.bizUserId; + } + + /** + * 字段名称 :收款方编号 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + /** + * 字段名称 :绑定手机号 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getPhone() { + return this.phone; + } + + /** + * 字段名称 :绑定手机号 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setPhone(String phone) { + this.phone = phone; + } + + /** + * 字段名称 :企业名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCompanyName() { + return this.companyName; + } + + /** + * 字段名称 :企业名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCompanyName(String companyName) { + this.companyName = companyName; + } + + /** + * 字段名称 :企业地址 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCompanyAddress() { + return this.companyAddress; + } + + /** + * 字段名称 :企业地址 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCompanyAddress(String companyAddress) { + this.companyAddress = companyAddress; + } + + /** + * 字段名称 :认证类型 1:三证 2:一证, 不填默认1-三证 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAuthType() { + return this.authType; + } + + /** + * 字段名称 :认证类型 1:三证 2:一证, 不填默认1-三证 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAuthType(String authType) { + this.authType = authType; + } + + /** + * 字段名称 :统一社会信用(一证) + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getUniCredit() { + return this.uniCredit; + } + + /** + * 字段名称 :统一社会信用(一证) + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setUniCredit(String uniCredit) { + this.uniCredit = uniCredit; + } + + /** + * 字段名称 :营业执照号(三证) + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getBusinessLicense() { + return this.businessLicense; + } + + /** + * 字段名称 :营业执照号(三证) + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setBusinessLicense(String businessLicense) { + this.businessLicense = businessLicense; + } + + /** + * 字段名称 :组织机构代码(三证) + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getOrganizationCode() { + return this.organizationCode; + } + + /** + * 字段名称 :组织机构代码(三证) + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setOrganizationCode(String organizationCode) { + this.organizationCode = organizationCode; + } + + /** + * 字段名称 :税务登记证(三证) + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTaxRegister() { + return this.taxRegister; + } + + /** + * 字段名称 :税务登记证(三证) + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTaxRegister(String taxRegister) { + this.taxRegister = taxRegister; + } + + /** + * 字段名称 :统一社会信用/营业执照号到期时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getExpLicense() { + return this.expLicense; + } + + /** + * 字段名称 :统一社会信用/营业执照号到期时间 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setExpLicense(String expLicense) { + this.expLicense = expLicense; + } + + /** + * 字段名称 :联系电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTelephone() { + return this.telephone; + } + + /** + * 字段名称 :联系电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTelephone(String telephone) { + this.telephone = telephone; + } + + /** + * 字段名称 :法人姓名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getLegalName() { + return this.legalName; + } + + /** + * 字段名称 :法人姓名 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setLegalName(String legalName) { + this.legalName = legalName; + } + + /** + * 字段名称 :法人证件类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getIdentityType() { + return this.identityType; + } + + /** + * 字段名称 :法人证件类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setIdentityType(String identityType) { + this.identityType = identityType; + } + + /** + * 字段名称 :法人证件号码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getLegalIds() { + return this.legalIds; + } + + /** + * 字段名称 :法人证件号码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setLegalIds(String legalIds) { + this.legalIds = legalIds; + } + + /** + * 字段名称 :法人手机号码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLegalPhone() { + return this.legalPhone; + } + + /** + * 字段名称 :法人手机号码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLegalPhone(String legalPhone) { + this.legalPhone = legalPhone; + } + + /** + * 字段名称 :企业对公账户 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAccountNo() { + return this.accountNo; + } + + /** + * 字段名称 :企业对公账户 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAccountNo(String accountNo) { + this.accountNo = accountNo; + } + + /** + * 字段名称 :开户银行名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getParentBankName() { + return this.parentBankName; + } + + /** + * 字段名称 :开户银行名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setParentBankName(String parentBankName) { + this.parentBankName = parentBankName; + } + + /** + * 字段名称 :开户行地区代码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBankCityNo() { + return this.bankCityNo; + } + + /** + * 字段名称 :开户行地区代码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBankCityNo(String bankCityNo) { + this.bankCityNo = bankCityNo; + } + + /** + * 字段名称 :开户行支行名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBankName() { + return this.bankName; + } + + /** + * 字段名称 :开户行支行名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBankName(String bankName) { + this.bankName = bankName; + } + + /** + * 字段名称 :支付行号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getUnionBank() { + return this.unionBank; + } + + /** + * 字段名称 :支付行号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setUnionBank(String unionBank) { + this.unionBank = unionBank; + } + + /** + * 字段名称 :开户行所在省 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProvince() { + return this.province; + } + + /** + * 字段名称 :开户行所在省 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProvince(String province) { + this.province = province; + } + + /** + * 字段名称 :开户行所在市 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCity() { + return this.city; + } + + /** + * 字段名称 :开户行所在市 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCity(String city) { + this.city = city; + } + + /** + * 字段名称 :企业会员审核结果通知 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBackUrl() { + return this.backUrl; + } + + /** + * 字段名称 :企业会员审核结果通知 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBackUrl(String backUrl) { + this.backUrl = backUrl; + } + + /** + * 字段名称 :收款方类型 企业:2,个人:3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberType() { + return this.memberType; + } + + /** + * 字段名称 :收款方类型 企业:2,个人:3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberType(String memberType) { + this.memberType = memberType; + } + + /** + * 字段名称 :是否绑定手机号 0否 1是 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getIsphone() { + return this.isphone; + } + + /** + * 字段名称 :是否绑定手机号 0否 1是 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setIsphone(String isphone) { + this.isphone = isphone; + } + + /** + * 字段名称 :是否收款方创建 0否 1是 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getIscreate() { + return this.iscreate; + } + + /** + * 字段名称 :是否收款方创建 0否 1是 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setIscreate(String iscreate) { + this.iscreate = iscreate; + } + + /** + * 字段名称 :是否信息设置 0否 1是 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getIsinfo() { + return this.isinfo; + } + + /** + * 字段名称 :是否信息设置 0否 1是 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setIsinfo(String isinfo) { + this.isinfo = isinfo; + } + + /** + * 字段名称 :是否影印件采集 0否 1是 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getIsvideo() { + return this.isvideo; + } + + /** + * 字段名称 :是否影印件采集 0否 1是 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setIsvideo(String isvideo) { + this.isvideo = isvideo; + } + + /** + * 字段名称 :是否签订协议 0否 1是 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getIsagree() { + return this.isagree; + } + + /** + * 字段名称 :是否签订协议 0否 1是 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setIsagree(String isagree) { + this.isagree = isagree; + } + + /** + * 字段名称 :影印件图片base64 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPictureUrl() { + return this.pictureUrl; + } + + public String getIstermInfo() { + return istermInfo; + } + + public void setIstermInfo(String istermInfo) { + this.istermInfo = istermInfo; + } + + public String getIsvspTermidInfo() { + return isvspTermidInfo; + } + + public void setIsvspTermidInfo(String isvspTermidInfo) { + this.isvspTermidInfo = isvspTermidInfo; + } + + /** + * 字段名称 :影印件图片base64 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPictureUrl(String pictureUrl) { + this.pictureUrl = pictureUrl; + } + + /** + * 字段名称 :访问终端类型 Mobile:1,PC:2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSource() { + return this.source; + } + + /** + * 字段名称 :访问终端类型 Mobile:1,PC:2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSource(String source) { + this.source = source; + } + + /** + * 字段名称 :类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setType(String type) { + this.type = type; + } + + /** + * 字段名称 :状态 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStatus(String status) { + this.status = status; + } + + /** + * 字段名称 :详情 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDetail() { + return this.detail; + } + + /** + * 字段名称 :详情 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDetail(String detail) { + this.detail = detail; + } + + public String getVspMerchantid() { + return vspMerchantid; + } + + public void setVspMerchantid(String vspMerchantid) { + this.vspMerchantid = vspMerchantid; + } + + public String getVspCusId() { + return vspCusId; + } + + public void setVspCusId(String vspCusId) { + this.vspCusId = vspCusId; + } + + public String getVspTermid() { + return vspTermid; + } + + public void setVspTermid(String vspTermid) { + this.vspTermid = vspTermid; + } + + public Date getSetDate() { + return setDate; + } + + public void setSetDate(Date setDate) { + this.setDate = setDate; + } + + public Double getTotalAmount() { + return totalAmount; + } + + public void setTotalAmount(Double totalAmount) { + this.totalAmount = totalAmount; + } + + public Double getFrozenAmount() { + return frozenAmount; + } + + public void setFrozenAmount(Double frozenAmount) { + this.frozenAmount = frozenAmount; + } + + public Double getWithdrawableAmount() { + return withdrawableAmount; + } + + public void setWithdrawableAmount(Double withdrawableAmount) { + this.withdrawableAmount = withdrawableAmount; + } + + public Double getTotalTlAmount() { + return totalTlAmount; + } + + public void setTotalTlAmount(Double totalTlAmount) { + this.totalTlAmount = totalTlAmount; + } + + public Double getFrozenTlAmount() { + return frozenTlAmount; + } + + public void setFrozenTlAmount(Double frozenTlAmount) { + this.frozenTlAmount = frozenTlAmount; + } + + public String getOppositeidCardUrl() { + return oppositeidCardUrl; + } + + public void setOppositeidCardUrl(String oppositeidCardUrl) { + this.oppositeidCardUrl = oppositeidCardUrl; + } + + public String getFrontidCardUrl() { + return frontidCardUrl; + } + + public void setFrontidCardUrl(String frontidCardUrl) { + this.frontidCardUrl = frontidCardUrl; + } +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/SplitShopAmount.java b/food-api/src/main/java/com/jwsaas/entity/food/SplitShopAmount.java new file mode 100644 index 0000000..4d3c5e0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/SplitShopAmount.java @@ -0,0 +1,54 @@ +package com.jwsaas.entity.food; + +import com.jwsaas.entity.BaseEntity; +import org.apache.ibatis.type.Alias; + +import java.math.BigDecimal; +import java.util.Date; + + +/** + * + * 分店对应金额 + */ +public class SplitShopAmount { + + /** + *店铺ID + */ + private String shopId; + + /** + *收款方编号 + */ + private String bizUserId; + + /** + *绑定手机号 + */ + private Object amount; + + public String getShopId() { + return shopId; + } + + public void setShopId(String shopId) { + this.shopId = shopId; + } + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public Object getAmount() { + return amount; + } + + public void setAmount(Object amount) { + this.amount = amount; + } +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/SplitShopWithdrawal.java b/food-api/src/main/java/com/jwsaas/entity/food/SplitShopWithdrawal.java new file mode 100644 index 0000000..1615142 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/SplitShopWithdrawal.java @@ -0,0 +1,364 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:分店提现记录表 + * 表代码:cy_split_shop_withdrawal + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"SplitShopWithdrawal") +public class SplitShopWithdrawal extends BaseEntity { + + private static final long serialVersionUID = 1241304973498602741L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *设置ID + */ + private String programId; + + /** + *门店ID + */ + private String storeId; + + /** + *分店ID + */ + private String splitStoreId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *付款方式编号 + */ + private String payTypeNo; + + /** + *提现金额 + */ + private Double amount; + + /** + *手续费 + */ + private Double fee; + + /** + *到账金额 + */ + private Double receivedAmount; + + /** + *到账时间 + */ + private Date payDate; + + /** + *到账卡号 + */ + private String cardno; + + /** + *备用字段 + */ + private String ext; + + /** + *备注 + */ + private String memo; + + /** + *类型 + */ + private Integer type; + + /** + *状态 + */ + private Integer status; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :分店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSplitStoreId() { + return this.splitStoreId; + } + + /** + * 字段名称 :分店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSplitStoreId(String splitStoreId) { + this.splitStoreId = splitStoreId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :付款方式编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPayTypeNo() { + return this.payTypeNo; + } + + /** + * 字段名称 :付款方式编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPayTypeNo(String payTypeNo) { + this.payTypeNo = payTypeNo; + } + + /** + * 字段名称 :提现金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :提现金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :手续费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getFee() { + return this.fee; + } + + /** + * 字段名称 :手续费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setFee(Double fee) { + this.fee = fee; + } + + /** + * 字段名称 :到账金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivedAmount() { + return this.receivedAmount; + } + + /** + * 字段名称 :到账金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivedAmount(Double receivedAmount) { + this.receivedAmount = receivedAmount; + } + + /** + * 字段名称 :到账时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getPayDate() { + return this.payDate; + } + + /** + * 字段名称 :到账时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setPayDate(Date payDate) { + this.payDate = payDate; + } + + /** + * 字段名称 :到账卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCardno() { + return this.cardno; + } + + /** + * 字段名称 :到账卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCardno(String cardno) { + this.cardno = cardno; + } + + /** + * 字段名称 :备用字段 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getExt() { + return this.ext; + } + + /** + * 字段名称 :备用字段 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setExt(String ext) { + this.ext = ext; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/SplitStorePay.java b/food-api/src/main/java/com/jwsaas/entity/food/SplitStorePay.java new file mode 100644 index 0000000..37d0f5d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/SplitStorePay.java @@ -0,0 +1,825 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:分店分帐流水 + * 表代码:cy_split_store_pay + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"SplitStorePay") +public class SplitStorePay extends BaseEntity { + + private static final long serialVersionUID = 1938442320589890833L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *设置ID + */ + private String programId; + + /** + *门店ID + */ + private String storeId; + + /** + *分店ID + */ + private String splitStoreId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *付款单号 + */ + private String payNo; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *付款方式编号 + */ + private String payTypeNo; + + /** + *付款方式 + */ + private String payType; + + /** + *实收金额 + */ + private Double paid; + + /** + *找零金额 + */ + private Double rchange; + + /** + *已收金额 + */ + private Double money; + + /** + *溢出金额 + */ + private Double overAmount; + + /** + *凭证号 + */ + private String voucherNo; + + /** + *付款时间 + */ + private Date payDate; + + /** + *付款卡号 + */ + private String cardno; + + /** + *是否实收 + */ + private Integer incomeFlag; + + /** + *第三方扣费类型 + */ + private Integer otherRateType; + + /** + *第三方扣费值 + */ + private Double otherRateValue; + + /** + *第三方扣费 + */ + private Double otherRate; + + /** + *支付客户端类型 + */ + private Integer payClientType; + + /** + *支付渠道 + */ + private Integer payChannel; + + /** + *扣率 + */ + private Double deductionRate; + + /** + *扣款 + */ + private Double chargeBack; + + /** + *备注 + */ + private String memo; + + /** + *是否生效 + */ + private Integer isInvalid; + + /** + *是否退款 0否-1是 + */ + private Integer isRefund; + /** + *退款金额 + */ + private Double refundAmount; + /** + *代收BizUserId + */ + private String fromBizUserId; + /** + *订单类型 + * 堂食 = 0,外带 = 1,电话外卖 = 2,餐桌 = 3,美团外卖 = 4,饿了么 = 5,百度外卖 = 6,微信点餐 = 7 + */ + private String orderType; + + /** + *商户订单号(支付订单) + */ + private String bizOrderNo; + + /** + *单价 + */ + private Double unitPrice; + /** + *数量 + */ + private int number; + /** + *退款数量 + */ + private int rnumber; + /** + *菜品ID + */ + private String goodId; + /** + * 餐桌号 + */ + private String tableNo; + /** + * 人数 + */ + private long people; + + /** + * 操作员工号 + */ + private String workNo; + + /** + * 通联手续费 + */ + private long fee; + + /** + * 门店名称 + */ + private String storeName; + + /** + * 分店名称 + */ + private String splitStoreName; + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProgramId() { + return this.programId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProgramId(String programId) { + this.programId = programId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :分店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSplitStoreId() { + return this.splitStoreId; + } + + /** + * 字段名称 :分店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSplitStoreId(String splitStoreId) { + this.splitStoreId = splitStoreId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :付款单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPayNo() { + return this.payNo; + } + + /** + * 字段名称 :付款单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPayNo(String payNo) { + this.payNo = payNo; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :付款方式编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPayTypeNo() { + return this.payTypeNo; + } + + /** + * 字段名称 :付款方式编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPayTypeNo(String payTypeNo) { + this.payTypeNo = payTypeNo; + } + + /** + * 字段名称 :付款方式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPayType() { + return this.payType; + } + + /** + * 字段名称 :付款方式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPayType(String payType) { + this.payType = payType; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPaid() { + return this.paid; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPaid(Double paid) { + this.paid = paid; + } + + /** + * 字段名称 :找零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getRchange() { + return this.rchange; + } + + /** + * 字段名称 :找零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setRchange(Double rchange) { + this.rchange = rchange; + } + + /** + * 字段名称 :已收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :已收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :溢出金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getOverAmount() { + return this.overAmount; + } + + /** + * 字段名称 :溢出金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setOverAmount(Double overAmount) { + this.overAmount = overAmount; + } + + /** + * 字段名称 :凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getVoucherNo() { + return this.voucherNo; + } + + /** + * 字段名称 :凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setVoucherNo(String voucherNo) { + this.voucherNo = voucherNo; + } + + /** + * 字段名称 :付款时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getPayDate() { + return this.payDate; + } + + /** + * 字段名称 :付款时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setPayDate(Date payDate) { + this.payDate = payDate; + } + + /** + * 字段名称 :付款卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCardno() { + return this.cardno; + } + + /** + * 字段名称 :付款卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCardno(String cardno) { + this.cardno = cardno; + } + + /** + * 字段名称 :是否实收 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIncomeFlag() { + return this.incomeFlag; + } + + /** + * 字段名称 :是否实收 + * 数据类型 :int + * 是否必填 :false + */ + public void setIncomeFlag(Integer incomeFlag) { + this.incomeFlag = incomeFlag; + } + + /** + * 字段名称 :第三方扣费类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOtherRateType() { + return this.otherRateType; + } + + /** + * 字段名称 :第三方扣费类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setOtherRateType(Integer otherRateType) { + this.otherRateType = otherRateType; + } + + /** + * 字段名称 :第三方扣费值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOtherRateValue() { + return this.otherRateValue; + } + + /** + * 字段名称 :第三方扣费值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOtherRateValue(Double otherRateValue) { + this.otherRateValue = otherRateValue; + } + + /** + * 字段名称 :第三方扣费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getOtherRate() { + return this.otherRate; + } + + /** + * 字段名称 :第三方扣费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setOtherRate(Double otherRate) { + this.otherRate = otherRate; + } + + /** + * 字段名称 :支付客户端类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPayClientType() { + return this.payClientType; + } + + /** + * 字段名称 :支付客户端类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setPayClientType(Integer payClientType) { + this.payClientType = payClientType; + } + + /** + * 字段名称 :支付渠道 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPayChannel() { + return this.payChannel; + } + + /** + * 字段名称 :支付渠道 + * 数据类型 :int + * 是否必填 :false + */ + public void setPayChannel(Integer payChannel) { + this.payChannel = payChannel; + } + + /** + * 字段名称 :扣率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDeductionRate() { + return this.deductionRate; + } + + /** + * 字段名称 :扣率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDeductionRate(Double deductionRate) { + this.deductionRate = deductionRate; + } + + /** + * 字段名称 :扣款 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getChargeBack() { + return this.chargeBack; + } + + /** + * 字段名称 :扣款 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setChargeBack(Double chargeBack) { + this.chargeBack = chargeBack; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + public String getBizOrderNo() { + return bizOrderNo; + } + + public void setBizOrderNo(String bizOrderNo) { + this.bizOrderNo = bizOrderNo; + } + + public Integer getIsRefund() { + return isRefund; + } + + public void setIsRefund(Integer isRefund) { + this.isRefund = isRefund; + } + + public Double getRefundAmount() { + return refundAmount; + } + + public void setRefundAmount(Double refundAmount) { + this.refundAmount = refundAmount; + } + + public String getFromBizUserId() { + return fromBizUserId; + } + + public void setFromBizUserId(String fromBizUserId) { + this.fromBizUserId = fromBizUserId; + } + + public String getOrderType() { + return orderType; + } + + public void setOrderType(String orderType) { + this.orderType = orderType; + } + + public Double getUnitPrice() { + return unitPrice; + } + + public void setUnitPrice(Double unitPrice) { + this.unitPrice = unitPrice; + } + + public int getNumber() { + return number; + } + + public void setNumber(int number) { + this.number = number; + } + + public int getRnumber() { + return rnumber; + } + + public void setRnumber(int rnumber) { + this.rnumber = rnumber; + } + + public String getGoodId() { + return goodId; + } + + public void setGoodId(String goodId) { + this.goodId = goodId; + } + + public String getTableNo() { + return tableNo; + } + + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + public long getPeople() { + return people; + } + + public void setPeople(long people) { + this.people = people; + } + + public String getWorkNo() { + return workNo; + } + + public void setWorkNo(String workNo) { + this.workNo = workNo; + } + + public long getFee() { + return fee; + } + + public void setFee(long fee) { + this.fee = fee; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public String getSplitStoreName() { + return splitStoreName; + } + + public void setSplitStoreName(String splitStoreName) { + this.splitStoreName = splitStoreName; + } +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/Storage.java b/food-api/src/main/java/com/jwsaas/entity/food/Storage.java new file mode 100644 index 0000000..122a315 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/Storage.java @@ -0,0 +1,110 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:总部库位 + * 表代码:cy_storage + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "Storage") +public class Storage extends BaseEntity { + + private static final long serialVersionUID = 1631396142279017876L; + + /** + *类别ID + */ + private String typeId; + + /** + *名称 + */ + private String name; + + /** + *编号 + */ + private String no; + + /** + *负责人 + */ + private String manager; + + + /** + * 字段名称 :类别ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :负责人 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getManager() { + return this.manager; + } + + /** + * 字段名称 :负责人 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setManager(String manager) { + this.manager = manager; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StorageType.java b/food-api/src/main/java/com/jwsaas/entity/food/StorageType.java new file mode 100644 index 0000000..b35d269 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StorageType.java @@ -0,0 +1,64 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:总部库位类型 + * 表代码:cy_storage_type + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StorageType") +public class StorageType extends BaseEntity { + + private static final long serialVersionUID = 1913526447434447007L; + + /** + *类别编号 + */ + private String no; + + /** + *类别名称 + */ + private String name; + + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :类别名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :类别名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/Store.java b/food-api/src/main/java/com/jwsaas/entity/food/Store.java new file mode 100644 index 0000000..f1bd1e6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/Store.java @@ -0,0 +1,1052 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店信息 + * 表代码:cy_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "Store") +public class Store extends BaseEntity { + + private static final long serialVersionUID = 1048063432627928638L; + + /** + *地区ID + */ + private String areaId; + + /** + *区域路径 + */ + private String areaPath; + + /** + *门店类型 + */ + private String typeId; + + /** + *门店编号 + */ + private String no; + + /** + *门店名称 + */ + private String name; + + /** + *负责人 + */ + private String manager; + + /** + *联系电话 + */ + private String tel; + + /** + *手机号码 + */ + private String mobile; + + /** + *订餐电话 + */ + private String orderTel; + + /** + *打印名称 + */ + private String printName; + + /** + *地址 + */ + private String address; + + /** + *电子邮箱 + */ + private String mail; + + /** + *面积 + */ + private Double square; + + /** + *桌台数 + */ + private Integer deskAmount; + + /** + *座位数 + */ + private Integer seatAmount; + + /** + *是否注册 + */ + private Integer registerFlag; + + /** + *是否按主食统计人数 + */ + private Integer stapleFlag; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *是否授权 + */ + private Integer authFlag; + + /** + *纬度 + */ + private Double latitude; + + /** + *经度 + */ + private Double longitude; + + /** + *编号类型 + */ + private Integer noType; + + /** + *最大离线天数 + */ + private Integer maxOffLine; + + /** + *是否允许自建商品 + */ + private Integer productFlag; + + /** + *第三方编号 + */ + private String thirdNo; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + + /** + *默认组别ID + */ + private String groupId; + + /** + *默认组别编号 + */ + private String groupNo; + + /** + *扣点 + */ + private Double deductionRate; + + /** + *状态 + */ + private Integer status; + + /** + *单店标识 + */ + private Integer singleFlag; + + /** + *备注信息 + */ + private String description; + + /** + *门店logo + */ + private String logoUrl; + + /** + *是否默认 + */ + private Integer defaultFlag; + + /** + *是否启用门店税率 + */ + private Integer storeTaxRateFlag; + + /** + *销项税 + */ + private Double saleTax; + + /** + *联营扣率 + */ + private Double lyRate; + + /** + *门店扣点 + */ + private Double storeRate; + + + + private String longitudes; //字符串类型-经度,用于数据导入; + private String latitudes; //字符串类型-纬度,用于数据导入; + + + public String getLongitudes() { + return longitudes; + } + + public void setLongitudes(String longitudes) { + this.longitudes = longitudes; + } + + public String getLatitudes() { + return latitudes; + } + + public void setLatitudes(String latitudes) { + this.latitudes = latitudes; + } + + /** + * 字段名称 :地区ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAreaId() { + return this.areaId; + } + + /** + * 字段名称 :地区ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAreaId(String areaId) { + this.areaId = areaId; + } + + /** + * 字段名称 :区域路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAreaPath() { + return this.areaPath; + } + + /** + * 字段名称 :区域路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAreaPath(String areaPath) { + this.areaPath = areaPath; + } + + /** + * 字段名称 :门店类型 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :门店类型 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :负责人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getManager() { + return this.manager; + } + + /** + * 字段名称 :负责人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setManager(String manager) { + this.manager = manager; + } + + /** + * 字段名称 :联系电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTel() { + return this.tel; + } + + /** + * 字段名称 :联系电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTel(String tel) { + this.tel = tel; + } + + /** + * 字段名称 :手机号码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :手机号码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :订餐电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getOrderTel() { + return this.orderTel; + } + + /** + * 字段名称 :订餐电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setOrderTel(String orderTel) { + this.orderTel = orderTel; + } + + /** + * 字段名称 :打印名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getPrintName() { + return this.printName; + } + + /** + * 字段名称 :打印名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setPrintName(String printName) { + this.printName = printName; + } + + /** + * 字段名称 :地址 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAddress() { + return this.address; + } + + /** + * 字段名称 :地址 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :电子邮箱 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMail() { + return this.mail; + } + + /** + * 字段名称 :电子邮箱 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMail(String mail) { + this.mail = mail; + } + + /** + * 字段名称 :面积 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSquare() { + return this.square; + } + + /** + * 字段名称 :面积 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSquare(Double square) { + this.square = square; + } + + /** + * 字段名称 :桌台数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeskAmount() { + return this.deskAmount; + } + + /** + * 字段名称 :桌台数 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeskAmount(Integer deskAmount) { + this.deskAmount = deskAmount; + } + + /** + * 字段名称 :座位数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSeatAmount() { + return this.seatAmount; + } + + /** + * 字段名称 :座位数 + * 数据类型 :int + * 是否必填 :false + */ + public void setSeatAmount(Integer seatAmount) { + this.seatAmount = seatAmount; + } + + /** + * 字段名称 :是否注册 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getRegisterFlag() { + return this.registerFlag; + } + + /** + * 字段名称 :是否注册 + * 数据类型 :int + * 是否必填 :false + */ + public void setRegisterFlag(Integer registerFlag) { + this.registerFlag = registerFlag; + } + + /** + * 字段名称 :是否按主食统计人数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStapleFlag() { + return this.stapleFlag; + } + + /** + * 字段名称 :是否按主食统计人数 + * 数据类型 :int + * 是否必填 :false + */ + public void setStapleFlag(Integer stapleFlag) { + this.stapleFlag = stapleFlag; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :是否授权 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getAuthFlag() { + return this.authFlag; + } + + /** + * 字段名称 :是否授权 + * 数据类型 :int + * 是否必填 :false + */ + public void setAuthFlag(Integer authFlag) { + this.authFlag = authFlag; + } + + /** + * 字段名称 :纬度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public Double getLatitude() { + return this.latitude; + } + + /** + * 字段名称 :纬度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public void setLatitude(Double latitude) { + this.latitude = latitude; + } + + /** + * 字段名称 :经度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public Double getLongitude() { + return this.longitude; + } + + /** + * 字段名称 :经度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public void setLongitude(Double longitude) { + this.longitude = longitude; + } + + /** + * 字段名称 :编号类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getNoType() { + return this.noType; + } + + /** + * 字段名称 :编号类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setNoType(Integer noType) { + this.noType = noType; + } + + /** + * 字段名称 :最大离线天数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getMaxOffLine() { + return this.maxOffLine; + } + + /** + * 字段名称 :最大离线天数 + * 数据类型 :int + * 是否必填 :false + */ + public void setMaxOffLine(Integer maxOffLine) { + this.maxOffLine = maxOffLine; + } + + /** + * 字段名称 :是否允许自建商品 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getProductFlag() { + return this.productFlag; + } + + /** + * 字段名称 :是否允许自建商品 + * 数据类型 :int + * 是否必填 :false + */ + public void setProductFlag(Integer productFlag) { + this.productFlag = productFlag; + } + + /** + * 字段名称 :第三方编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getThirdNo() { + return this.thirdNo; + } + + /** + * 字段名称 :第三方编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setThirdNo(String thirdNo) { + this.thirdNo = thirdNo; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :默认组别ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getGroupId() { + return this.groupId; + } + + /** + * 字段名称 :默认组别ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setGroupId(String groupId) { + this.groupId = groupId; + } + + /** + * 字段名称 :默认组别编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getGroupNo() { + return this.groupNo; + } + + /** + * 字段名称 :默认组别编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setGroupNo(String groupNo) { + this.groupNo = groupNo; + } + + /** + * 字段名称 :扣点 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDeductionRate() { + return this.deductionRate; + } + + /** + * 字段名称 :扣点 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDeductionRate(Double deductionRate) { + this.deductionRate = deductionRate; + } + + /** + * 字段名称 :状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :单店标识 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getSingleFlag() { + return this.singleFlag; + } + + /** + * 字段名称 :单店标识 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setSingleFlag(Integer singleFlag) { + this.singleFlag = singleFlag; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :门店logo + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getLogoUrl() { + return this.logoUrl; + } + + /** + * 字段名称 :门店logo + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setLogoUrl(String logoUrl) { + this.logoUrl = logoUrl; + } + + /** + * 字段名称 :是否默认 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getDefaultFlag() { + return this.defaultFlag; + } + + /** + * 字段名称 :是否默认 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setDefaultFlag(Integer defaultFlag) { + this.defaultFlag = defaultFlag; + } + + /** + * 字段名称 :是否启用门店税率 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getStoreTaxRateFlag() { + return this.storeTaxRateFlag; + } + + /** + * 字段名称 :是否启用门店税率 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setStoreTaxRateFlag(Integer storeTaxRateFlag) { + this.storeTaxRateFlag = storeTaxRateFlag; + } + + /** + * 字段名称 :销项税 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getSaleTax() { + return this.saleTax; + } + + /** + * 字段名称 :销项税 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setSaleTax(Double saleTax) { + this.saleTax = saleTax; + } + + /** + * 字段名称 :联营扣率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getLyRate() { + return this.lyRate; + } + + /** + * 字段名称 :联营扣率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setLyRate(Double lyRate) { + this.lyRate = lyRate; + } + + /** + * 字段名称 :门店扣点 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getStoreRate() { + return this.storeRate; + } + + /** + * 字段名称 :门店扣点 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setStoreRate(Double storeRate) { + this.storeRate = storeRate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreAccount.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreAccount.java new file mode 100644 index 0000000..997c924 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreAccount.java @@ -0,0 +1,211 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店余额账户 + * 表代码:cy_store_account + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreAccount") +public class StoreAccount extends BaseEntity { + + private static final long serialVersionUID = 1589460189082050027L; + + /** + *编号 + */ + private String no; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *状态 + */ + private Integer status; + + /** + *支付密码 + */ + private String payPwd; + + /** + *备注 + */ + private String description; + + /** + *余额 + */ + private Double amount; + + /** + *冻结余额 + */ + private Double freezeAmount; + + private Double prePayAmount;//预支付金额; + + public Double getPrePayAmount() { + return prePayAmount; + } + + public void setPrePayAmount(Double prePayAmount) { + this.prePayAmount = prePayAmount; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :支付密码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getPayPwd() { + return this.payPwd; + } + + /** + * 字段名称 :支付密码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setPayPwd(String payPwd) { + this.payPwd = payPwd; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :冻结余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getFreezeAmount() { + return this.freezeAmount; + } + + /** + * 字段名称 :冻结余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setFreezeAmount(Double freezeAmount) { + this.freezeAmount = freezeAmount; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreAccountDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreAccountDetail.java new file mode 100644 index 0000000..881f8b1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreAccountDetail.java @@ -0,0 +1,387 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店余额账户明细 + * 表代码:cy_store_account_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreAccountDetail") +public class StoreAccountDetail extends BaseEntity { + + private static final long serialVersionUID = 1799935587383413528L; + + /** + *账户ID + */ + private String accountId; + + /** + *门店Id + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *收支类型 + */ + private Integer type; + + /** + *业务类型 + */ + private Integer busType; + + /** + *业务单号 + */ + private String busNo; + + /** + *交易时间 + */ + private Date busTime; + + /** + *支付方式 + */ + private String payType; + + /** + *凭证号 + */ + private String voucherNo; + + /** + *状态 + */ + private Integer status; + + /** + *发生金额 + */ + private Double amount; + + /** + *发生后余额 + */ + private Double aftAmount; + + /** + *工号 + */ + private String workerNo; + + /** + *设备编号 + */ + private String posNo; + + /** + *来源标识 + */ + private String sourceSign; + + /** + *备注 + */ + private String description; + + + /** + * 字段名称 :账户ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAccountId() { + return this.accountId; + } + + /** + * 字段名称 :账户ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAccountId(String accountId) { + this.accountId = accountId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :收支类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :收支类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :业务类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusType() { + return this.busType; + } + + /** + * 字段名称 :业务类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusType(Integer busType) { + this.busType = busType; + } + + /** + * 字段名称 :业务单号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :业务单号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :交易时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getBusTime() { + return this.busTime; + } + + /** + * 字段名称 :交易时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setBusTime(Date busTime) { + this.busTime = busTime; + } + + /** + * 字段名称 :支付方式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPayType() { + return this.payType; + } + + /** + * 字段名称 :支付方式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPayType(String payType) { + this.payType = payType; + } + + /** + * 字段名称 :凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getVoucherNo() { + return this.voucherNo; + } + + /** + * 字段名称 :凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setVoucherNo(String voucherNo) { + this.voucherNo = voucherNo; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :发生金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :发生金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :发生后余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAftAmount() { + return this.aftAmount; + } + + /** + * 字段名称 :发生后余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAftAmount(Double aftAmount) { + this.aftAmount = aftAmount; + } + + /** + * 字段名称 :工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWorkerNo() { + return this.workerNo; + } + + /** + * 字段名称 :工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWorkerNo(String workerNo) { + this.workerNo = workerNo; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :来源标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSourceSign() { + return this.sourceSign; + } + + /** + * 字段名称 :来源标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSourceSign(String sourceSign) { + this.sourceSign = sourceSign; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreAccountRechargeParameter.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreAccountRechargeParameter.java new file mode 100644 index 0000000..cfe5340 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreAccountRechargeParameter.java @@ -0,0 +1,156 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店账户充值参数方案 + * 表代码:cy_store_account_recharge_parameter + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreAccountRechargeParameter") +public class StoreAccountRechargeParameter extends BaseEntity { + + private static final long serialVersionUID = 1565910348249556783L; + + /** + *编号 + */ + private String no; + + /** + *方案名称 + */ + private String name; + + /** + *支付类型 + */ + private String sign; + + /** + *支付参数 + */ + private String pbody; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *证书内容 + */ + private String certText; + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :支付类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :支付类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSign(String sign) { + this.sign = sign; + } + + /** + * 字段名称 :支付参数 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getPbody() { + return this.pbody; + } + + /** + * 字段名称 :支付参数 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setPbody(String pbody) { + this.pbody = pbody; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :证书内容 + * 数据类型 :text + * 是否必填 :false + */ + public String getCertText() { + return this.certText; + } + + /** + * 字段名称 :证书内容 + * 数据类型 :text + * 是否必填 :false + */ + public void setCertText(String certText) { + this.certText = certText; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreAccountRechargeRecord.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreAccountRechargeRecord.java new file mode 100644 index 0000000..70610fa --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreAccountRechargeRecord.java @@ -0,0 +1,502 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店账户充值记录 + * 表代码:cy_store_account_recharge_record + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreAccountRechargeRecord") +public class StoreAccountRechargeRecord extends BaseEntity { + + private static final long serialVersionUID = 1962697315362838481L; + + /** + *门店Id + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *账户ID + */ + private String accountId; + + /** + *来源标识 + */ + private String sourceSign; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *金额 + */ + private Double amount; + + /** + *状态 + */ + private Integer status; + + /** + *充值状态 + */ + private Integer rechargeStatus; + + /** + *备注 + */ + private String description; + + /** + *支付方式 + */ + private Integer payType; + + /** + *支付凭证号 + */ + private String payVoucherNo; + + /** + *支付时间 + */ + private Date payDate; + + /** + *支付账号 + */ + private String payAccount; + + /** + *订单标题 + */ + private String title; + + /** + *订单内容 + */ + private String content; + + /** + *设备信息 + */ + private String deviceInfo; + + /** + *附加信息 + */ + private String attach; + + /** + *请求信息 + */ + private String reqStr; + + /** + *回执信息 + */ + private String respStr; + + /** + *通知标识 + */ + private String notifySign; + + /** + *通知内容 + */ + private String notifyData; + + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :账户ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAccountId() { + return this.accountId; + } + + /** + * 字段名称 :账户ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAccountId(String accountId) { + this.accountId = accountId; + } + + /** + * 字段名称 :来源标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSourceSign() { + return this.sourceSign; + } + + /** + * 字段名称 :来源标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSourceSign(String sourceSign) { + this.sourceSign = sourceSign; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :充值状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getRechargeStatus() { + return this.rechargeStatus; + } + + /** + * 字段名称 :充值状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setRechargeStatus(Integer rechargeStatus) { + this.rechargeStatus = rechargeStatus; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :支付方式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPayType() { + return this.payType; + } + + /** + * 字段名称 :支付方式 + * 数据类型 :int + * 是否必填 :false + */ + public void setPayType(Integer payType) { + this.payType = payType; + } + + /** + * 字段名称 :支付凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getPayVoucherNo() { + return this.payVoucherNo; + } + + /** + * 字段名称 :支付凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setPayVoucherNo(String payVoucherNo) { + this.payVoucherNo = payVoucherNo; + } + + /** + * 字段名称 :支付时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getPayDate() { + return this.payDate; + } + + /** + * 字段名称 :支付时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setPayDate(Date payDate) { + this.payDate = payDate; + } + + /** + * 字段名称 :支付账号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getPayAccount() { + return this.payAccount; + } + + /** + * 字段名称 :支付账号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setPayAccount(String payAccount) { + this.payAccount = payAccount; + } + + /** + * 字段名称 :订单标题 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTitle() { + return this.title; + } + + /** + * 字段名称 :订单标题 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTitle(String title) { + this.title = title; + } + + /** + * 字段名称 :订单内容 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getContent() { + return this.content; + } + + /** + * 字段名称 :订单内容 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setContent(String content) { + this.content = content; + } + + /** + * 字段名称 :设备信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDeviceInfo() { + return this.deviceInfo; + } + + /** + * 字段名称 :设备信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDeviceInfo(String deviceInfo) { + this.deviceInfo = deviceInfo; + } + + /** + * 字段名称 :附加信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAttach() { + return this.attach; + } + + /** + * 字段名称 :附加信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAttach(String attach) { + this.attach = attach; + } + + /** + * 字段名称 :请求信息 + * 数据类型 :text + * 是否必填 :false + */ + public String getReqStr() { + return this.reqStr; + } + + /** + * 字段名称 :请求信息 + * 数据类型 :text + * 是否必填 :false + */ + public void setReqStr(String reqStr) { + this.reqStr = reqStr; + } + + /** + * 字段名称 :回执信息 + * 数据类型 :text + * 是否必填 :false + */ + public String getRespStr() { + return this.respStr; + } + + /** + * 字段名称 :回执信息 + * 数据类型 :text + * 是否必填 :false + */ + public void setRespStr(String respStr) { + this.respStr = respStr; + } + + /** + * 字段名称 :通知标识 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getNotifySign() { + return this.notifySign; + } + + /** + * 字段名称 :通知标识 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setNotifySign(String notifySign) { + this.notifySign = notifySign; + } + + /** + * 字段名称 :通知内容 + * 数据类型 :text + * 是否必填 :false + */ + public String getNotifyData() { + return this.notifyData; + } + + /** + * 字段名称 :通知内容 + * 数据类型 :text + * 是否必填 :false + */ + public void setNotifyData(String notifyData) { + this.notifyData = notifyData; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreArea.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreArea.java new file mode 100644 index 0000000..80ab7c3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreArea.java @@ -0,0 +1,133 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店区域 + * 表代码:cy_store_area + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreArea") +public class StoreArea extends BaseEntity { + + private static final long serialVersionUID = 1093466759902175198L; + + /** + *父区域ID + */ + private String parentId; + + /** + *区域编号 + */ + private String no; + + /** + *区域名称 + */ + private String name; + + /** + *区域路径 + */ + private String path; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :父区域ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getParentId() { + return this.parentId; + } + + /** + * 字段名称 :父区域ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setParentId(String parentId) { + this.parentId = parentId; + } + + /** + * 字段名称 :区域编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :区域编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :区域名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :区域名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :区域路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getPath() { + return this.path; + } + + /** + * 字段名称 :区域路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setPath(String path) { + this.path = path; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicket.java new file mode 100644 index 0000000..40ed79d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicket.java @@ -0,0 +1,1037 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:前台销售单 + * 表代码:cy_store_business_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreBusinessTicket") +public class StoreBusinessTicket extends BaseEntity { + + private static final long serialVersionUID = 1273390594636988513L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *单据编号 + */ + private String no; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *单据状态 + */ + private Integer status; + + /** + *操作员工号 + */ + private String workNo; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *餐桌号 + */ + private String tableNo; + + /** + *人数 + */ + private Integer people; + + /** + *营业模式 + */ + private Integer busMode; + + /** + *班次 + */ + private String shiftNo; + + /** + *班次名称 + */ + private String shiftName; + + /** + *消费金额 + */ + private Double amount; + + /** + *优惠率 + */ + private Double discount; + + /** + *优惠额 + */ + private Double discountTotal; + + /** + *应收金额 + */ + private Double receivable; + + /** + *抹零金额 + */ + private Double maling; + + /** + *实收金额 + */ + private Double paid; + + /** + *原单号 + */ + private String noOrg; + + /** + *退单原因 + */ + private String backCause; + + /** + *是否使用会员卡 + */ + private Integer isMember; + + /** + *会员卡号 + */ + private String memberNo; + + /** + *本单积分 + */ + private Double memberJifen; + + /** + *设备名称 + */ + private String deviceName; + + /** + *设备MAC + */ + private String deviceMac; + + /** + *设备IP + */ + private String deviceIp; + + /** + *设备编号 + */ + private String posNo; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *当日流水号 + */ + private String seqNo; + + /** + *天气 + */ + private String weather; + + /** + *星期 + */ + private String weeker; + + /** + *是否出库 + */ + private Integer isStockDeal; + + /** + *预估成本 + */ + private Double estimatedCost; + + /** + *预估毛利金额 + */ + private Double estimatedProfitAmount; + + /** + *预估毛利率 + */ + private Double estimatedProfitMargin; + + /** + *实际成本 + */ + private Double totalCost; + + /** + *实际毛利金额 + */ + private Double profitAmount; + + /** + *实际毛利率 + */ + private Double profitMargin; + + /** + *桌台名称 + */ + private String tableName; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + private Integer count;// + + private Integer rcount; + + private Double returnMoney; + + public Double getReturnMoney() { + return returnMoney; + } + + public void setReturnMoney(Double returnMoney) { + this.returnMoney = returnMoney; + } + + public Integer getCount() { + return count; + } + + public void setCount(Integer count) { + this.count = count; + } + + public Integer getRcount() { + return rcount; + } + + public void setRcount(Integer rcount) { + this.rcount = rcount; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :操作员工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWorkNo() { + return this.workNo; + } + + /** + * 字段名称 :操作员工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWorkNo(String workNo) { + this.workNo = workNo; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :人数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPeople() { + return this.people; + } + + /** + * 字段名称 :人数 + * 数据类型 :int + * 是否必填 :false + */ + public void setPeople(Integer people) { + this.people = people; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusMode() { + return this.busMode; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusMode(Integer busMode) { + this.busMode = busMode; + } + + /** + * 字段名称 :班次 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getShiftNo() { + return this.shiftNo; + } + + /** + * 字段名称 :班次 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setShiftNo(String shiftNo) { + this.shiftNo = shiftNo; + } + + /** + * 字段名称 :班次名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getShiftName() { + return this.shiftName; + } + + /** + * 字段名称 :班次名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setShiftName(String shiftName) { + this.shiftName = shiftName; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountTotal() { + return this.discountTotal; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountTotal(Double discountTotal) { + this.discountTotal = discountTotal; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivable() { + return this.receivable; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivable(Double receivable) { + this.receivable = receivable; + } + + /** + * 字段名称 :抹零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMaling() { + return this.maling; + } + + /** + * 字段名称 :抹零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMaling(Double maling) { + this.maling = maling; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPaid() { + return this.paid; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPaid(Double paid) { + this.paid = paid; + } + + /** + * 字段名称 :原单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNoOrg() { + return this.noOrg; + } + + /** + * 字段名称 :原单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNoOrg(String noOrg) { + this.noOrg = noOrg; + } + + /** + * 字段名称 :退单原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getBackCause() { + return this.backCause; + } + + /** + * 字段名称 :退单原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setBackCause(String backCause) { + this.backCause = backCause; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsMember() { + return this.isMember; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsMember(Integer isMember) { + this.isMember = isMember; + } + + /** + * 字段名称 :会员卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberNo() { + return this.memberNo; + } + + /** + * 字段名称 :会员卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberNo(String memberNo) { + this.memberNo = memberNo; + } + + /** + * 字段名称 :本单积分 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMemberJifen() { + return this.memberJifen; + } + + /** + * 字段名称 :本单积分 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMemberJifen(Double memberJifen) { + this.memberJifen = memberJifen; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDeviceName() { + return this.deviceName; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDeviceName(String deviceName) { + this.deviceName = deviceName; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getDeviceMac() { + return this.deviceMac; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setDeviceMac(String deviceMac) { + this.deviceMac = deviceMac; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceIp() { + return this.deviceIp; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceIp(String deviceIp) { + this.deviceIp = deviceIp; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSeqNo() { + return this.seqNo; + } + + /** + * 字段名称 :当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSeqNo(String seqNo) { + this.seqNo = seqNo; + } + + /** + * 字段名称 :天气 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getWeather() { + return this.weather; + } + + /** + * 字段名称 :天气 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setWeather(String weather) { + this.weather = weather; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getWeeker() { + return this.weeker; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setWeeker(String weeker) { + this.weeker = weeker; + } + + /** + * 字段名称 :是否出库 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsStockDeal() { + return this.isStockDeal; + } + + /** + * 字段名称 :是否出库 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsStockDeal(Integer isStockDeal) { + this.isStockDeal = isStockDeal; + } + + /** + * 字段名称 :预估成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getEstimatedCost() { + return this.estimatedCost; + } + + /** + * 字段名称 :预估成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setEstimatedCost(Double estimatedCost) { + this.estimatedCost = estimatedCost; + } + + /** + * 字段名称 :预估毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getEstimatedProfitAmount() { + return this.estimatedProfitAmount; + } + + /** + * 字段名称 :预估毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setEstimatedProfitAmount(Double estimatedProfitAmount) { + this.estimatedProfitAmount = estimatedProfitAmount; + } + + /** + * 字段名称 :预估毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getEstimatedProfitMargin() { + return this.estimatedProfitMargin; + } + + /** + * 字段名称 :预估毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setEstimatedProfitMargin(Double estimatedProfitMargin) { + this.estimatedProfitMargin = estimatedProfitMargin; + } + + /** + * 字段名称 :实际成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getTotalCost() { + return this.totalCost; + } + + /** + * 字段名称 :实际成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setTotalCost(Double totalCost) { + this.totalCost = totalCost; + } + + /** + * 字段名称 :实际毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getProfitAmount() { + return this.profitAmount; + } + + /** + * 字段名称 :实际毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setProfitAmount(Double profitAmount) { + this.profitAmount = profitAmount; + } + + /** + * 字段名称 :实际毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getProfitMargin() { + return this.profitMargin; + } + + /** + * 字段名称 :实际毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setProfitMargin(Double profitMargin) { + this.profitMargin = profitMargin; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicketCheck.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicketCheck.java new file mode 100644 index 0000000..82db08b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicketCheck.java @@ -0,0 +1,95 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:前台销售单上传校验 + * 表代码:cy_store_business_ticket_check + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreBusinessTicketCheck") +public class StoreBusinessTicketCheck extends BaseEntity { + + private static final long serialVersionUID = 1720452643016370873L; + + /** + *门店ID + */ + private String storeId; + + /** + *单据编号 + */ + private String busNo; + + private String status;//数据入库状态0未入库1已入库 + + private String timesp;//数据首次尝试入库时间戳 + + private String ticketId;//入库成功ticketId + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + public String getStatus() { + return status; + } + + public void setStatus(String status) { + this.status = status; + } + + public String getTimesp() { + return timesp; + } + + public void setTimesp(String timesp) { + this.timesp = timesp; + } + + public String getTicketId() { + return ticketId; + } + + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicketDelivery.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicketDelivery.java new file mode 100644 index 0000000..00476ea --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicketDelivery.java @@ -0,0 +1,432 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:前台销售单外送信息 + * 表代码:cy_store_business_ticket_delivery + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreBusinessTicketDelivery") +public class StoreBusinessTicketDelivery extends BaseEntity { + + private static final long serialVersionUID = 1821833625546394752L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *门店ID + */ + private String storeId; + + /** + *销售单ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String busNo; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *订餐时间 + */ + private String orderTime; + + /** + *订餐人 + */ + private String visitorName; + + /** + *订餐电话 + */ + private String orderTel; + + /** + *收货人名称 + */ + private String recipientName; + + /** + *收货人电话 + */ + private String recipientPhone; + + /** + *收货人地址 + */ + private String recipientAddress; + + /** + *送餐员工号 + */ + private String deliveryWorkerNo; + + /** + *送餐员名称 + */ + private String deliveryWorkerName; + + /** + *预支金额 + */ + private Double advanceAmount; + + /** + *加收服务费 + */ + private Double distributionFee; + + /** + *送出时间 + */ + private String deliveryBeginTime; + + /** + *送达时间 + */ + private String deliveryEndTime; + + /** + *交账时间 + */ + private String settlementTime; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :订餐时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderTime() { + return this.orderTime; + } + + /** + * 字段名称 :订餐时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderTime(String orderTime) { + this.orderTime = orderTime; + } + + /** + * 字段名称 :订餐人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getVisitorName() { + return this.visitorName; + } + + /** + * 字段名称 :订餐人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setVisitorName(String visitorName) { + this.visitorName = visitorName; + } + + /** + * 字段名称 :订餐电话 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderTel() { + return this.orderTel; + } + + /** + * 字段名称 :订餐电话 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderTel(String orderTel) { + this.orderTel = orderTel; + } + + /** + * 字段名称 :收货人名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getRecipientName() { + return this.recipientName; + } + + /** + * 字段名称 :收货人名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setRecipientName(String recipientName) { + this.recipientName = recipientName; + } + + /** + * 字段名称 :收货人电话 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getRecipientPhone() { + return this.recipientPhone; + } + + /** + * 字段名称 :收货人电话 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setRecipientPhone(String recipientPhone) { + this.recipientPhone = recipientPhone; + } + + /** + * 字段名称 :收货人地址 + * 数据类型 :text + * 是否必填 :false + */ + public String getRecipientAddress() { + return this.recipientAddress; + } + + /** + * 字段名称 :收货人地址 + * 数据类型 :text + * 是否必填 :false + */ + public void setRecipientAddress(String recipientAddress) { + this.recipientAddress = recipientAddress; + } + + /** + * 字段名称 :送餐员工号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDeliveryWorkerNo() { + return this.deliveryWorkerNo; + } + + /** + * 字段名称 :送餐员工号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDeliveryWorkerNo(String deliveryWorkerNo) { + this.deliveryWorkerNo = deliveryWorkerNo; + } + + /** + * 字段名称 :送餐员名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDeliveryWorkerName() { + return this.deliveryWorkerName; + } + + /** + * 字段名称 :送餐员名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDeliveryWorkerName(String deliveryWorkerName) { + this.deliveryWorkerName = deliveryWorkerName; + } + + /** + * 字段名称 :预支金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAdvanceAmount() { + return this.advanceAmount; + } + + /** + * 字段名称 :预支金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAdvanceAmount(Double advanceAmount) { + this.advanceAmount = advanceAmount; + } + + /** + * 字段名称 :加收服务费 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDistributionFee() { + return this.distributionFee; + } + + /** + * 字段名称 :加收服务费 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDistributionFee(Double distributionFee) { + this.distributionFee = distributionFee; + } + + /** + * 字段名称 :送出时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDeliveryBeginTime() { + return this.deliveryBeginTime; + } + + /** + * 字段名称 :送出时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDeliveryBeginTime(String deliveryBeginTime) { + this.deliveryBeginTime = deliveryBeginTime; + } + + /** + * 字段名称 :送达时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDeliveryEndTime() { + return this.deliveryEndTime; + } + + /** + * 字段名称 :送达时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDeliveryEndTime(String deliveryEndTime) { + this.deliveryEndTime = deliveryEndTime; + } + + /** + * 字段名称 :交账时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSettlementTime() { + return this.settlementTime; + } + + /** + * 字段名称 :交账时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSettlementTime(String settlementTime) { + this.settlementTime = settlementTime; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicketInfo.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicketInfo.java new file mode 100644 index 0000000..ad876a6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicketInfo.java @@ -0,0 +1,295 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:前台销售单优惠明细 + * 表代码:cy_store_business_ticket_info + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreBusinessTicketInfo") +public class StoreBusinessTicketInfo extends BaseEntity { + + private static final long serialVersionUID = 1925085836267895056L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *门店ID + */ + private String storeId; + + /** + *销售单ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String busNo; + + /** + *优惠类型 + */ + private Integer type; + + /** + *优惠说明 + */ + private String info; + + /** + *优惠金额 + */ + private Double discountMoney; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getInfo() { + return this.info; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setInfo(String info) { + this.info = info; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountMoney() { + return this.discountMoney; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountMoney(Double discountMoney) { + this.discountMoney = discountMoney; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicketTable.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicketTable.java new file mode 100644 index 0000000..950c212 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreBusinessTicketTable.java @@ -0,0 +1,870 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:前台销售单桌台信息 + * 表代码:cy_store_business_ticket_table + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreBusinessTicketTable") +public class StoreBusinessTicketTable extends BaseEntity { + + private static final long serialVersionUID = 1019724006165742861L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *门店ID + */ + private String storeId; + + /** + *销售单ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String busNo; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *桌台ID + */ + private String tableId; + + /** + *桌台编号 + */ + private String tableNo; + + /** + *桌台名称 + */ + private String tableName; + + /** + *桌台类型ID + */ + private String typeId; + + /** + *桌台类型编号 + */ + private String typeNo; + + /** + *桌台类型名称 + */ + private String typeName; + + /** + *桌台区域ID + */ + private String areaId; + + /** + *桌台区域编号 + */ + private String areaNo; + + /** + *桌台区域名称 + */ + private String areaName; + + /** + *桌台状态 + */ + private String tableStatus; + + /** + *开台时间 + */ + private Date openTime; + + /** + *开台操作员 + */ + private String openUser; + + /** + *桌台分组标签 + */ + private String serialNo; + + /** + *座位数 + */ + private Integer seatNumber; + + /** + *人数 + */ + private Integer peopleNumber; + + /** + *是否超额 + */ + private Integer excessFlag; + + /** + *消费金额 + */ + private Double totalAmount; + + /** + *退菜数量 + */ + private Double totalRefund; + + /** + *菜品数量 + */ + private Double totalQuantity; + + /** + *优惠金额 + */ + private Double discountAmount; + + /** + *优惠率 + */ + private Double discountRate; + + /** + *应收金额 + */ + private Double receivableAmount; + + /** + *实收金额 + */ + private Double paidAmount; + + /** + *抹零金额 + */ + private Double malingAmount; + + /** + *主台标识 + */ + private Integer masterTable; + + /** + *人均金额 + */ + private Double perCapitaAmount; + + /** + *开台POS + */ + private String posNo; + + /** + *结账单号 + */ + private String payNo; + + /** + *完成时间 + */ + private Date finishTime; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :桌台ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTableId() { + return this.tableId; + } + + /** + * 字段名称 :桌台ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTableId(String tableId) { + this.tableId = tableId; + } + + /** + * 字段名称 :桌台编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :桌台编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :桌台类型ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :桌台类型ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :桌台类型编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTypeNo() { + return this.typeNo; + } + + /** + * 字段名称 :桌台类型编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTypeNo(String typeNo) { + this.typeNo = typeNo; + } + + /** + * 字段名称 :桌台类型名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :桌台类型名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :桌台区域ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAreaId() { + return this.areaId; + } + + /** + * 字段名称 :桌台区域ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAreaId(String areaId) { + this.areaId = areaId; + } + + /** + * 字段名称 :桌台区域编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getAreaNo() { + return this.areaNo; + } + + /** + * 字段名称 :桌台区域编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setAreaNo(String areaNo) { + this.areaNo = areaNo; + } + + /** + * 字段名称 :桌台区域名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAreaName() { + return this.areaName; + } + + /** + * 字段名称 :桌台区域名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAreaName(String areaName) { + this.areaName = areaName; + } + + /** + * 字段名称 :桌台状态 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableStatus() { + return this.tableStatus; + } + + /** + * 字段名称 :桌台状态 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableStatus(String tableStatus) { + this.tableStatus = tableStatus; + } + + /** + * 字段名称 :开台时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getOpenTime() { + return this.openTime; + } + + /** + * 字段名称 :开台时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setOpenTime(Date openTime) { + this.openTime = openTime; + } + + /** + * 字段名称 :开台操作员 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getOpenUser() { + return this.openUser; + } + + /** + * 字段名称 :开台操作员 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setOpenUser(String openUser) { + this.openUser = openUser; + } + + /** + * 字段名称 :桌台分组标签 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSerialNo() { + return this.serialNo; + } + + /** + * 字段名称 :桌台分组标签 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSerialNo(String serialNo) { + this.serialNo = serialNo; + } + + /** + * 字段名称 :座位数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSeatNumber() { + return this.seatNumber; + } + + /** + * 字段名称 :座位数 + * 数据类型 :int + * 是否必填 :false + */ + public void setSeatNumber(Integer seatNumber) { + this.seatNumber = seatNumber; + } + + /** + * 字段名称 :人数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPeopleNumber() { + return this.peopleNumber; + } + + /** + * 字段名称 :人数 + * 数据类型 :int + * 是否必填 :false + */ + public void setPeopleNumber(Integer peopleNumber) { + this.peopleNumber = peopleNumber; + } + + /** + * 字段名称 :是否超额 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getExcessFlag() { + return this.excessFlag; + } + + /** + * 字段名称 :是否超额 + * 数据类型 :int + * 是否必填 :false + */ + public void setExcessFlag(Integer excessFlag) { + this.excessFlag = excessFlag; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getTotalAmount() { + return this.totalAmount; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setTotalAmount(Double totalAmount) { + this.totalAmount = totalAmount; + } + + /** + * 字段名称 :退菜数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getTotalRefund() { + return this.totalRefund; + } + + /** + * 字段名称 :退菜数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setTotalRefund(Double totalRefund) { + this.totalRefund = totalRefund; + } + + /** + * 字段名称 :菜品数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getTotalQuantity() { + return this.totalQuantity; + } + + /** + * 字段名称 :菜品数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setTotalQuantity(Double totalQuantity) { + this.totalQuantity = totalQuantity; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDiscountAmount() { + return this.discountAmount; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDiscountAmount(Double discountAmount) { + this.discountAmount = discountAmount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDiscountRate() { + return this.discountRate; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDiscountRate(Double discountRate) { + this.discountRate = discountRate; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getReceivableAmount() { + return this.receivableAmount; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setReceivableAmount(Double receivableAmount) { + this.receivableAmount = receivableAmount; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPaidAmount() { + return this.paidAmount; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPaidAmount(Double paidAmount) { + this.paidAmount = paidAmount; + } + + /** + * 字段名称 :抹零金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMalingAmount() { + return this.malingAmount; + } + + /** + * 字段名称 :抹零金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMalingAmount(Double malingAmount) { + this.malingAmount = malingAmount; + } + + /** + * 字段名称 :主台标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getMasterTable() { + return this.masterTable; + } + + /** + * 字段名称 :主台标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setMasterTable(Integer masterTable) { + this.masterTable = masterTable; + } + + /** + * 字段名称 :人均金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPerCapitaAmount() { + return this.perCapitaAmount; + } + + /** + * 字段名称 :人均金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPerCapitaAmount(Double perCapitaAmount) { + this.perCapitaAmount = perCapitaAmount; + } + + /** + * 字段名称 :开台POS + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :开台POS + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :结账单号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getPayNo() { + return this.payNo; + } + + /** + * 字段名称 :结账单号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setPayNo(String payNo) { + this.payNo = payNo; + } + + /** + * 字段名称 :完成时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getFinishTime() { + return this.finishTime; + } + + /** + * 字段名称 :完成时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setFinishTime(Date finishTime) { + this.finishTime = finishTime; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreCostManage.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreCostManage.java new file mode 100644 index 0000000..7dae054 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreCostManage.java @@ -0,0 +1,438 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店费用管理 + * 表代码:cy_store_cost_manage + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreCostManage") +public class StoreCostManage extends BaseEntity { + + private static final long serialVersionUID = 1715260987620320083L; + + /** + *费用类型 + */ + private Integer feeType; + + /** + *费用编号 + */ + private String no; + + /** + *费用名称 + */ + private String name; + + /** + *金额 + */ + private Double money; + + /** + *扣款周期类型 + */ + private Integer cutPaymentType; + + /** + *扣款时间 + */ + private Integer cutPaymentTime; + + /** + *定时任务时间 + */ + private String cronTime; + + /** + *扣款开始时间 + */ + private Date startTime; + + /** + *扣款结束时间 + */ + private Date endTime; + + /** + *状态 + */ + private Integer status; + + /** + *执行状态 + */ + private Integer exeStatus; + + /** + *是否启用 + */ + private Integer isEnable; + + /** + *修改前扣款金额 + */ + private Double beforeMoney; + + /** + *修改前任务时间 + */ + private String beforeCronTime; + + + /** + *审核人 + */ + private String checkMan; + + /** + *审核时间 + */ + private Date checkTime; + + /** + *备注 + */ + private String description; + + private String storeId; + private String storeNo; + private String storeName; + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :费用类型 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getFeeType() { + return this.feeType; + } + + /** + * 字段名称 :费用类型 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setFeeType(Integer feeType) { + this.feeType = feeType; + } + + /** + * 字段名称 :费用编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :费用编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :费用名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :费用名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :扣款周期类型 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getCutPaymentType() { + return this.cutPaymentType; + } + + /** + * 字段名称 :扣款周期类型 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setCutPaymentType(Integer cutPaymentType) { + this.cutPaymentType = cutPaymentType; + } + + /** + * 字段名称 :扣款时间 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCutPaymentTime() { + return this.cutPaymentTime; + } + + /** + * 字段名称 :扣款时间 + * 数据类型 :int + * 是否必填 :false + */ + public void setCutPaymentTime(Integer cutPaymentTime) { + this.cutPaymentTime = cutPaymentTime; + } + + /** + * 字段名称 :定时任务时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCronTime() { + return this.cronTime; + } + + /** + * 字段名称 :定时任务时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCronTime(String cronTime) { + this.cronTime = cronTime; + } + + /** + * 字段名称 :扣款开始时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getStartTime() { + return this.startTime; + } + + /** + * 字段名称 :扣款开始时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setStartTime(Date startTime) { + this.startTime = startTime; + } + + /** + * 字段名称 :扣款结束时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getEndTime() { + return this.endTime; + } + + /** + * 字段名称 :扣款结束时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setEndTime(Date endTime) { + this.endTime = endTime; + } + + /** + * 字段名称 :执行状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :执行状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :执行状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getExeStatus() { + return this.exeStatus; + } + + /** + * 字段名称 :执行状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setExeStatus(Integer exeStatus) { + this.exeStatus = exeStatus; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getIsEnable() { + return this.isEnable; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setIsEnable(Integer isEnable) { + this.isEnable = isEnable; + } + + /** + * 字段名称 :修改前扣款金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getBeforeMoney() { + return this.beforeMoney; + } + + /** + * 字段名称 :修改前扣款金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setBeforeMoney(Double beforeMoney) { + this.beforeMoney = beforeMoney; + } + + /** + * 字段名称 :修改前任务时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBeforeCronTime() { + return this.beforeCronTime; + } + + /** + * 字段名称 :修改前任务时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBeforeCronTime(String beforeCronTime) { + this.beforeCronTime = beforeCronTime; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckMan() { + return this.checkMan; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckMan(String checkMan) { + this.checkMan = checkMan; + } + + /** + * 字段名称 :审核时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckTime() { + return this.checkTime; + } + + /** + * 字段名称 :审核时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckTime(Date checkTime) { + this.checkTime = checkTime; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreCostManageLog.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreCostManageLog.java new file mode 100644 index 0000000..b803223 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreCostManageLog.java @@ -0,0 +1,111 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店费用扣款操作记录 + * 表代码:cy_store_cost_manage_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreCostManageLog") +public class StoreCostManageLog extends BaseEntity { + + private static final long serialVersionUID = 1838313472713697480L; + + /** + *费用ID + */ + private String feeId; + + /** + *费用名称 + */ + private String feeName; + + /** + *关联门店编号 + */ + private String storeNos; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :费用ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getFeeId() { + return this.feeId; + } + + /** + * 字段名称 :费用ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setFeeId(String feeId) { + this.feeId = feeId; + } + + /** + * 字段名称 :费用名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getFeeName() { + return this.feeName; + } + + /** + * 字段名称 :费用名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setFeeName(String feeName) { + this.feeName = feeName; + } + + /** + * 字段名称 :关联门店编号 + * 数据类型 :text + * 是否必填 :false + */ + public String getStoreNos() { + return this.storeNos; + } + + /** + * 字段名称 :关联门店编号 + * 数据类型 :text + * 是否必填 :false + */ + public void setStoreNos(String storeNos) { + this.storeNos = storeNos; + } + + /** + * 字段名称 :描述 + * 数据类型 :text + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :text + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreCostRevenue.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreCostRevenue.java new file mode 100644 index 0000000..048463f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreCostRevenue.java @@ -0,0 +1,434 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:非营业收入支出登记 + * 表代码:cy_store_cost_revenue + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreCostRevenue") +public class StoreCostRevenue extends BaseEntity { + + private static final long serialVersionUID = 1746409726384764022L; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *员工ID + */ + private String workId; + + /** + *员工编号 + */ + private String workNo; + + /** + *员工名称 + */ + private String workName; + + /** + *当前班次 + */ + private String shiftNo; + + /** + *班次名称 + */ + private String shiftName; + + /** + *名称 + */ + private String name; + + /** + *金额 + */ + private Double money; + + /** + *类型 + */ + private Integer type; + + /** + *备注信息 + */ + private String description; + + /** + *备注说明 + */ + private String memo; + + /** + *登记时间 + */ + private String inputDate; + + /** + *POS编号 + */ + private String posNo; + + /** + *设备名称 + */ + private String deviceName; + + /** + *设备MAC + */ + private String deviceMac; + + /** + *设备IP + */ + private String deviceIp; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :员工ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getWorkId() { + return this.workId; + } + + /** + * 字段名称 :员工ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setWorkId(String workId) { + this.workId = workId; + } + + /** + * 字段名称 :员工编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getWorkNo() { + return this.workNo; + } + + /** + * 字段名称 :员工编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setWorkNo(String workNo) { + this.workNo = workNo; + } + + /** + * 字段名称 :员工名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getWorkName() { + return this.workName; + } + + /** + * 字段名称 :员工名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setWorkName(String workName) { + this.workName = workName; + } + + /** + * 字段名称 :当前班次 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getShiftNo() { + return this.shiftNo; + } + + /** + * 字段名称 :当前班次 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setShiftNo(String shiftNo) { + this.shiftNo = shiftNo; + } + + /** + * 字段名称 :班次名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getShiftName() { + return this.shiftName; + } + + /** + * 字段名称 :班次名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setShiftName(String shiftName) { + this.shiftName = shiftName; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + + /** + * 字段名称 :登记时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getInputDate() { + return this.inputDate; + } + + /** + * 字段名称 :登记时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setInputDate(String inputDate) { + this.inputDate = inputDate; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceName() { + return this.deviceName; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceName(String deviceName) { + this.deviceName = deviceName; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getDeviceMac() { + return this.deviceMac; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setDeviceMac(String deviceMac) { + this.deviceMac = deviceMac; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceIp() { + return this.deviceIp; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceIp(String deviceIp) { + this.deviceIp = deviceIp; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreDeliveryOrder.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreDeliveryOrder.java new file mode 100644 index 0000000..90b366c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreDeliveryOrder.java @@ -0,0 +1,755 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:前台外送单 + * 表代码:cy_store_delivery_order + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreDeliveryOrder") +public class StoreDeliveryOrder extends BaseEntity { + + private static final long serialVersionUID = 1285704002163856545L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *单据编号 + */ + private String no; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *单据状态 + */ + private Integer status; + + /** + *操作员工号 + */ + private String workNo; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *消费金额 + */ + private Double amount; + + /** + *优惠率 + */ + private Double discount; + + /** + *优惠额 + */ + private Double discountTotal; + + /** + *应收金额 + */ + private Double receivable; + + /** + *抹零金额 + */ + private Double maling; + + /** + *实收金额 + */ + private Double paid; + + /** + *设备名称 + */ + private String deviceName; + + /** + *设备MAC + */ + private String deviceMac; + + /** + *设备IP + */ + private String deviceIp; + + /** + *设备编号 + */ + private String posNo; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *订餐时间 + */ + private String orderTime; + + /** + *订餐人 + */ + private String visitorName; + + /** + *订餐电话 + */ + private String orderTel; + + /** + *收货人名称 + */ + private String recipientName; + + /** + *收货人电话 + */ + private String recipientPhone; + + /** + *收货人地址 + */ + private String recipientAddress; + + /** + *送餐员工号 + */ + private String deliveryWorkerNo; + + /** + *送餐员名称 + */ + private String deliveryWorkerName; + + /** + *预支金额 + */ + private Double advanceAmount; + + /** + *加收服务费 + */ + private Double distributionFee; + + /** + *送出时间 + */ + private String deliveryBeginTime; + + /** + *送达时间 + */ + private String deliveryEndTime; + + /** + *交账时间 + */ + private String settlementTime; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :操作员工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWorkNo() { + return this.workNo; + } + + /** + * 字段名称 :操作员工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWorkNo(String workNo) { + this.workNo = workNo; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountTotal() { + return this.discountTotal; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountTotal(Double discountTotal) { + this.discountTotal = discountTotal; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivable() { + return this.receivable; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivable(Double receivable) { + this.receivable = receivable; + } + + /** + * 字段名称 :抹零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMaling() { + return this.maling; + } + + /** + * 字段名称 :抹零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMaling(Double maling) { + this.maling = maling; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPaid() { + return this.paid; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPaid(Double paid) { + this.paid = paid; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDeviceName() { + return this.deviceName; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDeviceName(String deviceName) { + this.deviceName = deviceName; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getDeviceMac() { + return this.deviceMac; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setDeviceMac(String deviceMac) { + this.deviceMac = deviceMac; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceIp() { + return this.deviceIp; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceIp(String deviceIp) { + this.deviceIp = deviceIp; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :订餐时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderTime() { + return this.orderTime; + } + + /** + * 字段名称 :订餐时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderTime(String orderTime) { + this.orderTime = orderTime; + } + + /** + * 字段名称 :订餐人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getVisitorName() { + return this.visitorName; + } + + /** + * 字段名称 :订餐人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setVisitorName(String visitorName) { + this.visitorName = visitorName; + } + + /** + * 字段名称 :订餐电话 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOrderTel() { + return this.orderTel; + } + + /** + * 字段名称 :订餐电话 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOrderTel(String orderTel) { + this.orderTel = orderTel; + } + + /** + * 字段名称 :收货人名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getRecipientName() { + return this.recipientName; + } + + /** + * 字段名称 :收货人名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setRecipientName(String recipientName) { + this.recipientName = recipientName; + } + + /** + * 字段名称 :收货人电话 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getRecipientPhone() { + return this.recipientPhone; + } + + /** + * 字段名称 :收货人电话 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setRecipientPhone(String recipientPhone) { + this.recipientPhone = recipientPhone; + } + + /** + * 字段名称 :收货人地址 + * 数据类型 :text + * 是否必填 :false + */ + public String getRecipientAddress() { + return this.recipientAddress; + } + + /** + * 字段名称 :收货人地址 + * 数据类型 :text + * 是否必填 :false + */ + public void setRecipientAddress(String recipientAddress) { + this.recipientAddress = recipientAddress; + } + + /** + * 字段名称 :送餐员工号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDeliveryWorkerNo() { + return this.deliveryWorkerNo; + } + + /** + * 字段名称 :送餐员工号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDeliveryWorkerNo(String deliveryWorkerNo) { + this.deliveryWorkerNo = deliveryWorkerNo; + } + + /** + * 字段名称 :送餐员名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDeliveryWorkerName() { + return this.deliveryWorkerName; + } + + /** + * 字段名称 :送餐员名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDeliveryWorkerName(String deliveryWorkerName) { + this.deliveryWorkerName = deliveryWorkerName; + } + + /** + * 字段名称 :预支金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAdvanceAmount() { + return this.advanceAmount; + } + + /** + * 字段名称 :预支金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAdvanceAmount(Double advanceAmount) { + this.advanceAmount = advanceAmount; + } + + /** + * 字段名称 :加收服务费 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDistributionFee() { + return this.distributionFee; + } + + /** + * 字段名称 :加收服务费 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDistributionFee(Double distributionFee) { + this.distributionFee = distributionFee; + } + + /** + * 字段名称 :送出时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDeliveryBeginTime() { + return this.deliveryBeginTime; + } + + /** + * 字段名称 :送出时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDeliveryBeginTime(String deliveryBeginTime) { + this.deliveryBeginTime = deliveryBeginTime; + } + + /** + * 字段名称 :送达时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDeliveryEndTime() { + return this.deliveryEndTime; + } + + /** + * 字段名称 :送达时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDeliveryEndTime(String deliveryEndTime) { + this.deliveryEndTime = deliveryEndTime; + } + + /** + * 字段名称 :交账时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSettlementTime() { + return this.settlementTime; + } + + /** + * 字段名称 :交账时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSettlementTime(String settlementTime) { + this.settlementTime = settlementTime; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreDeliveryOrderItem.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreDeliveryOrderItem.java new file mode 100644 index 0000000..6376c57 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreDeliveryOrderItem.java @@ -0,0 +1,962 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:前台外送单明细 + * 表代码:cy_store_delivery_order_item + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreDeliveryOrderItem") +public class StoreDeliveryOrderItem extends BaseEntity { + + private static final long serialVersionUID = 1088893547746696526L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *父记录ID + */ + private String parentId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *产品ID + */ + private String productId; + + /** + *产品编号 + */ + private String productNo; + + /** + *产品名称 + */ + private String productName; + + /** + *产品单位 + */ + private String productUnitId; + + /** + *产品单位名 + */ + private String productUnitName; + + /** + *类别ID + */ + private String typeId; + + /** + *类别名 + */ + private String typeName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *数量 + */ + private Double count; + + /** + *退菜数量 + */ + private Double rcount; + + /** + *销售价格 + */ + private Double price; + + /** + *产品原价 + */ + private Double priceOrg; + + /** + *折后价格 + */ + private Double discountPrice; + + /** + *是否套菜 + */ + private Integer isSuit; + + /** + *套菜ID + */ + private String suitId; + + /** + *工号 + */ + private String workerNo; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *设备名称 + */ + private String deviceName; + + /** + *设备MAC + */ + private String deviceMac; + + /** + *设备IP + */ + private String deviceIp; + + /** + *设备编号 + */ + private String posNo; + + /** + *消费金额 + */ + private Double amount; + + /** + *优惠率 + */ + private Double discount; + + /** + *优惠额 + */ + private Double discountTotal; + + /** + *应收金额 + */ + private Double receivable; + + /** + *加价金额 + */ + private Double addPriceTotal; + + /** + *加价优惠金额 + */ + private Double discountAddTotal; + + /** + *加价应收金额 + */ + private Double amountAddTotal; + + /** + *消费总额 + */ + private Double amountTotal; + + /** + *应收总额 + */ + private Double receivableTotal; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *行号 + */ + private Integer lineNo; + + /** + *当日流水号 + */ + private String seqNo; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :父记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getParentId() { + return this.parentId; + } + + /** + * 字段名称 :父记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setParentId(String parentId) { + this.parentId = parentId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :产品单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductUnitId() { + return this.productUnitId; + } + + /** + * 字段名称 :产品单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductUnitId(String productUnitId) { + this.productUnitId = productUnitId; + } + + /** + * 字段名称 :产品单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductUnitName() { + return this.productUnitName; + } + + /** + * 字段名称 :产品单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductUnitName(String productUnitName) { + this.productUnitName = productUnitName; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getCount() { + return this.count; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setCount(Double count) { + this.count = count; + } + + /** + * 字段名称 :退菜数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getRcount() { + return this.rcount; + } + + /** + * 字段名称 :退菜数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setRcount(Double rcount) { + this.rcount = rcount; + } + + /** + * 字段名称 :销售价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :销售价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :产品原价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPriceOrg() { + return this.priceOrg; + } + + /** + * 字段名称 :产品原价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPriceOrg(Double priceOrg) { + this.priceOrg = priceOrg; + } + + /** + * 字段名称 :折后价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountPrice() { + return this.discountPrice; + } + + /** + * 字段名称 :折后价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountPrice(Double discountPrice) { + this.discountPrice = discountPrice; + } + + /** + * 字段名称 :是否套菜 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsSuit() { + return this.isSuit; + } + + /** + * 字段名称 :是否套菜 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsSuit(Integer isSuit) { + this.isSuit = isSuit; + } + + /** + * 字段名称 :套菜ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSuitId() { + return this.suitId; + } + + /** + * 字段名称 :套菜ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSuitId(String suitId) { + this.suitId = suitId; + } + + /** + * 字段名称 :工号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getWorkerNo() { + return this.workerNo; + } + + /** + * 字段名称 :工号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setWorkerNo(String workerNo) { + this.workerNo = workerNo; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDeviceName() { + return this.deviceName; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDeviceName(String deviceName) { + this.deviceName = deviceName; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getDeviceMac() { + return this.deviceMac; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setDeviceMac(String deviceMac) { + this.deviceMac = deviceMac; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceIp() { + return this.deviceIp; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceIp(String deviceIp) { + this.deviceIp = deviceIp; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountTotal() { + return this.discountTotal; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountTotal(Double discountTotal) { + this.discountTotal = discountTotal; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivable() { + return this.receivable; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivable(Double receivable) { + this.receivable = receivable; + } + + /** + * 字段名称 :加价金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddPriceTotal() { + return this.addPriceTotal; + } + + /** + * 字段名称 :加价金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddPriceTotal(Double addPriceTotal) { + this.addPriceTotal = addPriceTotal; + } + + /** + * 字段名称 :加价优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountAddTotal() { + return this.discountAddTotal; + } + + /** + * 字段名称 :加价优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountAddTotal(Double discountAddTotal) { + this.discountAddTotal = discountAddTotal; + } + + /** + * 字段名称 :加价应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmountAddTotal() { + return this.amountAddTotal; + } + + /** + * 字段名称 :加价应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmountAddTotal(Double amountAddTotal) { + this.amountAddTotal = amountAddTotal; + } + + /** + * 字段名称 :消费总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmountTotal() { + return this.amountTotal; + } + + /** + * 字段名称 :消费总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmountTotal(Double amountTotal) { + this.amountTotal = amountTotal; + } + + /** + * 字段名称 :应收总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivableTotal() { + return this.receivableTotal; + } + + /** + * 字段名称 :应收总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivableTotal(Double receivableTotal) { + this.receivableTotal = receivableTotal; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :行号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getLineNo() { + return this.lineNo; + } + + /** + * 字段名称 :行号 + * 数据类型 :int + * 是否必填 :false + */ + public void setLineNo(Integer lineNo) { + this.lineNo = lineNo; + } + + /** + * 字段名称 :当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSeqNo() { + return this.seqNo; + } + + /** + * 字段名称 :当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSeqNo(String seqNo) { + this.seqNo = seqNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreDepartment.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreDepartment.java new file mode 100644 index 0000000..09bf3e0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreDepartment.java @@ -0,0 +1,202 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店部门 + * 表代码:cy_store_department + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreDepartment") +public class StoreDepartment extends BaseEntity { + + private static final long serialVersionUID = 1387358293555273326L; + + /** + *部门编号 + */ + private String no; + + /** + *部门名称 + */ + private String name; + + /** + *负责人 + */ + private String manager; + + /** + *电话 + */ + private String phone; + + /** + *邮箱 + */ + private String email; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *备注 + */ + private String description; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :部门编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :部门编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :部门名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :部门名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :负责人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getManager() { + return this.manager; + } + + /** + * 字段名称 :负责人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setManager(String manager) { + this.manager = manager; + } + + /** + * 字段名称 :电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPhone() { + return this.phone; + } + + /** + * 字段名称 :电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPhone(String phone) { + this.phone = phone; + } + + /** + * 字段名称 :邮箱 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getEmail() { + return this.email; + } + + /** + * 字段名称 :邮箱 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setEmail(String email) { + this.email = email; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreDispatchAccount.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreDispatchAccount.java new file mode 100644 index 0000000..63d4dbd --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreDispatchAccount.java @@ -0,0 +1,65 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送结算账号 + * 表代码:cy_store_dispatch_account + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreDispatchAccount") +public class StoreDispatchAccount extends BaseEntity { + + private static final long serialVersionUID = 1088524924867788198L; + + /** + *门店ID + */ + private String storeId; + + /** + *账号余额 + */ + private Double balance; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :账号余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getBalance() { + return this.balance; + } + + /** + * 字段名称 :账号余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setBalance(Double balance) { + this.balance = balance; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreDispatchAccountLog.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreDispatchAccountLog.java new file mode 100644 index 0000000..70fce6f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreDispatchAccountLog.java @@ -0,0 +1,226 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:配送结算账号金额变动明细 + * 表代码:cy_store_dispatch_account_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreDispatchAccountLog") +public class StoreDispatchAccountLog extends BaseEntity { + + private static final long serialVersionUID = 1485217218255145947L; + + /** + *门店ID + */ + private String storeId; + + /** + *原余额 + */ + private Double preBalance; + + /** + *发生额 + */ + private Double balance; + + /** + *后余额 + */ + private Double afterBalance; + + /** + *扣款类型 + */ + private Integer type; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *操作人 + */ + private String setMan; + + /** + *操作日期 + */ + private Date setDate; + + /** + *备注信息 + */ + private String description; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :原余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPreBalance() { + return this.preBalance; + } + + /** + * 字段名称 :原余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPreBalance(Double preBalance) { + this.preBalance = preBalance; + } + + /** + * 字段名称 :发生额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getBalance() { + return this.balance; + } + + /** + * 字段名称 :发生额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setBalance(Double balance) { + this.balance = balance; + } + + /** + * 字段名称 :后余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAfterBalance() { + return this.afterBalance; + } + + /** + * 字段名称 :后余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAfterBalance(Double afterBalance) { + this.afterBalance = afterBalance; + } + + /** + * 字段名称 :扣款类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :扣款类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :操作人 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :操作人 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :操作日期 + * 数据类型 :datetime + * 是否必填 :true + */ + public Date getSetDate() { + return this.setDate; + } + + /** + * 字段名称 :操作日期 + * 数据类型 :datetime + * 是否必填 :true + */ + public void setSetDate(Date setDate) { + this.setDate = setDate; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreEnchashmentRecord.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreEnchashmentRecord.java new file mode 100644 index 0000000..e0cdfbd --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreEnchashmentRecord.java @@ -0,0 +1,502 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店余额提现记录 + * 表代码:cy_store_enchashment_record + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreEnchashmentRecord") +public class StoreEnchashmentRecord extends BaseEntity { + + private static final long serialVersionUID = 1204584521210246915L; + + /** + *门店Id + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *账户ID + */ + private String accountId; + + /** + *业务类型 + */ + private Integer busType; + + /** + *发生金额 + */ + private Double amount; + + /** + *状态 + */ + private Integer status; + + /** + *支付方式 + */ + private Integer payType; + + /** + *凭证号 + */ + private String voucherNo; + + /** + *发生后余额 + */ + private Double aftAmount; + + /** + *申请人工号 + */ + private String applyWorkerNo; + + /** + *申请时间 + */ + private Date applyDate; + + /** + *备注 + */ + private String description; + + /** + *来源标识 + */ + private String sourceSign; + + /** + *取消人工号 + */ + private String cancelWorkerNo; + + /** + *取消原因 + */ + private String cancelReason; + + /** + *取消时间 + */ + private Date cancelDate; + + /** + *审核人工号 + */ + private String auditWorkerNo; + + /** + *审核原因 + */ + private String auditReason; + + /** + *审核时间 + */ + private Date auditDate; + + /** + *结算人工号 + */ + private String settleWorkerNo; + + /** + *结算时间 + */ + private Date settleDate; + + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :账户ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAccountId() { + return this.accountId; + } + + /** + * 字段名称 :账户ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAccountId(String accountId) { + this.accountId = accountId; + } + + /** + * 字段名称 :业务类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusType() { + return this.busType; + } + + /** + * 字段名称 :业务类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusType(Integer busType) { + this.busType = busType; + } + + /** + * 字段名称 :发生金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :发生金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :支付方式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPayType() { + return this.payType; + } + + /** + * 字段名称 :支付方式 + * 数据类型 :int + * 是否必填 :false + */ + public void setPayType(Integer payType) { + this.payType = payType; + } + + /** + * 字段名称 :凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getVoucherNo() { + return this.voucherNo; + } + + /** + * 字段名称 :凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setVoucherNo(String voucherNo) { + this.voucherNo = voucherNo; + } + + /** + * 字段名称 :发生后余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAftAmount() { + return this.aftAmount; + } + + /** + * 字段名称 :发生后余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAftAmount(Double aftAmount) { + this.aftAmount = aftAmount; + } + + /** + * 字段名称 :申请人工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getApplyWorkerNo() { + return this.applyWorkerNo; + } + + /** + * 字段名称 :申请人工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setApplyWorkerNo(String applyWorkerNo) { + this.applyWorkerNo = applyWorkerNo; + } + + /** + * 字段名称 :申请时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getApplyDate() { + return this.applyDate; + } + + /** + * 字段名称 :申请时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setApplyDate(Date applyDate) { + this.applyDate = applyDate; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :来源标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSourceSign() { + return this.sourceSign; + } + + /** + * 字段名称 :来源标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSourceSign(String sourceSign) { + this.sourceSign = sourceSign; + } + + /** + * 字段名称 :取消人工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCancelWorkerNo() { + return this.cancelWorkerNo; + } + + /** + * 字段名称 :取消人工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCancelWorkerNo(String cancelWorkerNo) { + this.cancelWorkerNo = cancelWorkerNo; + } + + /** + * 字段名称 :取消原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getCancelReason() { + return this.cancelReason; + } + + /** + * 字段名称 :取消原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setCancelReason(String cancelReason) { + this.cancelReason = cancelReason; + } + + /** + * 字段名称 :取消时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCancelDate() { + return this.cancelDate; + } + + /** + * 字段名称 :取消时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCancelDate(Date cancelDate) { + this.cancelDate = cancelDate; + } + + /** + * 字段名称 :审核人工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getAuditWorkerNo() { + return this.auditWorkerNo; + } + + /** + * 字段名称 :审核人工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setAuditWorkerNo(String auditWorkerNo) { + this.auditWorkerNo = auditWorkerNo; + } + + /** + * 字段名称 :审核原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAuditReason() { + return this.auditReason; + } + + /** + * 字段名称 :审核原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAuditReason(String auditReason) { + this.auditReason = auditReason; + } + + /** + * 字段名称 :审核时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getAuditDate() { + return this.auditDate; + } + + /** + * 字段名称 :审核时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setAuditDate(Date auditDate) { + this.auditDate = auditDate; + } + + /** + * 字段名称 :结算人工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSettleWorkerNo() { + return this.settleWorkerNo; + } + + /** + * 字段名称 :结算人工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSettleWorkerNo(String settleWorkerNo) { + this.settleWorkerNo = settleWorkerNo; + } + + /** + * 字段名称 :结算时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSettleDate() { + return this.settleDate; + } + + /** + * 字段名称 :结算时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSettleDate(Date settleDate) { + this.settleDate = settleDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreEnchashmentRecordLog.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreEnchashmentRecordLog.java new file mode 100644 index 0000000..5889257 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreEnchashmentRecordLog.java @@ -0,0 +1,156 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店余额提现操作记录 + * 表代码:cy_store_enchashment_record_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreEnchashmentRecordLog") +public class StoreEnchashmentRecordLog extends BaseEntity { + + private static final long serialVersionUID = 1856793490843452556L; + + /** + *记录ID + */ + private String recordId; + + /** + *操作类型 + */ + private Integer type; + + /** + *操作状态 + */ + private Integer status; + + /** + *来源标识 + */ + private String sourceSign; + + /** + *操作员工号 + */ + private String workerNo; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :记录ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getRecordId() { + return this.recordId; + } + + /** + * 字段名称 :记录ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setRecordId(String recordId) { + this.recordId = recordId; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :来源标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSourceSign() { + return this.sourceSign; + } + + /** + * 字段名称 :来源标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSourceSign(String sourceSign) { + this.sourceSign = sourceSign; + } + + /** + * 字段名称 :操作员工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWorkerNo() { + return this.workerNo; + } + + /** + * 字段名称 :操作员工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWorkerNo(String workerNo) { + this.workerNo = workerNo; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreFeeCutLog.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreFeeCutLog.java new file mode 100644 index 0000000..37926a2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreFeeCutLog.java @@ -0,0 +1,272 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店费用扣款记录 + * 表代码:cy_store_fee_cut_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreFeeCutLog") +public class StoreFeeCutLog extends BaseEntity { + + private static final long serialVersionUID = 1442412508794266689L; + + /** + *账户ID + */ + private String accountId; + + /** + *门店Id + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *费用类型 + */ + private Integer feeType; + + /** + *费用名称 + */ + private String feeName; + + /** + *扣款周期类型 + */ + private Integer cutPaymentType; + + /** + *状态 + */ + private Integer status; + + /** + *发生金额 + */ + private Double amount; + + /** + *发生后账户余额 + */ + private Double aftAmount; + + /** + *备注 + */ + private String description; + + + /** + * 字段名称 :账户ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAccountId() { + return this.accountId; + } + + /** + * 字段名称 :账户ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAccountId(String accountId) { + this.accountId = accountId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :费用类型 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getFeeType() { + return this.feeType; + } + + /** + * 字段名称 :费用类型 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setFeeType(Integer feeType) { + this.feeType = feeType; + } + + /** + * 字段名称 :费用名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getFeeName() { + return this.feeName; + } + + /** + * 字段名称 :费用名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setFeeName(String feeName) { + this.feeName = feeName; + } + + /** + * 字段名称 :扣款周期类型 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getCutPaymentType() { + return this.cutPaymentType; + } + + /** + * 字段名称 :扣款周期类型 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setCutPaymentType(Integer cutPaymentType) { + this.cutPaymentType = cutPaymentType; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :发生金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :发生金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :发生后账户余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAftAmount() { + return this.aftAmount; + } + + /** + * 字段名称 :发生后账户余额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAftAmount(Double aftAmount) { + this.aftAmount = aftAmount; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreHandover.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreHandover.java new file mode 100644 index 0000000..7a10f5b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreHandover.java @@ -0,0 +1,1008 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店交班主表 + * 表代码:cy_store_handover + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreHandover") +public class StoreHandover extends BaseEntity { + + private static final long serialVersionUID = 1176614937519176893L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *交班单号 + */ + private String no; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *员工ID + */ + private String workId; + + /** + *员工编号 + */ + private String workNo; + + /** + *员工名称 + */ + private String workName; + + /** + *班次 + */ + private String shiftNo; + + /** + *班次名称 + */ + private String shiftName; + + /** + *开始时间 + */ + private Date datetimeBegin; + + /** + *结束时间 + */ + private Date datetimeEnd; + + /** + *交班时间 + */ + private Date datetimeShift; + + /** + *交单工号 + */ + private String acceptWorkerNo; + + /** + *交单POS + */ + private String posNo; + + /** + *备注 + */ + private String memo; + + /** + *总人数 + */ + private Integer peopleCount; + + /** + *成交单数 + */ + private Integer dealTicketCount; + + /** + *成交金额 + */ + private Double dealAmount; + + /** + *退单次数 + */ + private Integer backTicketCount; + + /** + *退单金额 + */ + private Double backAmount; + + /** + *合计单数 + */ + private Integer ticketCount; + + /** + *合计金额 + */ + private Double amount; + + /** + *优惠金额 + */ + private Double discountMoney; + + /** + *电子券抵扣金额 + */ + private Double couponDiscountMoney; + + /** + *其他优惠金额 + */ + private Double otherDiscountMoney; + + /** + *应收金额 + */ + private Double receivable; + + /** + *抹零金额 + */ + private Double maling; + + /** + *实收金额 + */ + private Double paid; + + /** + *充值笔数 + */ + private Integer cardCount; + + /** + *卡充值金额 + */ + private Double cardRealMoney; + + /** + *退卡笔数 + */ + private Integer cardRefundCount; + + /** + *退卡金额 + */ + private Double cardRefundMoney; + + /** + *营业收入金额 + */ + private Double sumRealMoney; + + /** + *非营业收入 + */ + private Double inmoney; + + /** + *非营业支出 + */ + private Double outmoney; + + /** + *配送费(微信点餐) + */ + private Double distributionFee; + + /** + *班次总收入金额 + */ + private Double shiftAmount; + + /** + *备用金 + */ + private Double imprest; + + /** + *设备名称 + */ + private String deviceName; + + /** + *设备MAC + */ + private String deviceMac; + + /** + *设备IP + */ + private String deviceIp; + + /** + *是否失效 + */ + private Integer isInvalid; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :交班单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :交班单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :员工ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getWorkId() { + return this.workId; + } + + /** + * 字段名称 :员工ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setWorkId(String workId) { + this.workId = workId; + } + + /** + * 字段名称 :员工编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getWorkNo() { + return this.workNo; + } + + /** + * 字段名称 :员工编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setWorkNo(String workNo) { + this.workNo = workNo; + } + + /** + * 字段名称 :员工名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getWorkName() { + return this.workName; + } + + /** + * 字段名称 :员工名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setWorkName(String workName) { + this.workName = workName; + } + + /** + * 字段名称 :班次 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getShiftNo() { + return this.shiftNo; + } + + /** + * 字段名称 :班次 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setShiftNo(String shiftNo) { + this.shiftNo = shiftNo; + } + + /** + * 字段名称 :班次名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getShiftName() { + return this.shiftName; + } + + /** + * 字段名称 :班次名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setShiftName(String shiftName) { + this.shiftName = shiftName; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getDatetimeBegin() { + return this.datetimeBegin; + } + + /** + * 字段名称 :开始时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setDatetimeBegin(Date datetimeBegin) { + this.datetimeBegin = datetimeBegin; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getDatetimeEnd() { + return this.datetimeEnd; + } + + /** + * 字段名称 :结束时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setDatetimeEnd(Date datetimeEnd) { + this.datetimeEnd = datetimeEnd; + } + + /** + * 字段名称 :交班时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getDatetimeShift() { + return this.datetimeShift; + } + + /** + * 字段名称 :交班时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setDatetimeShift(Date datetimeShift) { + this.datetimeShift = datetimeShift; + } + + /** + * 字段名称 :交单工号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAcceptWorkerNo() { + return this.acceptWorkerNo; + } + + /** + * 字段名称 :交单工号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAcceptWorkerNo(String acceptWorkerNo) { + this.acceptWorkerNo = acceptWorkerNo; + } + + /** + * 字段名称 :交单POS + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :交单POS + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :总人数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPeopleCount() { + return this.peopleCount; + } + + /** + * 字段名称 :总人数 + * 数据类型 :int + * 是否必填 :false + */ + public void setPeopleCount(Integer peopleCount) { + this.peopleCount = peopleCount; + } + + /** + * 字段名称 :成交单数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDealTicketCount() { + return this.dealTicketCount; + } + + /** + * 字段名称 :成交单数 + * 数据类型 :int + * 是否必填 :false + */ + public void setDealTicketCount(Integer dealTicketCount) { + this.dealTicketCount = dealTicketCount; + } + + /** + * 字段名称 :成交金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDealAmount() { + return this.dealAmount; + } + + /** + * 字段名称 :成交金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDealAmount(Double dealAmount) { + this.dealAmount = dealAmount; + } + + /** + * 字段名称 :退单次数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBackTicketCount() { + return this.backTicketCount; + } + + /** + * 字段名称 :退单次数 + * 数据类型 :int + * 是否必填 :false + */ + public void setBackTicketCount(Integer backTicketCount) { + this.backTicketCount = backTicketCount; + } + + /** + * 字段名称 :退单金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getBackAmount() { + return this.backAmount; + } + + /** + * 字段名称 :退单金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setBackAmount(Double backAmount) { + this.backAmount = backAmount; + } + + /** + * 字段名称 :合计单数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getTicketCount() { + return this.ticketCount; + } + + /** + * 字段名称 :合计单数 + * 数据类型 :int + * 是否必填 :false + */ + public void setTicketCount(Integer ticketCount) { + this.ticketCount = ticketCount; + } + + /** + * 字段名称 :合计金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :合计金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountMoney() { + return this.discountMoney; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountMoney(Double discountMoney) { + this.discountMoney = discountMoney; + } + + /** + * 字段名称 :电子券抵扣金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCouponDiscountMoney() { + return this.couponDiscountMoney; + } + + /** + * 字段名称 :电子券抵扣金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCouponDiscountMoney(Double couponDiscountMoney) { + this.couponDiscountMoney = couponDiscountMoney; + } + + /** + * 字段名称 :其他优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getOtherDiscountMoney() { + return this.otherDiscountMoney; + } + + /** + * 字段名称 :其他优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setOtherDiscountMoney(Double otherDiscountMoney) { + this.otherDiscountMoney = otherDiscountMoney; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivable() { + return this.receivable; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivable(Double receivable) { + this.receivable = receivable; + } + + /** + * 字段名称 :抹零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMaling() { + return this.maling; + } + + /** + * 字段名称 :抹零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMaling(Double maling) { + this.maling = maling; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPaid() { + return this.paid; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPaid(Double paid) { + this.paid = paid; + } + + /** + * 字段名称 :充值笔数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCardCount() { + return this.cardCount; + } + + /** + * 字段名称 :充值笔数 + * 数据类型 :int + * 是否必填 :false + */ + public void setCardCount(Integer cardCount) { + this.cardCount = cardCount; + } + + /** + * 字段名称 :卡充值金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCardRealMoney() { + return this.cardRealMoney; + } + + /** + * 字段名称 :卡充值金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCardRealMoney(Double cardRealMoney) { + this.cardRealMoney = cardRealMoney; + } + + /** + * 字段名称 :退卡笔数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCardRefundCount() { + return this.cardRefundCount; + } + + /** + * 字段名称 :退卡笔数 + * 数据类型 :int + * 是否必填 :false + */ + public void setCardRefundCount(Integer cardRefundCount) { + this.cardRefundCount = cardRefundCount; + } + + /** + * 字段名称 :退卡金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCardRefundMoney() { + return this.cardRefundMoney; + } + + /** + * 字段名称 :退卡金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCardRefundMoney(Double cardRefundMoney) { + this.cardRefundMoney = cardRefundMoney; + } + + /** + * 字段名称 :营业收入金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSumRealMoney() { + return this.sumRealMoney; + } + + /** + * 字段名称 :营业收入金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSumRealMoney(Double sumRealMoney) { + this.sumRealMoney = sumRealMoney; + } + + /** + * 字段名称 :非营业收入 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getInmoney() { + return this.inmoney; + } + + /** + * 字段名称 :非营业收入 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setInmoney(Double inmoney) { + this.inmoney = inmoney; + } + + /** + * 字段名称 :非营业支出 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getOutmoney() { + return this.outmoney; + } + + /** + * 字段名称 :非营业支出 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setOutmoney(Double outmoney) { + this.outmoney = outmoney; + } + + /** + * 字段名称 :配送费(微信点餐) + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDistributionFee() { + return this.distributionFee; + } + + /** + * 字段名称 :配送费(微信点餐) + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDistributionFee(Double distributionFee) { + this.distributionFee = distributionFee; + } + + /** + * 字段名称 :班次总收入金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getShiftAmount() { + return this.shiftAmount; + } + + /** + * 字段名称 :班次总收入金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setShiftAmount(Double shiftAmount) { + this.shiftAmount = shiftAmount; + } + + /** + * 字段名称 :备用金 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getImprest() { + return this.imprest; + } + + /** + * 字段名称 :备用金 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setImprest(Double imprest) { + this.imprest = imprest; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceName() { + return this.deviceName; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceName(String deviceName) { + this.deviceName = deviceName; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getDeviceMac() { + return this.deviceMac; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setDeviceMac(String deviceMac) { + this.deviceMac = deviceMac; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceIp() { + return this.deviceIp; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceIp(String deviceIp) { + this.deviceIp = deviceIp; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreHandoverDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreHandoverDetail.java new file mode 100644 index 0000000..2d8cf7c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreHandoverDetail.java @@ -0,0 +1,410 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店交班明细表 + * 表代码:cy_store_handover_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreHandoverDetail") +public class StoreHandoverDetail extends BaseEntity { + + private static final long serialVersionUID = 1906257001698824271L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *门店ID + */ + private String storeId; + + /** + *主单ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String busNo; + + /** + *收银方式编号 + */ + private String payModeNo; + + /** + *收银方式名称 + */ + private String payModeName; + + /** + *数量 + */ + private Integer count; + + /** + *金额 + */ + private Double money; + + /** + *手工金额 + */ + private Double handsMoney; + + /** + *卡务次数 + */ + private Integer cardCount; + + /** + *卡务金额 + */ + private Double cardMoney; + + /** + *总金额 + */ + private Double sumMoney; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *交单POS + */ + private String posNo; + + /** + *设备名称 + */ + private String deviceName; + + /** + *设备MAC + */ + private String deviceMac; + + /** + *设备IP + */ + private String deviceIp; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :收银方式编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPayModeNo() { + return this.payModeNo; + } + + /** + * 字段名称 :收银方式编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPayModeNo(String payModeNo) { + this.payModeNo = payModeNo; + } + + /** + * 字段名称 :收银方式名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getPayModeName() { + return this.payModeName; + } + + /** + * 字段名称 :收银方式名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setPayModeName(String payModeName) { + this.payModeName = payModeName; + } + + /** + * 字段名称 :数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCount() { + return this.count; + } + + /** + * 字段名称 :数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setCount(Integer count) { + this.count = count; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :手工金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getHandsMoney() { + return this.handsMoney; + } + + /** + * 字段名称 :手工金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setHandsMoney(Double handsMoney) { + this.handsMoney = handsMoney; + } + + /** + * 字段名称 :卡务次数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCardCount() { + return this.cardCount; + } + + /** + * 字段名称 :卡务次数 + * 数据类型 :int + * 是否必填 :false + */ + public void setCardCount(Integer cardCount) { + this.cardCount = cardCount; + } + + /** + * 字段名称 :卡务金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCardMoney() { + return this.cardMoney; + } + + /** + * 字段名称 :卡务金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCardMoney(Double cardMoney) { + this.cardMoney = cardMoney; + } + + /** + * 字段名称 :总金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSumMoney() { + return this.sumMoney; + } + + /** + * 字段名称 :总金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSumMoney(Double sumMoney) { + this.sumMoney = sumMoney; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :交单POS + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :交单POS + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceName() { + return this.deviceName; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceName(String deviceName) { + this.deviceName = deviceName; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getDeviceMac() { + return this.deviceMac; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setDeviceMac(String deviceMac) { + this.deviceMac = deviceMac; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceIp() { + return this.deviceIp; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceIp(String deviceIp) { + this.deviceIp = deviceIp; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreHandoverDetailPart.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreHandoverDetailPart.java new file mode 100644 index 0000000..440d117 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreHandoverDetailPart.java @@ -0,0 +1,341 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店交班明细表(杯子/碗数) + * 表代码:cy_store_handover_detail_part + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreHandoverDetailPart") +public class StoreHandoverDetailPart extends BaseEntity { + + private static final long serialVersionUID = 1073248335481841979L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *门店ID + */ + private String storeId; + + /** + *主单ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String busNo; + + /** + *规格名称 + */ + private String specName; + + /** + *初始数量 + */ + private Double preCount; + + /** + *系统数量 + */ + private Double count; + + /** + *手工数量 + */ + private Double handsCount; + + /** + *差异数量 + */ + private Double difCount; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *交单POS + */ + private String posNo; + + /** + *设备名称 + */ + private String deviceName; + + /** + *设备MAC + */ + private String deviceMac; + + /** + *设备IP + */ + private String deviceIp; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :初始数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPreCount() { + return this.preCount; + } + + /** + * 字段名称 :初始数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPreCount(Double preCount) { + this.preCount = preCount; + } + + /** + * 字段名称 :系统数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCount() { + return this.count; + } + + /** + * 字段名称 :系统数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCount(Double count) { + this.count = count; + } + + /** + * 字段名称 :手工数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getHandsCount() { + return this.handsCount; + } + + /** + * 字段名称 :手工数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setHandsCount(Double handsCount) { + this.handsCount = handsCount; + } + + /** + * 字段名称 :差异数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifCount() { + return this.difCount; + } + + /** + * 字段名称 :差异数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifCount(Double difCount) { + this.difCount = difCount; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :交单POS + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :交单POS + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceName() { + return this.deviceName; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceName(String deviceName) { + this.deviceName = deviceName; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getDeviceMac() { + return this.deviceMac; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setDeviceMac(String deviceMac) { + this.deviceMac = deviceMac; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceIp() { + return this.deviceIp; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceIp(String deviceIp) { + this.deviceIp = deviceIp; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreHandoverDetailPay.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreHandoverDetailPay.java new file mode 100644 index 0000000..655a372 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreHandoverDetailPay.java @@ -0,0 +1,363 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店交班支付方式明细表 + * 表代码:cy_store_handover_detail_pay + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreHandoverDetailPay") +public class StoreHandoverDetailPay extends BaseEntity { + + private static final long serialVersionUID = 1727683412792489050L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *门店ID + */ + private String storeId; + + /** + *主单ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String busNo; + + /** + *收银方式编号 + */ + private String payModeNo; + + /** + *收银方式名称 + */ + private String payModeName; + + /** + *营业模式 + */ + private Integer busMode; + + /** + *金额 + */ + private Double money; + + /** + *数量 + */ + private Integer count; + + /** + *业务类型 + */ + private Integer busType; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *交单POS + */ + private String posNo; + + /** + *设备名称 + */ + private String deviceName; + + /** + *设备MAC + */ + private String deviceMac; + + /** + *设备IP + */ + private String deviceIp; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :收银方式编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPayModeNo() { + return this.payModeNo; + } + + /** + * 字段名称 :收银方式编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPayModeNo(String payModeNo) { + this.payModeNo = payModeNo; + } + + /** + * 字段名称 :收银方式名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getPayModeName() { + return this.payModeName; + } + + /** + * 字段名称 :收银方式名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setPayModeName(String payModeName) { + this.payModeName = payModeName; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusMode() { + return this.busMode; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusMode(Integer busMode) { + this.busMode = busMode; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCount() { + return this.count; + } + + /** + * 字段名称 :数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setCount(Integer count) { + this.count = count; + } + + /** + * 字段名称 :业务类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusType() { + return this.busType; + } + + /** + * 字段名称 :业务类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusType(Integer busType) { + this.busType = busType; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :交单POS + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :交单POS + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceName() { + return this.deviceName; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceName(String deviceName) { + this.deviceName = deviceName; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getDeviceMac() { + return this.deviceMac; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setDeviceMac(String deviceMac) { + this.deviceMac = deviceMac; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceIp() { + return this.deviceIp; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceIp(String deviceIp) { + this.deviceIp = deviceIp; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreLoginLog.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreLoginLog.java new file mode 100644 index 0000000..1919c3a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreLoginLog.java @@ -0,0 +1,157 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店登录日志 + * 表代码:cy_store_login_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreLoginLog") +public class StoreLoginLog extends BaseEntity { + + private static final long serialVersionUID = 1371864295614943377L; + + /** + *工号 + */ + private String workerNo; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名 + */ + private String storeName; + + /** + *登录时间 + */ + private Date loginTime; + + /** + *登录类型 + */ + private Integer type; + + /** + *POS编号 + */ + private String posNo; + + + /** + * 字段名称 :工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWorkerNo() { + return this.workerNo; + } + + /** + * 字段名称 :工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWorkerNo(String workerNo) { + this.workerNo = workerNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :登录时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getLoginTime() { + return this.loginTime; + } + + /** + * 字段名称 :登录时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setLoginTime(Date loginTime) { + this.loginTime = loginTime; + } + + /** + * 字段名称 :登录类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :登录类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreOperationLog.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreOperationLog.java new file mode 100644 index 0000000..e045740 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreOperationLog.java @@ -0,0 +1,419 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:前台操作日志记录 + * 表代码:cy_store_operation_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreOperationLog") +public class StoreOperationLog extends BaseEntity { + + private static final long serialVersionUID = 1845101774013945428L; + + /** + *门店Id + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *操作员工 + */ + private String workerNo; + + /** + *班次 + */ + private String shiftNo; + + /** + *班次名称 + */ + private String shiftName; + + /** + *设备名称 + */ + private String deviceName; + + /** + *设备MAC + */ + private String deviceMac; + + /** + *设备IP + */ + private String deviceIp; + + /** + *设备编号 + */ + private String posNo; + + /** + *操作时间 + */ + private String operationTime; + + /** + *操作类型 + */ + private String type; + + /** + *操作类型名称 + */ + private String typeTxt; + + /** + *操作说明 + */ + private String memo; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + private Integer counts;//次数; + + public Integer getCounts() { + return counts; + } + + public void setCounts(Integer counts) { + this.counts = counts; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店Id + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :操作员工 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getWorkerNo() { + return this.workerNo; + } + + /** + * 字段名称 :操作员工 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setWorkerNo(String workerNo) { + this.workerNo = workerNo; + } + + /** + * 字段名称 :班次 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getShiftNo() { + return this.shiftNo; + } + + /** + * 字段名称 :班次 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setShiftNo(String shiftNo) { + this.shiftNo = shiftNo; + } + + /** + * 字段名称 :班次名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getShiftName() { + return this.shiftName; + } + + /** + * 字段名称 :班次名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setShiftName(String shiftName) { + this.shiftName = shiftName; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDeviceName() { + return this.deviceName; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDeviceName(String deviceName) { + this.deviceName = deviceName; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getDeviceMac() { + return this.deviceMac; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setDeviceMac(String deviceMac) { + this.deviceMac = deviceMac; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceIp() { + return this.deviceIp; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceIp(String deviceIp) { + this.deviceIp = deviceIp; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :操作时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getOperationTime() { + return this.operationTime; + } + + /** + * 字段名称 :操作时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setOperationTime(String operationTime) { + this.operationTime = operationTime; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getType() { + return this.type; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setType(String type) { + this.type = type; + } + + /** + * 字段名称 :操作类型名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeTxt() { + return this.typeTxt; + } + + /** + * 字段名称 :操作类型名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeTxt(String typeTxt) { + this.typeTxt = typeTxt; + } + + /** + * 字段名称 :操作说明 + * 数据类型 :text + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :操作说明 + * 数据类型 :text + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreOrderProduct.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreOrderProduct.java new file mode 100644 index 0000000..3a3db60 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreOrderProduct.java @@ -0,0 +1,1451 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店产品销售记录 + * 表代码:cy_store_order_product + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreOrderProduct") +public class StoreOrderProduct extends BaseEntity { + + private static final long serialVersionUID = 1528627262812753043L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *父记录ID + */ + private String parentId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *营业模式 + */ + private Integer busMode; + + /** + *桌号 + */ + private String tableNo; + + /** + *产品ID + */ + private String productId; + + /** + *产品编号 + */ + private String productNo; + + /** + *产品名称 + */ + private String productName; + + /** + *产品单位 + */ + private String productUnitId; + + /** + *产品单位名 + */ + private String productUnitName; + + /** + *大类ID + */ + private String seriesId; + + /** + *大类名称 + */ + private String seriesName; + + /** + *类别路径 + */ + private String typePath; + + /** + *类别ID + */ + private String typeId; + + /** + *类别名 + */ + private String typeName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *数量 + */ + private Double count; + + /** + *退菜数量 + */ + private Double rcount; + + /** + *销售价格 + */ + private Double price; + + /** + *产品原价 + */ + private Double priceOrg; + + /** + *折后价格 + */ + private Double discountPrice; + + /** + *是否套菜 + */ + private Integer isSuit; + + /** + *套菜ID + */ + private String suitId; + + /** + *工号 + */ + private String workerNo; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *设备名称 + */ + private String deviceName; + + /** + *设备MAC + */ + private String deviceMac; + + /** + *设备IP + */ + private String deviceIp; + + /** + *设备编号 + */ + private String posNo; + + /** + *消费金额 + */ + private Double amount; + + /** + *优惠率 + */ + private Double discount; + + /** + *优惠额 + */ + private Double discountTotal; + + /** + *应收金额 + */ + private Double receivable; + + /** + *加价金额 + */ + private Double addPriceTotal; + + /** + *加价优惠金额 + */ + private Double discountAddTotal; + + /** + *加价应收金额 + */ + private Double amountAddTotal; + + /** + *消费总额 + */ + private Double amountTotal; + + /** + *应收总额 + */ + private Double receivableTotal; + + /** + *是否使用会员卡 + */ + private Integer isMember; + + /** + *会员卡号 + */ + private String memberNo; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *行号 + */ + private Integer lineNo; + + /** + *当日流水号 + */ + private String seqNo; + + /** + *天气 + */ + private String weather; + + /** + *星期 + */ + private String weeker; + + /** + *是否出库 + */ + private Integer isStockDeal; + + /** + *预估成本 + */ + private Double estimatedCost; + + /** + *预估毛利金额 + */ + private Double estimatedProfitAmount; + + /** + *预估毛利率 + */ + private Double estimatedProfitMargin; + + /** + *实际成本 + */ + private Double totalCost; + + /** + *实际毛利金额 + */ + private Double profitAmount; + + /** + *实际毛利率 + */ + private Double profitMargin; + + /** + *桌台名称 + */ + private String tableName; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + private Double commonCount;//普通菜数量; + + private Double mainCount;//主菜数量; + + private Double detailCount;//明细菜数量; + + public Double getCommonCount() { + return commonCount; + } + + public void setCommonCount(Double commonCount) { + this.commonCount = commonCount; + } + + public Double getMainCount() { + return mainCount; + } + + public void setMainCount(Double mainCount) { + this.mainCount = mainCount; + } + + public Double getDetailCount() { + return detailCount; + } + + public void setDetailCount(Double detailCount) { + this.detailCount = detailCount; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :父记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getParentId() { + return this.parentId; + } + + /** + * 字段名称 :父记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setParentId(String parentId) { + this.parentId = parentId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusMode() { + return this.busMode; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusMode(Integer busMode) { + this.busMode = busMode; + } + + /** + * 字段名称 :桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :产品单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductUnitId() { + return this.productUnitId; + } + + /** + * 字段名称 :产品单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductUnitId(String productUnitId) { + this.productUnitId = productUnitId; + } + + /** + * 字段名称 :产品单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductUnitName() { + return this.productUnitName; + } + + /** + * 字段名称 :产品单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductUnitName(String productUnitName) { + this.productUnitName = productUnitName; + } + + /** + * 字段名称 :大类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSeriesId() { + return this.seriesId; + } + + /** + * 字段名称 :大类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSeriesId(String seriesId) { + this.seriesId = seriesId; + } + + /** + * 字段名称 :大类名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSeriesName() { + return this.seriesName; + } + + /** + * 字段名称 :大类名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSeriesName(String seriesName) { + this.seriesName = seriesName; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getCount() { + return this.count; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setCount(Double count) { + this.count = count; + } + + /** + * 字段名称 :退菜数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getRcount() { + return this.rcount; + } + + /** + * 字段名称 :退菜数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setRcount(Double rcount) { + this.rcount = rcount; + } + + /** + * 字段名称 :销售价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :销售价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :产品原价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPriceOrg() { + return this.priceOrg; + } + + /** + * 字段名称 :产品原价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPriceOrg(Double priceOrg) { + this.priceOrg = priceOrg; + } + + /** + * 字段名称 :折后价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountPrice() { + return this.discountPrice; + } + + /** + * 字段名称 :折后价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountPrice(Double discountPrice) { + this.discountPrice = discountPrice; + } + + /** + * 字段名称 :是否套菜 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsSuit() { + return this.isSuit; + } + + /** + * 字段名称 :是否套菜 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsSuit(Integer isSuit) { + this.isSuit = isSuit; + } + + /** + * 字段名称 :套菜ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSuitId() { + return this.suitId; + } + + /** + * 字段名称 :套菜ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSuitId(String suitId) { + this.suitId = suitId; + } + + /** + * 字段名称 :工号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getWorkerNo() { + return this.workerNo; + } + + /** + * 字段名称 :工号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setWorkerNo(String workerNo) { + this.workerNo = workerNo; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDeviceName() { + return this.deviceName; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDeviceName(String deviceName) { + this.deviceName = deviceName; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getDeviceMac() { + return this.deviceMac; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setDeviceMac(String deviceMac) { + this.deviceMac = deviceMac; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceIp() { + return this.deviceIp; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceIp(String deviceIp) { + this.deviceIp = deviceIp; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountTotal() { + return this.discountTotal; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountTotal(Double discountTotal) { + this.discountTotal = discountTotal; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivable() { + return this.receivable; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivable(Double receivable) { + this.receivable = receivable; + } + + /** + * 字段名称 :加价金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddPriceTotal() { + return this.addPriceTotal; + } + + /** + * 字段名称 :加价金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddPriceTotal(Double addPriceTotal) { + this.addPriceTotal = addPriceTotal; + } + + /** + * 字段名称 :加价优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountAddTotal() { + return this.discountAddTotal; + } + + /** + * 字段名称 :加价优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountAddTotal(Double discountAddTotal) { + this.discountAddTotal = discountAddTotal; + } + + /** + * 字段名称 :加价应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmountAddTotal() { + return this.amountAddTotal; + } + + /** + * 字段名称 :加价应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmountAddTotal(Double amountAddTotal) { + this.amountAddTotal = amountAddTotal; + } + + /** + * 字段名称 :消费总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmountTotal() { + return this.amountTotal; + } + + /** + * 字段名称 :消费总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmountTotal(Double amountTotal) { + this.amountTotal = amountTotal; + } + + /** + * 字段名称 :应收总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivableTotal() { + return this.receivableTotal; + } + + /** + * 字段名称 :应收总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivableTotal(Double receivableTotal) { + this.receivableTotal = receivableTotal; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsMember() { + return this.isMember; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsMember(Integer isMember) { + this.isMember = isMember; + } + + /** + * 字段名称 :会员卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberNo() { + return this.memberNo; + } + + /** + * 字段名称 :会员卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberNo(String memberNo) { + this.memberNo = memberNo; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :行号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getLineNo() { + return this.lineNo; + } + + /** + * 字段名称 :行号 + * 数据类型 :int + * 是否必填 :false + */ + public void setLineNo(Integer lineNo) { + this.lineNo = lineNo; + } + + /** + * 字段名称 :当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSeqNo() { + return this.seqNo; + } + + /** + * 字段名称 :当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSeqNo(String seqNo) { + this.seqNo = seqNo; + } + + /** + * 字段名称 :天气 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getWeather() { + return this.weather; + } + + /** + * 字段名称 :天气 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setWeather(String weather) { + this.weather = weather; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getWeeker() { + return this.weeker; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setWeeker(String weeker) { + this.weeker = weeker; + } + + /** + * 字段名称 :是否出库 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsStockDeal() { + return this.isStockDeal; + } + + /** + * 字段名称 :是否出库 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsStockDeal(Integer isStockDeal) { + this.isStockDeal = isStockDeal; + } + + /** + * 字段名称 :预估成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getEstimatedCost() { + return this.estimatedCost; + } + + /** + * 字段名称 :预估成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setEstimatedCost(Double estimatedCost) { + this.estimatedCost = estimatedCost; + } + + /** + * 字段名称 :预估毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getEstimatedProfitAmount() { + return this.estimatedProfitAmount; + } + + /** + * 字段名称 :预估毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setEstimatedProfitAmount(Double estimatedProfitAmount) { + this.estimatedProfitAmount = estimatedProfitAmount; + } + + /** + * 字段名称 :预估毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getEstimatedProfitMargin() { + return this.estimatedProfitMargin; + } + + /** + * 字段名称 :预估毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setEstimatedProfitMargin(Double estimatedProfitMargin) { + this.estimatedProfitMargin = estimatedProfitMargin; + } + + /** + * 字段名称 :实际成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getTotalCost() { + return this.totalCost; + } + + /** + * 字段名称 :实际成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setTotalCost(Double totalCost) { + this.totalCost = totalCost; + } + + /** + * 字段名称 :实际毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getProfitAmount() { + return this.profitAmount; + } + + /** + * 字段名称 :实际毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setProfitAmount(Double profitAmount) { + this.profitAmount = profitAmount; + } + + /** + * 字段名称 :实际毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getProfitMargin() { + return this.profitMargin; + } + + /** + * 字段名称 :实际毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setProfitMargin(Double profitMargin) { + this.profitMargin = profitMargin; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreOrderProductInfo.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreOrderProductInfo.java new file mode 100644 index 0000000..d6c7fcf --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreOrderProductInfo.java @@ -0,0 +1,517 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店产品销售记录优惠明细 + * 表代码:cy_store_order_product_info + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreOrderProductInfo") +public class StoreOrderProductInfo extends BaseEntity { + + private static final long serialVersionUID = 1889661019940107319L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *订单明细记录ID + */ + private String orderItemId; + + /** + *门店ID + */ + private String storeId; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *优惠类型 + */ + private Integer type; + + /** + *优惠说明 + */ + private String info; + + /** + *优惠金额 + */ + private Double discountMoney; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *餐桌号 + */ + private String tableNo; + + /** + *桌台名称 + */ + private String tableName; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + private String productId;// 产品ID + private String productNo;// 产品编号 + private String productName;// 产品名称 + private String productUnitId;// 产品单位 + private String productUnitName;// 产品单位名 + private String typeId;// 类别ID + private String typeName;// 类别名 + private String specId;// 规格ID + private String specName;// 规格名称 + private Double count;// 数量 + private Double rcount;// 退菜数量 + private Double price;// 销售价格 + private Double priceOrg;// 产品原价 + private Double discountPrice;// 折后价格 + private Double amountTotal;// 消费总额 + private Double discountTotal;// 优惠额 + private Double receivableTotal;// 应收总额 + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :订单明细记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOrderItemId() { + return this.orderItemId; + } + + /** + * 字段名称 :订单明细记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOrderItemId(String orderItemId) { + this.orderItemId = orderItemId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getInfo() { + return this.info; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setInfo(String info) { + this.info = info; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountMoney() { + return this.discountMoney; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountMoney(Double discountMoney) { + this.discountMoney = discountMoney; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + + public String getProductId() { + return productId; + } + + public void setProductId(String productId) { + this.productId = productId; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getProductUnitId() { + return productUnitId; + } + + public void setProductUnitId(String productUnitId) { + this.productUnitId = productUnitId; + } + + public String getProductUnitName() { + return productUnitName; + } + + public void setProductUnitName(String productUnitName) { + this.productUnitName = productUnitName; + } + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + public String getTypeName() { + return typeName; + } + + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + public String getSpecId() { + return specId; + } + + public void setSpecId(String specId) { + this.specId = specId; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public Double getCount() { + return count; + } + + public void setCount(Double count) { + this.count = count; + } + + public Double getRcount() { + return rcount; + } + + public void setRcount(Double rcount) { + this.rcount = rcount; + } + + public Double getPrice() { + return price; + } + + public void setPrice(Double price) { + this.price = price; + } + + public Double getPriceOrg() { + return priceOrg; + } + + public void setPriceOrg(Double priceOrg) { + this.priceOrg = priceOrg; + } + + public Double getDiscountPrice() { + return discountPrice; + } + + public void setDiscountPrice(Double discountPrice) { + this.discountPrice = discountPrice; + } + + public Double getAmountTotal() { + return amountTotal; + } + + public void setAmountTotal(Double amountTotal) { + this.amountTotal = amountTotal; + } + + public Double getDiscountTotal() { + return discountTotal; + } + + public void setDiscountTotal(Double discountTotal) { + this.discountTotal = discountTotal; + } + + public Double getReceivableTotal() { + return receivableTotal; + } + + public void setReceivableTotal(Double receivableTotal) { + this.receivableTotal = receivableTotal; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreOrderProductMake.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreOrderProductMake.java new file mode 100644 index 0000000..25f5c09 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreOrderProductMake.java @@ -0,0 +1,594 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店销售单做法 + * 表代码:cy_store_order_product_make + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreOrderProductMake") +public class StoreOrderProductMake extends BaseEntity { + + private static final long serialVersionUID = 1891276189545405617L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *订单明细记录ID + */ + private String orderItemId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *做法ID + */ + private String makeId; + + /** + *做法名称 + */ + private String makeName; + + /** + *做法加价 + */ + private Double addPrice; + + /** + *做法折后加价 + */ + private Double discountPrice; + + /** + *做法数量 + */ + private Double count; + + /** + *做法退数量 + */ + private Double rcount; + + /** + *加价总额 + */ + private Double addTotal; + + /** + *折后总额 + */ + private Double discountAddTotal; + + /** + *折扣率 + */ + private Double discount; + + /** + *做法管理数量标识 + */ + private Integer qtyFlag; + + /** + *手写做法标识 + */ + private Integer hand; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *餐桌号 + */ + private String tableNo; + + /** + *桌台名称 + */ + private String tableName; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :订单明细记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOrderItemId() { + return this.orderItemId; + } + + /** + * 字段名称 :订单明细记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOrderItemId(String orderItemId) { + this.orderItemId = orderItemId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :做法ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMakeId() { + return this.makeId; + } + + /** + * 字段名称 :做法ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMakeId(String makeId) { + this.makeId = makeId; + } + + /** + * 字段名称 :做法名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMakeName() { + return this.makeName; + } + + /** + * 字段名称 :做法名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMakeName(String makeName) { + this.makeName = makeName; + } + + /** + * 字段名称 :做法加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddPrice() { + return this.addPrice; + } + + /** + * 字段名称 :做法加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddPrice(Double addPrice) { + this.addPrice = addPrice; + } + + /** + * 字段名称 :做法折后加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountPrice() { + return this.discountPrice; + } + + /** + * 字段名称 :做法折后加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountPrice(Double discountPrice) { + this.discountPrice = discountPrice; + } + + /** + * 字段名称 :做法数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCount() { + return this.count; + } + + /** + * 字段名称 :做法数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCount(Double count) { + this.count = count; + } + + /** + * 字段名称 :做法退数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getRcount() { + return this.rcount; + } + + /** + * 字段名称 :做法退数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setRcount(Double rcount) { + this.rcount = rcount; + } + + /** + * 字段名称 :加价总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddTotal() { + return this.addTotal; + } + + /** + * 字段名称 :加价总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddTotal(Double addTotal) { + this.addTotal = addTotal; + } + + /** + * 字段名称 :折后总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountAddTotal() { + return this.discountAddTotal; + } + + /** + * 字段名称 :折后总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountAddTotal(Double discountAddTotal) { + this.discountAddTotal = discountAddTotal; + } + + /** + * 字段名称 :折扣率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :折扣率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :做法管理数量标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getQtyFlag() { + return this.qtyFlag; + } + + /** + * 字段名称 :做法管理数量标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setQtyFlag(Integer qtyFlag) { + this.qtyFlag = qtyFlag; + } + + /** + * 字段名称 :手写做法标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getHand() { + return this.hand; + } + + /** + * 字段名称 :手写做法标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setHand(Integer hand) { + this.hand = hand; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StorePay.java b/food-api/src/main/java/com/jwsaas/entity/food/StorePay.java new file mode 100644 index 0000000..094c3b3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StorePay.java @@ -0,0 +1,912 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店收银流水 + * 表代码:cy_store_pay + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StorePay") +public class StorePay extends BaseEntity { + + private static final long serialVersionUID = 1564376422847120746L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *付款单号 + */ + private String payNo; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + + /** + *营业模式 + */ + private Integer busMode; + + + /** + *餐桌号 + */ + private String tableNo; + + /** + *付款方式编号 + */ + private String payTypeNo; + + /** + *付款方式 + */ + private String payType; + + /** + *实收金额 + */ + private Double paid; + + /** + *找零金额 + */ + private Double rchange; + + /** + *已收金额 + */ + private Double money; + + /** + *溢出金额 + */ + private Double overAmount; + + /** + *操作员工号 + */ + private String workNo; + + /** + *收银设备 + */ + private String deviceName; + + /** + *设备MAC + */ + private String deviceMac; + + /** + *设备IP + */ + private String deviceIp; + + /** + *设备编号 + */ + private String posNo; + + /** + *凭证号 + */ + private String voucherNo; + + /** + *付款时间 + */ + private Date payDate; + + /** + *付款卡号 + */ + private String cardno; + + /** + *充值卡支付前余额 + */ + private Double cardYe; + + /** + *充值卡支付前积分 + */ + private Double cardJf; + + /** + *是否实收 + */ + private Integer incomeFlag; + + /** + *第三方扣费类型 + */ + private Integer otherRateType; + + /** + *第三方扣费值 + */ + private Double otherRateValue; + + /** + *第三方扣费 + */ + private Double otherRate; + + /** + *支付渠道 + */ + private Integer payChannel; + + /** + *备注 + */ + private String memo; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *桌台名称 + */ + private String tableName; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + private String shiftNo; + private String shiftName; + private Double amount; + private Double discountTotal; + private Double receivable; + private Double orderPaid;//整单实收; + private Integer status; + + public Integer getStatus() { + return status; + } + + public void setStatus(Integer status) { + this.status = status; + } + + public Double getAmount() { + return amount; + } + + public void setAmount(Double amount) { + this.amount = amount; + } + + public Double getDiscountTotal() { + return discountTotal; + } + + public void setDiscountTotal(Double discountTotal) { + this.discountTotal = discountTotal; + } + + public Double getReceivable() { + return receivable; + } + + public void setReceivable(Double receivable) { + this.receivable = receivable; + } + + public Double getOrderPaid() { + return orderPaid; + } + + public void setOrderPaid(Double orderPaid) { + this.orderPaid = orderPaid; + } + + public String getShiftNo() { + return shiftNo; + } + + public void setShiftNo(String shiftNo) { + this.shiftNo = shiftNo; + } + + public String getShiftName() { + return shiftName; + } + + public void setShiftName(String shiftName) { + this.shiftName = shiftName; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :付款单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPayNo() { + return this.payNo; + } + + /** + * 字段名称 :付款单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPayNo(String payNo) { + this.payNo = payNo; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusMode() { + return this.busMode; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusMode(Integer busMode) { + this.busMode = busMode; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :付款方式编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPayTypeNo() { + return this.payTypeNo; + } + + /** + * 字段名称 :付款方式编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPayTypeNo(String payTypeNo) { + this.payTypeNo = payTypeNo; + } + + /** + * 字段名称 :付款方式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPayType() { + return this.payType; + } + + /** + * 字段名称 :付款方式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPayType(String payType) { + this.payType = payType; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPaid() { + return this.paid; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPaid(Double paid) { + this.paid = paid; + } + + /** + * 字段名称 :找零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getRchange() { + return this.rchange; + } + + /** + * 字段名称 :找零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setRchange(Double rchange) { + this.rchange = rchange; + } + + /** + * 字段名称 :已收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :已收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :溢出金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getOverAmount() { + return this.overAmount; + } + + /** + * 字段名称 :溢出金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setOverAmount(Double overAmount) { + this.overAmount = overAmount; + } + + /** + * 字段名称 :操作员工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWorkNo() { + return this.workNo; + } + + /** + * 字段名称 :操作员工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWorkNo(String workNo) { + this.workNo = workNo; + } + + /** + * 字段名称 :收银设备 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDeviceName() { + return this.deviceName; + } + + /** + * 字段名称 :收银设备 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDeviceName(String deviceName) { + this.deviceName = deviceName; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getDeviceMac() { + return this.deviceMac; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setDeviceMac(String deviceMac) { + this.deviceMac = deviceMac; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceIp() { + return this.deviceIp; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceIp(String deviceIp) { + this.deviceIp = deviceIp; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getVoucherNo() { + return this.voucherNo; + } + + /** + * 字段名称 :凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setVoucherNo(String voucherNo) { + this.voucherNo = voucherNo; + } + + /** + * 字段名称 :付款时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getPayDate() { + return this.payDate; + } + + /** + * 字段名称 :付款时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setPayDate(Date payDate) { + this.payDate = payDate; + } + + /** + * 字段名称 :付款卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCardno() { + return this.cardno; + } + + /** + * 字段名称 :付款卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCardno(String cardno) { + this.cardno = cardno; + } + + /** + * 字段名称 :充值卡支付前余额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCardYe() { + return this.cardYe; + } + + /** + * 字段名称 :充值卡支付前余额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCardYe(Double cardYe) { + this.cardYe = cardYe; + } + + /** + * 字段名称 :充值卡支付前积分 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCardJf() { + return this.cardJf; + } + + /** + * 字段名称 :充值卡支付前积分 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCardJf(Double cardJf) { + this.cardJf = cardJf; + } + + /** + * 字段名称 :是否实收 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIncomeFlag() { + return this.incomeFlag; + } + + /** + * 字段名称 :是否实收 + * 数据类型 :int + * 是否必填 :false + */ + public void setIncomeFlag(Integer incomeFlag) { + this.incomeFlag = incomeFlag; + } + + /** + * 字段名称 :第三方扣费类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOtherRateType() { + return this.otherRateType; + } + + /** + * 字段名称 :第三方扣费类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setOtherRateType(Integer otherRateType) { + this.otherRateType = otherRateType; + } + + /** + * 字段名称 :第三方扣费值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOtherRateValue() { + return this.otherRateValue; + } + + /** + * 字段名称 :第三方扣费值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOtherRateValue(Double otherRateValue) { + this.otherRateValue = otherRateValue; + } + + /** + * 字段名称 :第三方扣费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getOtherRate() { + return this.otherRate; + } + + /** + * 字段名称 :第三方扣费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setOtherRate(Double otherRate) { + this.otherRate = otherRate; + } + + /** + * 字段名称 :支付渠道 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPayChannel() { + return this.payChannel; + } + + /** + * 字段名称 :支付渠道 + * 数据类型 :int + * 是否必填 :false + */ + public void setPayChannel(Integer payChannel) { + this.payChannel = payChannel; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreProduct.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreProduct.java new file mode 100644 index 0000000..72d978a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreProduct.java @@ -0,0 +1,708 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店商品关联表 + * 表代码:cy_store_product + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreProduct") +public class StoreProduct extends BaseEntity { + + private static final long serialVersionUID = 1072829106000225806L; + + /** + *门店ID + */ + private String storeId; + + /** + *商品ID + */ + private String productId; + + /** + *规格ID + */ + private String specId; + + /** + *单位ID + */ + private String productUnitId; + + /** + *类别ID + */ + private String typeId; + + /** + *类别路径 + */ + private String typePath; + + /** + *零售价 + */ + private Double price; + + /** + *最低售价 + */ + private Double minPrice; + + /** + *会员价 + */ + private Double memberPrice; + + /** + *第三方价 + */ + private Double otherPrice; + + /** + *成本价 + */ + private Double costPrice; + + /** + *采购参考价 + */ + private Double purchasePrice; + + /** + *批发参考价 + */ + private Double dispatchPrice; + + /** + *理论万元用量 + */ + private Double thUseLevel; + + /** + *实际万元用量 + */ + private Double realThUseLevel; + + /** + *单项成本 + */ + private Double cost; + + /** + *在线售价 + */ + private Double wprice; + + /** + *在线会员价 + */ + private Double wmemberPrice; + + /** + *库存总数量 + */ + private Double totalStock; + + /** + *已出售数量 + */ + private Double saleStock; + + /** + *剩余数量 + */ + private Double stock; + + + + + private String productNo;// 商品编号 + private String productName;// 商品名称 + private String productShortName;// 商品简称 + private String type;// 商品类型 + private String specNo;// 规格编号 + private String specName;// 规格名称 + private String brandId;// 品牌Id + private String spell;// 拼音简码 + private String barCode;// 商品条码 + private Integer stopFlag; // 停用 + private Integer deleteFlag;// 删除标识 + private Integer isdefault;// 是否默认规格 + private String storeNo;// 门店编号 + private String storeName;// 门店名称 + private String storeTypeId;// 门店类型 + + private Integer selfFlag;//是否自建商品 + private Integer labelPrintFlag;//是否标签打印 + private Integer weighFlag;//是否称重 + private String assistNo;//辅助简码 + private Integer tapleFlag;//是否主食 + private Integer promotionFlag;//是否促销; + private Integer discountFlag;//是否折扣; + + + public Integer getPromotionFlag() { + return promotionFlag; + } + + public void setPromotionFlag(Integer promotionFlag) { + this.promotionFlag = promotionFlag; + } + + public Integer getDiscountFlag() { + return discountFlag; + } + + public void setDiscountFlag(Integer discountFlag) { + this.discountFlag = discountFlag; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :单位ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductUnitId() { + return this.productUnitId; + } + + /** + * 字段名称 :单位ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductUnitId(String productUnitId) { + this.productUnitId = productUnitId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + /** + * 字段名称 :零售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :零售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :最低售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMinPrice() { + return this.minPrice; + } + + /** + * 字段名称 :最低售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMinPrice(Double minPrice) { + this.minPrice = minPrice; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMemberPrice() { + return this.memberPrice; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMemberPrice(Double memberPrice) { + this.memberPrice = memberPrice; + } + + /** + * 字段名称 :第三方价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOtherPrice() { + return this.otherPrice; + } + + /** + * 字段名称 :第三方价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOtherPrice(Double otherPrice) { + this.otherPrice = otherPrice; + } + + /** + * 字段名称 :成本价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getCostPrice() { + return this.costPrice; + } + + /** + * 字段名称 :成本价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setCostPrice(Double costPrice) { + this.costPrice = costPrice; + } + + /** + * 字段名称 :采购参考价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPurchasePrice() { + return this.purchasePrice; + } + + /** + * 字段名称 :采购参考价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPurchasePrice(Double purchasePrice) { + this.purchasePrice = purchasePrice; + } + + /** + * 字段名称 :批发参考价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDispatchPrice() { + return this.dispatchPrice; + } + + /** + * 字段名称 :批发参考价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDispatchPrice(Double dispatchPrice) { + this.dispatchPrice = dispatchPrice; + } + + /** + * 字段名称 :理论万元用量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getThUseLevel() { + return this.thUseLevel; + } + + /** + * 字段名称 :理论万元用量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setThUseLevel(Double thUseLevel) { + this.thUseLevel = thUseLevel; + } + + /** + * 字段名称 :实际万元用量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getRealThUseLevel() { + return this.realThUseLevel; + } + + /** + * 字段名称 :实际万元用量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setRealThUseLevel(Double realThUseLevel) { + this.realThUseLevel = realThUseLevel; + } + + /** + * 字段名称 :单项成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCost() { + return this.cost; + } + + /** + * 字段名称 :单项成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCost(Double cost) { + this.cost = cost; + } + + + /** + * 字段名称 :在线售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWprice() { + return this.wprice; + } + + /** + * 字段名称 :在线售价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWprice(Double wprice) { + this.wprice = wprice; + } + + /** + * 字段名称 :在线会员价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getWmemberPrice() { + return this.wmemberPrice; + } + + /** + * 字段名称 :在线会员价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setWmemberPrice(Double wmemberPrice) { + this.wmemberPrice = wmemberPrice; + } + + /** + * 字段名称 :库存总数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTotalStock() { + return this.totalStock; + } + + /** + * 字段名称 :库存总数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTotalStock(Double totalStock) { + this.totalStock = totalStock; + } + + /** + * 字段名称 :已出售数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSaleStock() { + return this.saleStock; + } + + /** + * 字段名称 :已出售数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSaleStock(Double saleStock) { + this.saleStock = saleStock; + } + + /** + * 字段名称 :剩余数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getStock() { + return this.stock; + } + + /** + * 字段名称 :剩余数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setStock(Double stock) { + this.stock = stock; + } + + + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getProductShortName() { + return productShortName; + } + + public void setProductShortName(String productShortName) { + this.productShortName = productShortName; + } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public String getSpecNo() { + return specNo; + } + + public void setSpecNo(String specNo) { + this.specNo = specNo; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getBrandId() { + return brandId; + } + + public void setBrandId(String brandId) { + this.brandId = brandId; + } + + public String getSpell() { + return spell; + } + + public void setSpell(String spell) { + this.spell = spell; + } + + public String getBarCode() { + return barCode; + } + + public void setBarCode(String barCode) { + this.barCode = barCode; + } + + public Integer getStopFlag() { + return stopFlag; + } + + public void setStopFlag(Integer stopFlag) { + this.stopFlag = stopFlag; + } + + public Integer getDeleteFlag() { + return deleteFlag; + } + + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + public Integer getIsdefault() { + return isdefault; + } + + public void setIsdefault(Integer isdefault) { + this.isdefault = isdefault; + } + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public String getStoreTypeId() { + return storeTypeId; + } + + public void setStoreTypeId(String storeTypeId) { + this.storeTypeId = storeTypeId; + } + + public Integer getSelfFlag() { + return selfFlag; + } + + public void setSelfFlag(Integer selfFlag) { + this.selfFlag = selfFlag; + } + + public Integer getLabelPrintFlag() { + return labelPrintFlag; + } + + public void setLabelPrintFlag(Integer labelPrintFlag) { + this.labelPrintFlag = labelPrintFlag; + } + + public Integer getWeighFlag() { + return weighFlag; + } + + public void setWeighFlag(Integer weighFlag) { + this.weighFlag = weighFlag; + } + + public Integer getTapleFlag() { + return tapleFlag; + } + + public void setTapleFlag(Integer tapleFlag) { + this.tapleFlag = tapleFlag; + } + + public String getAssistNo() { + return assistNo; + } + + public void setAssistNo(String assistNo) { + this.assistNo = assistNo; + } + + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreProductSaleStock.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreProductSaleStock.java new file mode 100644 index 0000000..f350d33 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreProductSaleStock.java @@ -0,0 +1,502 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店商品规格库存 + * 表代码:cy_store_product_sale_stock + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreProductSaleStock") +public class StoreProductSaleStock extends BaseEntity { + + private static final long serialVersionUID = 1541999700797577931L; + + /** + *大类ID + */ + private String seriesId; + + /** + *大类名称 + */ + private String seriesName; + + /** + *类别路径 + */ + private String typePath; + + /** + *类别ID + */ + private String typeId; + + /** + *类别名 + */ + private String typeName; + + /** + *商品ID + */ + private String productId; + + /** + *商品编号 + */ + private String productNo; + + /** + *商品名称 + */ + private String productName; + + /** + *商品规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String sepcName; + + /** + *产品单位 + */ + private String productUnitId; + + /** + *产品单位名 + */ + private String productUnitName; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *库存总数量 + */ + private Double totalStock; + + /** + *已出售数量 + */ + private Double saleStock; + + /** + *剩余数量 + */ + private Double stock; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :大类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSeriesId() { + return this.seriesId; + } + + /** + * 字段名称 :大类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSeriesId(String seriesId) { + this.seriesId = seriesId; + } + + /** + * 字段名称 :大类名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSeriesName() { + return this.seriesName; + } + + /** + * 字段名称 :大类名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSeriesName(String seriesName) { + this.seriesName = seriesName; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :商品规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :商品规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSepcName() { + return this.sepcName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSepcName(String sepcName) { + this.sepcName = sepcName; + } + + /** + * 字段名称 :产品单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductUnitId() { + return this.productUnitId; + } + + /** + * 字段名称 :产品单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductUnitId(String productUnitId) { + this.productUnitId = productUnitId; + } + + /** + * 字段名称 :产品单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductUnitName() { + return this.productUnitName; + } + + /** + * 字段名称 :产品单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductUnitName(String productUnitName) { + this.productUnitName = productUnitName; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :库存总数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getTotalStock() { + return this.totalStock; + } + + /** + * 字段名称 :库存总数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setTotalStock(Double totalStock) { + this.totalStock = totalStock; + } + + /** + * 字段名称 :已出售数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSaleStock() { + return this.saleStock; + } + + /** + * 字段名称 :已出售数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSaleStock(Double saleStock) { + this.saleStock = saleStock; + } + + /** + * 字段名称 :剩余数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getStock() { + return this.stock; + } + + /** + * 字段名称 :剩余数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setStock(Double stock) { + this.stock = stock; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTemplate.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTemplate.java new file mode 100644 index 0000000..34f6906 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTemplate.java @@ -0,0 +1,97 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:总部门店库存盘点模板 + * 表代码:cy_store_stock_check_template + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreStockCheckTemplate") +public class StoreStockCheckTemplate extends BaseEntity { + + private static final long serialVersionUID = 1971898147521980681L; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *备注信息 + */ + private String description; + + private String storeId; + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTemplateDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTemplateDetail.java new file mode 100644 index 0000000..0c609e2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTemplateDetail.java @@ -0,0 +1,226 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:总部门店库存盘点模块明细 + * 表代码:cy_store_stock_check_template_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreStockCheckTemplateDetail") +public class StoreStockCheckTemplateDetail extends BaseEntity { + + private static final long serialVersionUID = 1333932267593069909L; + + /** + *盘点模板ID + */ + private String ticketId; + + /** + *商品ID + */ + private String productId; + + /** + *商品编号 + */ + private String productNo; + + /** + *商品名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *商品说明 + */ + private String productDescription; + + /** + *库存单位ID + */ + private String stockUnitId; + + /** + *库存单位名称 + */ + private String stockUnitName; + + + /** + * 字段名称 :盘点模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :盘点模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :商品说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :商品说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :库存单位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStockUnitId() { + return this.stockUnitId; + } + + /** + * 字段名称 :库存单位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStockUnitId(String stockUnitId) { + this.stockUnitId = stockUnitId; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStockUnitName() { + return this.stockUnitName; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStockUnitName(String stockUnitName) { + this.stockUnitName = stockUnitName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTicket.java new file mode 100644 index 0000000..1d0e4af --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTicket.java @@ -0,0 +1,203 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店库存盘点单 + * 表代码:cy_store_stock_check_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreStockCheckTicket") +public class StoreStockCheckTicket extends BaseEntity { + + private static final long serialVersionUID = 1924397614913110109L; + + /** + *门店ID + */ + private String storeId; + + /** + *单据编号 + */ + private String no; + + /** + *单据状态 + */ + private Integer status; + + /** + *备注信息 + */ + private String description; + + /** + *制单人 + */ + private String setMan; + + /** + *制单日期 + */ + private Date setDate; + + /** + *审核人 + */ + private String checkMan; + + /** + *审核日期 + */ + private Date checkDate; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSetDate() { + return this.setDate; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSetDate(Date setDate) { + this.setDate = setDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckMan() { + return this.checkMan; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckMan(String checkMan) { + this.checkMan = checkMan; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTicketDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTicketDetail.java new file mode 100644 index 0000000..26d2852 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTicketDetail.java @@ -0,0 +1,486 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +import java.util.Date; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店库存盘点单明细 + * 表代码:cy_store_stock_check_ticket_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreStockCheckTicketDetail") +public class StoreStockCheckTicketDetail extends BaseEntity { + + private static final long serialVersionUID = 1796486254982469227L; + + /** + *盘点单Id + */ + private String ticketId; + + /** + *仓库ID + */ + private String storageId; + + /** + *仓库名称 + */ + private String storageName; + + /** + *商品ID + */ + private String productId; + + /** + *商品编号 + */ + private String productNo; + + /** + *商品名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *商品说明 + */ + private String productDescription; + + /** + *库存单位ID + */ + private String stockUnitId; + + /** + *库存单位名称 + */ + private String stockUnitName; + + /** + *系统价格 + */ + private Double sysPrice; + + /** + *系统数量 + */ + private Double sysAmount; + + /** + *盘点数量 + */ + private Double checkAmount; + + /** + *差异数量 + */ + private Double differenceAmount; + + /** + *系统金额 + */ + private Double sysMoney; + + /** + *盘点金额 + */ + private Double checkMoney; + + /** + *差异金额 + */ + private Double differenceMoney; + + /** + *备注说明 + */ + private String description; + + private String ticketNo; + + private String storeId; + + private Date checkDate; + + public Date getCheckDate() { + return checkDate; + } + + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + + public String getTicketNo() { + return ticketNo; + } + + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :盘点单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :盘点单Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStorageName() { + return this.storageName; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStorageName(String storageName) { + this.storageName = storageName; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :商品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :商品说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :商品说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :库存单位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStockUnitId() { + return this.stockUnitId; + } + + /** + * 字段名称 :库存单位ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStockUnitId(String stockUnitId) { + this.stockUnitId = stockUnitId; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStockUnitName() { + return this.stockUnitName; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStockUnitName(String stockUnitName) { + this.stockUnitName = stockUnitName; + } + + /** + * 字段名称 :系统价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSysPrice() { + return this.sysPrice; + } + + /** + * 字段名称 :系统价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSysPrice(Double sysPrice) { + this.sysPrice = sysPrice; + } + + /** + * 字段名称 :系统数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSysAmount() { + return this.sysAmount; + } + + /** + * 字段名称 :系统数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSysAmount(Double sysAmount) { + this.sysAmount = sysAmount; + } + + /** + * 字段名称 :盘点数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCheckAmount() { + return this.checkAmount; + } + + /** + * 字段名称 :盘点数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCheckAmount(Double checkAmount) { + this.checkAmount = checkAmount; + } + + /** + * 字段名称 :差异数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifferenceAmount() { + return this.differenceAmount; + } + + /** + * 字段名称 :差异数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifferenceAmount(Double differenceAmount) { + this.differenceAmount = differenceAmount; + } + + /** + * 字段名称 :系统金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getSysMoney() { + return this.sysMoney; + } + + /** + * 字段名称 :系统金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setSysMoney(Double sysMoney) { + this.sysMoney = sysMoney; + } + + /** + * 字段名称 :盘点金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCheckMoney() { + return this.checkMoney; + } + + /** + * 字段名称 :盘点金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCheckMoney(Double checkMoney) { + this.checkMoney = checkMoney; + } + + /** + * 字段名称 :差异金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDifferenceMoney() { + return this.differenceMoney; + } + + /** + * 字段名称 :差异金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDifferenceMoney(Double differenceMoney) { + this.differenceMoney = differenceMoney; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTicketLog.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTicketLog.java new file mode 100644 index 0000000..7dcbcb4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreStockCheckTicketLog.java @@ -0,0 +1,133 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店库存盘点单操作记录 + * 表代码:cy_store_stock_check_ticket_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreStockCheckTicketLog") +public class StoreStockCheckTicketLog extends BaseEntity { + + private static final long serialVersionUID = 1815153223976021676L; + + /** + *主单ID + */ + private String ticketId; + + /** + *主单编号 + */ + private String ticketNo; + + /** + *操作类型 + */ + private Integer type; + + /** + *操作状态 + */ + private Integer status; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreStorage.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreStorage.java new file mode 100644 index 0000000..2397751 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreStorage.java @@ -0,0 +1,74 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店仓库 + * 表代码:cy_store_storage + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoreStorage") +public class StoreStorage extends BaseEntity { + + private static final long serialVersionUID = 1907774427709104178L; + + /** + *名称 + */ + private String name; + + /** + *编号 + */ + private String no; + + private String storeId;//门店id; + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageOutTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageOutTicket.java new file mode 100644 index 0000000..0a7dd65 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageOutTicket.java @@ -0,0 +1,318 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店出库单 + * 表代码:cy_store_storage_out_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreStorageOutTicket") +public class StoreStorageOutTicket extends BaseEntity { + + private static final long serialVersionUID = 1343629367585813283L; + + /** + *单据编号 + */ + private String no; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *出库类型 + */ + private Integer type; + + /** + *仓库ID + */ + private String storageId; + + /** + *仓库名称 + */ + private String storageName; + + /** + *备注信息 + */ + private String description; + + /** + *单据状态 + */ + private Integer status; + + /** + *制单人 + */ + private String setMan; + + /** + *制单日期 + */ + private Date setDate; + + /** + *审核人 + */ + private String checkMan; + + /** + *审核日期 + */ + private Date checkDate; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :出库类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :出库类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStorageName() { + return this.storageName; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStorageName(String storageName) { + this.storageName = storageName; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSetDate() { + return this.setDate; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSetDate(Date setDate) { + this.setDate = setDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckMan() { + return this.checkMan; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckMan(String checkMan) { + this.checkMan = checkMan; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageOutTicketDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageOutTicketDetail.java new file mode 100644 index 0000000..0bba7b9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageOutTicketDetail.java @@ -0,0 +1,360 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店出库单明细 + * 表代码:cy_store_storage_out_ticket_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreStorageOutTicketDetail") +public class StoreStorageOutTicketDetail extends BaseEntity { + + private static final long serialVersionUID = 1075532290014408921L; + + /** + *主单ID + */ + private String ticketId; + + /** + *主单编号 + */ + private String ticketNo; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *库存单位 + */ + private String stockUnitId; + + /** + *库存单位名称 + */ + private String stockUnitName; + + /** + *出库数量 + */ + private Double amount; + + /** + *价格 + */ + private Double price; + + /** + *金额 + */ + private Double money; + + /** + *备注说明 + */ + private String description; + + + private Integer type; //出库类型; + + private String typeId;//类别Id; + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + public Integer getType() { + return type; + } + + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStockUnitId() { + return this.stockUnitId; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStockUnitId(String stockUnitId) { + this.stockUnitId = stockUnitId; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStockUnitName() { + return this.stockUnitName; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStockUnitName(String stockUnitName) { + this.stockUnitName = stockUnitName; + } + + /** + * 字段名称 :出库数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :出库数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageOutTicketLog.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageOutTicketLog.java new file mode 100644 index 0000000..555b95b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageOutTicketLog.java @@ -0,0 +1,133 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店出库单操作记录 + * 表代码:cy_store_storage_out_ticket_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreStorageOutTicketLog") +public class StoreStorageOutTicketLog extends BaseEntity { + + private static final long serialVersionUID = 1782487230281939474L; + + /** + *主单ID + */ + private String ticketId; + + /** + *主单编号 + */ + private String ticketNo; + + /** + *操作类型 + */ + private Integer type; + + /** + *操作状态 + */ + private Integer status; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageTicket.java new file mode 100644 index 0000000..b931f66 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageTicket.java @@ -0,0 +1,318 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店入库单 + * 表代码:cy_store_storage_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreStorageTicket") +public class StoreStorageTicket extends BaseEntity { + + private static final long serialVersionUID = 1815104716223949530L; + + /** + *单据编号 + */ + private String no; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *入库类型 + */ + private Integer type; + + /** + *仓库ID + */ + private String storageId; + + /** + *仓库名称 + */ + private String storageName; + + /** + *备注信息 + */ + private String description; + + /** + *单据状态 + */ + private Integer status; + + /** + *制单人 + */ + private String setMan; + + /** + *制单日期 + */ + private Date setDate; + + /** + *审核人 + */ + private String checkMan; + + /** + *审核日期 + */ + private Date checkDate; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :入库类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :入库类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStorageId() { + return this.storageId; + } + + /** + * 字段名称 :仓库ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStorageId(String storageId) { + this.storageId = storageId; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStorageName() { + return this.storageName; + } + + /** + * 字段名称 :仓库名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStorageName(String storageName) { + this.storageName = storageName; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetMan() { + return this.setMan; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetMan(String setMan) { + this.setMan = setMan; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSetDate() { + return this.setDate; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSetDate(Date setDate) { + this.setDate = setDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckMan() { + return this.checkMan; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckMan(String checkMan) { + this.checkMan = checkMan; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageTicketDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageTicketDetail.java new file mode 100644 index 0000000..1c8aac2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageTicketDetail.java @@ -0,0 +1,349 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店入库单明细 + * 表代码:cy_store_storage_ticket_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreStorageTicketDetail") +public class StoreStorageTicketDetail extends BaseEntity { + + private static final long serialVersionUID = 1983004246093435330L; + + /** + *主单ID + */ + private String ticketId; + + /** + *主单编号 + */ + private String ticketNo; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *库存单位 + */ + private String stockUnitId; + + /** + *库存单位名称 + */ + private String stockUnitName; + + /** + *入库数量 + */ + private Double amount; + + /** + *价格 + */ + private Double price; + + /** + *金额 + */ + private Double money; + + /** + *备注说明 + */ + private String description; + + private Integer type; //入库类型; + + public Integer getType() { + return type; + } + + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStockUnitId() { + return this.stockUnitId; + } + + /** + * 字段名称 :库存单位 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStockUnitId(String stockUnitId) { + this.stockUnitId = stockUnitId; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStockUnitName() { + return this.stockUnitName; + } + + /** + * 字段名称 :库存单位名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStockUnitName(String stockUnitName) { + this.stockUnitName = stockUnitName; + } + + /** + * 字段名称 :入库数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :入库数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :价格 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageTicketLog.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageTicketLog.java new file mode 100644 index 0000000..0233095 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreStorageTicketLog.java @@ -0,0 +1,133 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店入库单操作记录 + * 表代码:cy_store_storage_ticket_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreStorageTicketLog") +public class StoreStorageTicketLog extends BaseEntity { + + private static final long serialVersionUID = 1347325598992940747L; + + /** + *主单ID + */ + private String ticketId; + + /** + *主单编号 + */ + private String ticketNo; + + /** + *操作类型 + */ + private Integer type; + + /** + *操作状态 + */ + private Integer status; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :主单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :主单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreType.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreType.java new file mode 100644 index 0000000..405afd0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreType.java @@ -0,0 +1,110 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店类型 + * 表代码:cy_store_type + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreType") +public class StoreType extends BaseEntity { + + private static final long serialVersionUID = 1092690849190640453L; + + /** + *分类编号 + */ + private String no; + + /** + *分类名称 + */ + private String name; + + /** + *标识符 + */ + private String sign; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :分类编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :分类编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :标识符 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :标识符 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSign(String sign) { + this.sign = sign; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreWorker.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreWorker.java new file mode 100644 index 0000000..11b6d44 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreWorker.java @@ -0,0 +1,341 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店员工管理 + * 表代码:cy_store_worker + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreWorker") +public class StoreWorker extends BaseEntity { + + private static final long serialVersionUID = 1950112555701683226L; + + /** + *门店ID + */ + private String storeId; + + /** + *部门ID + */ + private String departmentId; + + /** + *人员工号 + */ + private String no; + + /** + *人员姓名 + */ + private String name; + + /** + *性别 + */ + private Integer sex; + + /** + *出生日期 + */ + private Date birthday; + + /** + *邮箱 + */ + private String email; + + /** + *手机 + */ + private String mobile; + + /** + *是否登陆后台 + */ + private Integer isAdmin; + + /** + *登录密码 + */ + private String passwd; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *备注 + */ + private String description; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *编号类型 + */ + private Integer noType; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :部门ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDepartmentId() { + return this.departmentId; + } + + /** + * 字段名称 :部门ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDepartmentId(String departmentId) { + this.departmentId = departmentId; + } + + /** + * 字段名称 :人员工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :人员工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :人员姓名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :人员姓名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :性别 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSex() { + return this.sex; + } + + /** + * 字段名称 :性别 + * 数据类型 :int + * 是否必填 :false + */ + public void setSex(Integer sex) { + this.sex = sex; + } + + /** + * 字段名称 :出生日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getBirthday() { + return this.birthday; + } + + /** + * 字段名称 :出生日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setBirthday(Date birthday) { + this.birthday = birthday; + } + + /** + * 字段名称 :邮箱 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getEmail() { + return this.email; + } + + /** + * 字段名称 :邮箱 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setEmail(String email) { + this.email = email; + } + + /** + * 字段名称 :手机 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :手机 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :是否登陆后台 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsAdmin() { + return this.isAdmin; + } + + /** + * 字段名称 :是否登陆后台 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsAdmin(Integer isAdmin) { + this.isAdmin = isAdmin; + } + + /** + * 字段名称 :登录密码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getPasswd() { + return this.passwd; + } + + /** + * 字段名称 :登录密码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setPasswd(String passwd) { + this.passwd = passwd; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :编号类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getNoType() { + return this.noType; + } + + /** + * 字段名称 :编号类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setNoType(Integer noType) { + this.noType = noType; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoreWorkerExt.java b/food-api/src/main/java/com/jwsaas/entity/food/StoreWorkerExt.java new file mode 100644 index 0000000..b746be5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoreWorkerExt.java @@ -0,0 +1,156 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店员工扩展信息 + * 表代码:cy_store_worker_ext + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "StoreWorkerExt") +public class StoreWorkerExt extends BaseEntity { + + private static final long serialVersionUID = 1961232610966424583L; + + /** + *员工ID + */ + private String workerId; + + /** + *员工工号 + */ + private String workerNo; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *登录密码 + */ + private String passwd; + + /** + *备注 + */ + private String description; + + + /** + * 字段名称 :员工ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getWorkerId() { + return this.workerId; + } + + /** + * 字段名称 :员工ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setWorkerId(String workerId) { + this.workerId = workerId; + } + + /** + * 字段名称 :员工工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWorkerNo() { + return this.workerNo; + } + + /** + * 字段名称 :员工工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWorkerNo(String workerNo) { + this.workerNo = workerNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :登录密码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getPasswd() { + return this.passwd; + } + + /** + * 字段名称 :登录密码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setPasswd(String passwd) { + this.passwd = passwd; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/Storetable.java b/food-api/src/main/java/com/jwsaas/entity/food/Storetable.java new file mode 100644 index 0000000..a4a088f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/Storetable.java @@ -0,0 +1,225 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:餐桌资料 + * 表代码:cy_storetable + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "Storetable") +public class Storetable extends BaseEntity { + + private static final long serialVersionUID = 1007377880020938647L; + + /** + *门店ID + */ + private String storeId; + + /** + *区域ID + */ + private String areaId; + + /** + *类型ID + */ + private String typeId; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *人数 + */ + private Integer number; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *别名 + */ + private String aliasName; + + /** + *备注 + */ + private String description; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :区域ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAreaId() { + return this.areaId; + } + + /** + * 字段名称 :区域ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAreaId(String areaId) { + this.areaId = areaId; + } + + /** + * 字段名称 :类型ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类型ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :人数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getNumber() { + return this.number; + } + + /** + * 字段名称 :人数 + * 数据类型 :int + * 是否必填 :false + */ + public void setNumber(Integer number) { + this.number = number; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :别名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAliasName() { + return this.aliasName; + } + + /** + * 字段名称 :别名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAliasName(String aliasName) { + this.aliasName = aliasName; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoretableArea.java b/food-api/src/main/java/com/jwsaas/entity/food/StoretableArea.java new file mode 100644 index 0000000..321fa3d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoretableArea.java @@ -0,0 +1,88 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:餐桌区域 + * 表代码:cy_storetable_area + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoretableArea") +public class StoretableArea extends BaseEntity { + + private static final long serialVersionUID = 1797907791586130436L; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/StoretableType.java b/food-api/src/main/java/com/jwsaas/entity/food/StoretableType.java new file mode 100644 index 0000000..eed143b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/StoretableType.java @@ -0,0 +1,111 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:餐桌类型 + * 表代码:cy_storetable_type + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"StoretableType") +public class StoretableType extends BaseEntity { + + private static final long serialVersionUID = 1376911995073924929L; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *颜色 + */ + private String color; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :颜色 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getColor() { + return this.color; + } + + /** + * 字段名称 :颜色 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setColor(String color) { + this.color = color; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/Supplier.java b/food-api/src/main/java/com/jwsaas/entity/food/Supplier.java new file mode 100644 index 0000000..3b2a2ec --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/Supplier.java @@ -0,0 +1,410 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:供应商信息 + * 表代码:cy_supplier + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "Supplier") +public class Supplier extends BaseEntity { + + private static final long serialVersionUID = 1277152058886245901L; + + /** + *类别ID + */ + private String typeId; + + /** + *供应商编号 + */ + private String no; + + /** + *供应商名称 + */ + private String name; + + /** + *供应商简称 + */ + private String shortName; + + /** + *单位性质 + */ + private String enterpriseNature; + + /** + *状态 + */ + private Integer status; + + /** + *地址 + */ + private String address; + + /** + *联系人 + */ + private String linkMan; + + /** + *联系电话 + */ + private String mobile; + + /** + *传真 + */ + private String fax; + + /** + *邮编 + */ + private String code; + + /** + *电子邮箱 + */ + private String email; + + /** + *开户银行 + */ + private String depositBank; + + /** + *信誉等级 + */ + private String reputationLevel; + + /** + *银行账号 + */ + private String bankAccount; + + /** + *登记日期 + */ + private Date registerDate; + + /** + *备注描述 + */ + private String description; + + + /** + * 字段名称 :类别ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :供应商编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :供应商编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :供应商名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :供应商名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :供应商简称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getShortName() { + return this.shortName; + } + + /** + * 字段名称 :供应商简称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setShortName(String shortName) { + this.shortName = shortName; + } + + /** + * 字段名称 :单位性质 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getEnterpriseNature() { + return this.enterpriseNature; + } + + /** + * 字段名称 :单位性质 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setEnterpriseNature(String enterpriseNature) { + this.enterpriseNature = enterpriseNature; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAddress() { + return this.address; + } + + /** + * 字段名称 :地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :联系人 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getLinkMan() { + return this.linkMan; + } + + /** + * 字段名称 :联系人 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setLinkMan(String linkMan) { + this.linkMan = linkMan; + } + + /** + * 字段名称 :联系电话 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :联系电话 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :传真 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getFax() { + return this.fax; + } + + /** + * 字段名称 :传真 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setFax(String fax) { + this.fax = fax; + } + + /** + * 字段名称 :邮编 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCode() { + return this.code; + } + + /** + * 字段名称 :邮编 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCode(String code) { + this.code = code; + } + + /** + * 字段名称 :电子邮箱 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getEmail() { + return this.email; + } + + /** + * 字段名称 :电子邮箱 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setEmail(String email) { + this.email = email; + } + + /** + * 字段名称 :开户银行 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDepositBank() { + return this.depositBank; + } + + /** + * 字段名称 :开户银行 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDepositBank(String depositBank) { + this.depositBank = depositBank; + } + + /** + * 字段名称 :信誉等级 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getReputationLevel() { + return this.reputationLevel; + } + + /** + * 字段名称 :信誉等级 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setReputationLevel(String reputationLevel) { + this.reputationLevel = reputationLevel; + } + + /** + * 字段名称 :银行账号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBankAccount() { + return this.bankAccount; + } + + /** + * 字段名称 :银行账号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBankAccount(String bankAccount) { + this.bankAccount = bankAccount; + } + + /** + * 字段名称 :登记日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getRegisterDate() { + return this.registerDate; + } + + /** + * 字段名称 :登记日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setRegisterDate(Date registerDate) { + this.registerDate = registerDate; + } + + /** + * 字段名称 :备注描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/SupplierType.java b/food-api/src/main/java/com/jwsaas/entity/food/SupplierType.java new file mode 100644 index 0000000..ca31589 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/SupplierType.java @@ -0,0 +1,64 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:供应商类别 + * 表代码:cy_supplier_type + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "SupplierType") +public class SupplierType extends BaseEntity { + + private static final long serialVersionUID = 1163813347178370079L; + + /** + *类别编号 + */ + private String no; + + /** + *类别名称 + */ + private String name; + + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :类别编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :类别名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :类别名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/TaskSchedule.java b/food-api/src/main/java/com/jwsaas/entity/food/TaskSchedule.java new file mode 100644 index 0000000..c7f40e0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/TaskSchedule.java @@ -0,0 +1,249 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:任务管理 + * 表代码:cy_task_schedule + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"TaskSchedule") +public class TaskSchedule extends BaseEntity { + + private static final long serialVersionUID = 1062131720513160917L; + + /** + *执行器标识 + */ + private String groupSign; + + /** + *标识 + */ + private String sign; + + /** + *任务描述 + */ + private String jobDesc; + + /** + *cron表达式 + */ + private String jobCron; + + /** + *执行器Handler + */ + private String executorHandler; + + /** + *执行参数 + */ + private String executorParam; + + /** + *报警邮件 + */ + private String alarmEmail; + + /** + *负责人 + */ + private String author; + + /** + *状态 + */ + private Integer status; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :执行器标识 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getGroupSign() { + return this.groupSign; + } + + /** + * 字段名称 :执行器标识 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setGroupSign(String groupSign) { + this.groupSign = groupSign; + } + + /** + * 字段名称 :标识 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :标识 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setSign(String sign) { + this.sign = sign; + } + + /** + * 字段名称 :任务描述 + * 数据类型 :varchar(256) + * 是否必填 :true + */ + public String getJobDesc() { + return this.jobDesc; + } + + /** + * 字段名称 :任务描述 + * 数据类型 :varchar(256) + * 是否必填 :true + */ + public void setJobDesc(String jobDesc) { + this.jobDesc = jobDesc; + } + + /** + * 字段名称 :cron表达式 + * 数据类型 :varchar(256) + * 是否必填 :true + */ + public String getJobCron() { + return this.jobCron; + } + + /** + * 字段名称 :cron表达式 + * 数据类型 :varchar(256) + * 是否必填 :true + */ + public void setJobCron(String jobCron) { + this.jobCron = jobCron; + } + + /** + * 字段名称 :执行器Handler + * 数据类型 :varchar(256) + * 是否必填 :true + */ + public String getExecutorHandler() { + return this.executorHandler; + } + + /** + * 字段名称 :执行器Handler + * 数据类型 :varchar(256) + * 是否必填 :true + */ + public void setExecutorHandler(String executorHandler) { + this.executorHandler = executorHandler; + } + + /** + * 字段名称 :执行参数 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getExecutorParam() { + return this.executorParam; + } + + /** + * 字段名称 :执行参数 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setExecutorParam(String executorParam) { + this.executorParam = executorParam; + } + + /** + * 字段名称 :报警邮件 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getAlarmEmail() { + return this.alarmEmail; + } + + /** + * 字段名称 :报警邮件 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setAlarmEmail(String alarmEmail) { + this.alarmEmail = alarmEmail; + } + + /** + * 字段名称 :负责人 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getAuthor() { + return this.author; + } + + /** + * 字段名称 :负责人 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setAuthor(String author) { + this.author = author; + } + + /** + * 字段名称 :状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ThuselevelTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/ThuselevelTicket.java new file mode 100644 index 0000000..ff3470f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ThuselevelTicket.java @@ -0,0 +1,180 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:万元用量管理 + * 表代码:cy_thuselevel_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ThuselevelTicket") +public class ThuselevelTicket extends BaseEntity { + + private static final long serialVersionUID = 1922923911173198090L; + + /** + *单据编号 + */ + private String no; + + /** + *单据状态 + */ + private Integer status; + + /** + *制单人 + */ + private String makeUser; + + /** + *制单日期 + */ + private Date makeDate; + + /** + *审核人 + */ + private String checkUser; + + /** + *审核日期 + */ + private Date checkDate; + + /** + *备注说明 + */ + private String description; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getMakeUser() { + return this.makeUser; + } + + /** + * 字段名称 :制单人 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setMakeUser(String makeUser) { + this.makeUser = makeUser; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :true + */ + public Date getMakeDate() { + return this.makeDate; + } + + /** + * 字段名称 :制单日期 + * 数据类型 :datetime + * 是否必填 :true + */ + public void setMakeDate(Date makeDate) { + this.makeDate = makeDate; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCheckUser() { + return this.checkUser; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCheckUser(String checkUser) { + this.checkUser = checkUser; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ThuselevelTicketMaterial.java b/food-api/src/main/java/com/jwsaas/entity/food/ThuselevelTicketMaterial.java new file mode 100644 index 0000000..d179b47 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ThuselevelTicketMaterial.java @@ -0,0 +1,295 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:万元用量原料 + * 表代码:cy_thuselevel_ticket_material + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ThuselevelTicketMaterial") +public class ThuselevelTicketMaterial extends BaseEntity { + + private static final long serialVersionUID = 1496068794169382933L; + + /** + *万元用量单ID + */ + private String ticketId; + + /** + *原料ID + */ + private String productId; + + /** + *原料编号 + */ + private String productNo; + + /** + *原料名称 + */ + private String productName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *原料说明 + */ + private String productDescription; + + /** + *包装单位(分店库存单位) + */ + private String packUnitId; + + /** + *包装单位 + */ + private String packUnit; + + /** + *理论万元用量 + */ + private Double thUseLevel; + + /** + *单项成本 + */ + private Double cost; + + /** + *备注 + */ + private String description; + + + /** + * 字段名称 :万元用量单ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :万元用量单ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :原料ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :原料编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :原料名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getProductDescription() { + return this.productDescription; + } + + /** + * 字段名称 :原料说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setProductDescription(String productDescription) { + this.productDescription = productDescription; + } + + /** + * 字段名称 :包装单位(分店库存单位) + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPackUnitId() { + return this.packUnitId; + } + + /** + * 字段名称 :包装单位(分店库存单位) + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPackUnitId(String packUnitId) { + this.packUnitId = packUnitId; + } + + /** + * 字段名称 :包装单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPackUnit() { + return this.packUnit; + } + + /** + * 字段名称 :包装单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPackUnit(String packUnit) { + this.packUnit = packUnit; + } + + /** + * 字段名称 :理论万元用量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getThUseLevel() { + return this.thUseLevel; + } + + /** + * 字段名称 :理论万元用量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setThUseLevel(Double thUseLevel) { + this.thUseLevel = thUseLevel; + } + + /** + * 字段名称 :单项成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCost() { + return this.cost; + } + + /** + * 字段名称 :单项成本 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCost(Double cost) { + this.cost = cost; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/ThuselevelTicketStore.java b/food-api/src/main/java/com/jwsaas/entity/food/ThuselevelTicketStore.java new file mode 100644 index 0000000..64728f4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/ThuselevelTicketStore.java @@ -0,0 +1,111 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:万元用量单门店 + * 表代码:cy_thuselevel_ticket_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ThuselevelTicketStore") +public class ThuselevelTicketStore extends BaseEntity { + + private static final long serialVersionUID = 1367130655199644983L; + + /** + *万元用量单ID + */ + private String ticketId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + + /** + * 字段名称 :万元用量单ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :万元用量单ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/TicketPrintSetting.java b/food-api/src/main/java/com/jwsaas/entity/food/TicketPrintSetting.java new file mode 100644 index 0000000..a584a70 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/TicketPrintSetting.java @@ -0,0 +1,110 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:单据打印设置 + * 表代码:cy_ticket_print_setting + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "TicketPrintSetting") +public class TicketPrintSetting extends BaseEntity { + + private static final long serialVersionUID = 1033521874718884096L; + + /** + *单据标识 + */ + private String ticketSign; + + /** + *键 + */ + private String key; + + /** + *值 + */ + private String value; + + /** + *备注信息 + */ + private String description; + + + /** + * 字段名称 :单据标识 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketSign() { + return this.ticketSign; + } + + /** + * 字段名称 :单据标识 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketSign(String ticketSign) { + this.ticketSign = ticketSign; + } + + /** + * 字段名称 :键 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getKey() { + return this.key; + } + + /** + * 字段名称 :键 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setKey(String key) { + this.key = key; + } + + /** + * 字段名称 :值 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getValue() { + return this.value; + } + + /** + * 字段名称 :值 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setValue(String value) { + this.value = value; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/User.java b/food-api/src/main/java/com/jwsaas/entity/food/User.java new file mode 100644 index 0000000..7168da1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/User.java @@ -0,0 +1,228 @@ +package com.jwsaas.entity.food; + +import java.util.Date; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:用户表 表代码:shared_user + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "User") +public class User extends BaseEntity { + + private static final long serialVersionUID = 1042182444696170928L; + + /** + * 登录名称 + */ + private String userName; + + /** + * 登录密码 + */ + private String passwd; + + /** + * 电子信箱 + */ + private String email; + + /** + * 用户昵称 + */ + private String nickName; + + /** + * 用户姓名 + */ + private String realName; + + /** + * 性别 + */ + private Integer sex; + + /** + * 手机号码 + */ + private String mobile; + + /** + * 出生日期 + */ + private Date birthday; + + /** + * 用户状态 + */ + private Integer status; + + /** + * 用户身份标识 + */ + private Integer identityFlag; + + /** + * 备注说明 + */ + private String description; + + /** + * 字段名称 :登录名称 数据类型 :varchar(32) 是否必填 :true + */ + public String getUserName() { + return this.userName; + } + + /** + * 字段名称 :登录名称 数据类型 :varchar(32) 是否必填 :true + */ + public void setUserName(String userName) { + this.userName = userName; + } + + /** + * 字段名称 :登录密码 数据类型 :varchar(64) 是否必填 :true + */ + public String getPasswd() { + return this.passwd; + } + + /** + * 字段名称 :登录密码 数据类型 :varchar(64) 是否必填 :true + */ + public void setPasswd(String passwd) { + this.passwd = passwd; + } + + /** + * 字段名称 :电子信箱 数据类型 :varchar(32) 是否必填 :false + */ + public String getEmail() { + return this.email; + } + + /** + * 字段名称 :电子信箱 数据类型 :varchar(32) 是否必填 :false + */ + public void setEmail(String email) { + this.email = email; + } + + /** + * 字段名称 :用户昵称 数据类型 :varchar(16) 是否必填 :false + */ + public String getNickName() { + return this.nickName; + } + + /** + * 字段名称 :用户昵称 数据类型 :varchar(16) 是否必填 :false + */ + public void setNickName(String nickName) { + this.nickName = nickName; + } + + /** + * 字段名称 :用户姓名 数据类型 :varchar(16) 是否必填 :false + */ + public String getRealName() { + return this.realName; + } + + /** + * 字段名称 :用户姓名 数据类型 :varchar(16) 是否必填 :false + */ + public void setRealName(String realName) { + this.realName = realName; + } + + /** + * 字段名称 :性别 数据类型 :int 是否必填 :false + */ + public Integer getSex() { + return this.sex; + } + + /** + * 字段名称 :性别 数据类型 :int 是否必填 :false + */ + public void setSex(Integer sex) { + this.sex = sex; + } + + /** + * 字段名称 :手机号码 数据类型 :varchar(16) 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :手机号码 数据类型 :varchar(16) 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :出生日期 数据类型 :datetime 是否必填 :false + */ + public Date getBirthday() { + return this.birthday; + } + + /** + * 字段名称 :出生日期 数据类型 :datetime 是否必填 :false + */ + public void setBirthday(Date birthday) { + this.birthday = birthday; + } + + /** + * 字段名称 :用户状态 数据类型 :int 是否必填 :true + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :用户状态 数据类型 :int 是否必填 :true + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :用户身份标识 数据类型 :int 是否必填 :true + */ + public Integer getIdentityFlag() { + return identityFlag; + } + + /** + * 字段名称 :用户身份标识 数据类型 :int 是否必填 :true + */ + public void setIdentityFlag(Integer identityFlag) { + this.identityFlag = identityFlag; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/Visitor.java b/food-api/src/main/java/com/jwsaas/entity/food/Visitor.java new file mode 100644 index 0000000..197fc0b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/Visitor.java @@ -0,0 +1,303 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:熟客信息 + * 表代码:cy_visitor + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "Visitor") +public class Visitor extends BaseEntity { + + private static final long serialVersionUID = 1282965427427826399L; + + /** + *门店ID + */ + private String storeId; + + /** + *编号 + */ + private String no; + + /** + *来电号码 + */ + private String tel; + + /** + *姓名 + */ + private String name; + + /** + *拼音 + */ + private String spell; + + /** + *性别 + */ + private Integer sex; + + /** + *称谓 + */ + private String title; + + /** + *职位 + */ + private String position; + + /** + *联系方式一 + */ + private String fphone; + + /** + *联系方式二 + */ + private String sphone; + + /** + *备注说明 + */ + private String description; + + /** + *删除标识 + */ + private Integer deleteFlag; + + private String address;//地址; + + public String getAddress() { + return address; + } + + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :来电号码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTel() { + return this.tel; + } + + /** + * 字段名称 :来电号码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTel(String tel) { + this.tel = tel; + } + + /** + * 字段名称 :姓名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :姓名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :拼音 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSpell() { + return this.spell; + } + + /** + * 字段名称 :拼音 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSpell(String spell) { + this.spell = spell; + } + + /** + * 字段名称 :性别 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSex() { + return this.sex; + } + + /** + * 字段名称 :性别 + * 数据类型 :int + * 是否必填 :false + */ + public void setSex(Integer sex) { + this.sex = sex; + } + + /** + * 字段名称 :称谓 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTitle() { + return this.title; + } + + /** + * 字段名称 :称谓 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTitle(String title) { + this.title = title; + } + + /** + * 字段名称 :职位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPosition() { + return this.position; + } + + /** + * 字段名称 :职位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPosition(String position) { + this.position = position; + } + + /** + * 字段名称 :联系方式一 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getFphone() { + return this.fphone; + } + + /** + * 字段名称 :联系方式一 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setFphone(String fphone) { + this.fphone = fphone; + } + + /** + * 字段名称 :联系方式二 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSphone() { + return this.sphone; + } + + /** + * 字段名称 :联系方式二 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSphone(String sphone) { + this.sphone = sphone; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VisitorAddress.java b/food-api/src/main/java/com/jwsaas/entity/food/VisitorAddress.java new file mode 100644 index 0000000..430d903 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VisitorAddress.java @@ -0,0 +1,206 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:熟客常用地址 + * 表代码:cy_visitor_address + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "VisitorAddress") +public class VisitorAddress extends BaseEntity { + + private static final long serialVersionUID = 1030004845895954605L; + + /** + *门店ID + */ + private String storeId; + + /** + *熟客ID + */ + private String visitorId; + + /** + *联系人 + */ + private String name; + + /** + *联系电话 + */ + private String telephone; + + /** + *所在地区 + */ + private String areaName; + + /** + *详细地址 + */ + private String address; + + /** + *备注说明 + */ + private String description; + + private String tel; // 来电号码; + private String visitorName; + private String visitorNo; + private String sex;//熟客性别; + + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + public String getTel() { + return tel; + } + + public void setTel(String tel) { + this.tel = tel; + } + + public String getVisitorName() { + return visitorName; + } + + public void setVisitorName(String visitorName) { + this.visitorName = visitorName; + } + + public String getVisitorNo() { + return visitorNo; + } + + public void setVisitorNo(String visitorNo) { + this.visitorNo = visitorNo; + } + + public String getSex() { + return sex; + } + + public void setSex(String sex) { + this.sex = sex; + } + + /** + * 字段名称 :熟客ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getVisitorId() { + return this.visitorId; + } + + /** + * 字段名称 :熟客ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setVisitorId(String visitorId) { + this.visitorId = visitorId; + } + + /** + * 字段名称 :联系人 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :联系人 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :联系电话 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTelephone() { + return this.telephone; + } + + /** + * 字段名称 :联系电话 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTelephone(String telephone) { + this.telephone = telephone; + } + + /** + * 字段名称 :所在地区 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getAreaName() { + return this.areaName; + } + + /** + * 字段名称 :所在地区 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setAreaName(String areaName) { + this.areaName = areaName; + } + + /** + * 字段名称 :详细地址 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getAddress() { + return this.address; + } + + /** + * 字段名称 :详细地址 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VisitorTag.java b/food-api/src/main/java/com/jwsaas/entity/food/VisitorTag.java new file mode 100644 index 0000000..f46c58f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VisitorTag.java @@ -0,0 +1,87 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:熟客标签 + * 表代码:cy_visitor_tag + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "VisitorTag") +public class VisitorTag extends BaseEntity { + + private static final long serialVersionUID = 1244567176217975172L; + + /** + *门店ID + */ + private String storeId; + + + /** + *熟客ID + */ + private String visitorId; + + /** + *标签名称 + */ + private String name; + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :熟客ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getVisitorId() { + return this.visitorId; + } + + /** + * 字段名称 :熟客ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setVisitorId(String visitorId) { + this.visitorId = visitorId; + } + + /** + * 字段名称 :标签名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :标签名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VposAdPicture.java b/food-api/src/main/java/com/jwsaas/entity/food/VposAdPicture.java new file mode 100644 index 0000000..0aff7d2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VposAdPicture.java @@ -0,0 +1,226 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:广告图片 + * 表代码:cy_vpos_ad_picture + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"VposAdPicture") +public class VposAdPicture extends BaseEntity { + + private static final long serialVersionUID = 1925059886562895684L; + + /** + *类型 + */ + private Integer type; + + /** + *显示序号 + */ + private String orderNo; + + /** + *图片名称 + */ + private String name; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *链接地址 + */ + private String linkUrl; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getLinkUrl() { + return this.linkUrl; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setLinkUrl(String linkUrl) { + this.linkUrl = linkUrl; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VposBusinessOrderUpload.java b/food-api/src/main/java/com/jwsaas/entity/food/VposBusinessOrderUpload.java new file mode 100644 index 0000000..248f329 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VposBusinessOrderUpload.java @@ -0,0 +1,55 @@ +package com.jwsaas.entity.food; + +import java.io.Serializable; +import java.util.List; + +public class VposBusinessOrderUpload implements Serializable { + + private static final long serialVersionUID = 4356140469640931165L; + + public VposStoreBusinessTicket ticket; + public List ticketInfos; + public List products; + public List productInfos; + public List makes; + + public VposStoreBusinessTicket getTicket() { + return ticket; + } + + public void setTicket(VposStoreBusinessTicket ticket) { + this.ticket = ticket; + } + + public List getTicketInfos() { + return ticketInfos; + } + + public void setTicketInfos(List ticketInfos) { + this.ticketInfos = ticketInfos; + } + + public List getProducts() { + return products; + } + + public void setProducts(List products) { + this.products = products; + } + + public List getProductInfos() { + return productInfos; + } + + public void setProductInfos(List productInfos) { + this.productInfos = productInfos; + } + + public List getMakes() { + return makes; + } + + public void setMakes(List makes) { + this.makes = makes; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VposCcbfzAccount.java b/food-api/src/main/java/com/jwsaas/entity/food/VposCcbfzAccount.java new file mode 100644 index 0000000..3ebe661 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VposCcbfzAccount.java @@ -0,0 +1,157 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:档口商户建行分账账户信息 + * 表代码:cy_vpos_ccbfz_account + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"VposCcbfzAccount") +public class VposCcbfzAccount extends BaseEntity { + + private static final long serialVersionUID = 1394965134718990595L; + + /** + *档口Id + */ + private String seriesId; + + /** + *编号类型 + */ + private String receiveNoType; + + /** + *收款编号 + */ + private String receiveNo; + + /** + *账号类型 + */ + private String acountType; + + /** + *费用名称 + */ + private String feeName; + + /** + *退款标志 + */ + private Integer refundSign; + + + /** + * 字段名称 :档口Id + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getSeriesId() { + return this.seriesId; + } + + /** + * 字段名称 :档口Id + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setSeriesId(String seriesId) { + this.seriesId = seriesId; + } + + /** + * 字段名称 :编号类型 + * 数据类型 :varchar(4) + * 是否必填 :false + */ + public String getReceiveNoType() { + return this.receiveNoType; + } + + /** + * 字段名称 :编号类型 + * 数据类型 :varchar(4) + * 是否必填 :false + */ + public void setReceiveNoType(String receiveNoType) { + this.receiveNoType = receiveNoType; + } + + /** + * 字段名称 :收款编号 + * 数据类型 :varchar(27) + * 是否必填 :false + */ + public String getReceiveNo() { + return this.receiveNo; + } + + /** + * 字段名称 :收款编号 + * 数据类型 :varchar(27) + * 是否必填 :false + */ + public void setReceiveNo(String receiveNo) { + this.receiveNo = receiveNo; + } + + /** + * 字段名称 :账号类型 + * 数据类型 :varchar(4) + * 是否必填 :false + */ + public String getAcountType() { + return this.acountType; + } + + /** + * 字段名称 :账号类型 + * 数据类型 :varchar(4) + * 是否必填 :false + */ + public void setAcountType(String acountType) { + this.acountType = acountType; + } + + /** + * 字段名称 :费用名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getFeeName() { + return this.feeName; + } + + /** + * 字段名称 :费用名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setFeeName(String feeName) { + this.feeName = feeName; + } + + /** + * 字段名称 :退款标志 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getRefundSign() { + return this.refundSign; + } + + /** + * 字段名称 :退款标志 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setRefundSign(Integer refundSign) { + this.refundSign = refundSign; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VposProductEvaluate.java b/food-api/src/main/java/com/jwsaas/entity/food/VposProductEvaluate.java new file mode 100644 index 0000000..6187814 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VposProductEvaluate.java @@ -0,0 +1,502 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品评价表 + * 表代码:cy_vpos_product_evaluate + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"VposProductEvaluate") +public class VposProductEvaluate extends BaseEntity { + + private static final long serialVersionUID = 1031416792368244416L; + + /** + *会员ID + */ + private String memberId; + + /** + *会员openId + */ + private String openId; + + /** + *手机号 + */ + private String mobile; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *大类ID + */ + private String seriesId; + + /** + *大类名称 + */ + private String seriesName; + + /** + *类别路径 + */ + private String typePath; + + /** + *类别ID + */ + private String typeId; + + /** + *类别名 + */ + private String typeName; + + /** + *产品ID + */ + private String productId; + + /** + *产品编号 + */ + private String productNo; + + /** + *产品名称 + */ + private String productName; + + /** + *头像 + */ + private String touxiang; + + /** + *会员姓名 + */ + private String memberName; + + /** + *评价内容 + */ + private String memo; + + /** + *评价类型 + */ + private Integer type; + + /** + *评级 + */ + private Integer level; + + /** + *评价时间 + */ + private Date tickingTime; + + /** + *状态 + */ + private Integer status; + + + /** + * 字段名称 :会员ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberId() { + return this.memberId; + } + + /** + * 字段名称 :会员ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberId(String memberId) { + this.memberId = memberId; + } + + /** + * 字段名称 :会员openId + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOpenId() { + return this.openId; + } + + /** + * 字段名称 :会员openId + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOpenId(String openId) { + this.openId = openId; + } + + /** + * 字段名称 :手机号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :手机号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :大类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSeriesId() { + return this.seriesId; + } + + /** + * 字段名称 :大类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSeriesId(String seriesId) { + this.seriesId = seriesId; + } + + /** + * 字段名称 :大类名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSeriesName() { + return this.seriesName; + } + + /** + * 字段名称 :大类名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSeriesName(String seriesName) { + this.seriesName = seriesName; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :头像 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getTouxiang() { + return this.touxiang; + } + + /** + * 字段名称 :头像 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setTouxiang(String touxiang) { + this.touxiang = touxiang; + } + + /** + * 字段名称 :会员姓名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberName() { + return this.memberName; + } + + /** + * 字段名称 :会员姓名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberName(String memberName) { + this.memberName = memberName; + } + + /** + * 字段名称 :评价内容 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :评价内容 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :评价类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :评价类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :评级 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getLevel() { + return this.level; + } + + /** + * 字段名称 :评级 + * 数据类型 :int + * 是否必填 :false + */ + public void setLevel(Integer level) { + this.level = level; + } + + /** + * 字段名称 :评价时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getTickingTime() { + return this.tickingTime; + } + + /** + * 字段名称 :评价时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setTickingTime(Date tickingTime) { + this.tickingTime = tickingTime; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VposProductEvaluateImage.java b/food-api/src/main/java/com/jwsaas/entity/food/VposProductEvaluateImage.java new file mode 100644 index 0000000..7a4f3e9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VposProductEvaluateImage.java @@ -0,0 +1,157 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商品评价图片表 + * 表代码:cy_vpos_product_evaluate_image + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"VposProductEvaluateImage") +public class VposProductEvaluateImage extends BaseEntity { + + private static final long serialVersionUID = 1888827352937807143L; + + /** + *评价ID + */ + private String evaluateId; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *显示序号 + */ + private String orderNo; + + + /** + * 字段名称 :评价ID + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getEvaluateId() { + return this.evaluateId; + } + + /** + * 字段名称 :评价ID + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setEvaluateId(String evaluateId) { + this.evaluateId = evaluateId; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :true + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :true + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VposStoreBusinessTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/VposStoreBusinessTicket.java new file mode 100644 index 0000000..dd69b28 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VposStoreBusinessTicket.java @@ -0,0 +1,1077 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:移动端销售单 + * 表代码:cy_vpos_store_business_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"VposStoreBusinessTicket") +public class VposStoreBusinessTicket extends BaseEntity { + + private static final long serialVersionUID = 1263446666274964792L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *会员ID + */ + private String memberId; + + /** + *会员openId + */ + private String openId; + + /** + *手机号 + */ + private String mobile; + + /** + *单据编号 + */ + private String no; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *单据状态 + */ + private Integer status; + + /** + *操作员工号 + */ + private String workNo; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *餐桌号 + */ + private String tableNo; + + /** + *人数 + */ + private Integer people; + + /** + *营业模式 + */ + private Integer busMode; + + /** + *班次 + */ + private String shiftNo; + + /** + *班次名称 + */ + private String shiftName; + + /** + *消费金额 + */ + private Double amount; + + /** + *优惠率 + */ + private Double discount; + + /** + *优惠额 + */ + private Double discountTotal; + + /** + *应收金额 + */ + private Double receivable; + + /** + *抹零金额 + */ + private Double maling; + + /** + *实收金额 + */ + private Double paid; + + /** + *原单号 + */ + private String noOrg; + + /** + *退单原因 + */ + private String backCause; + + /** + *是否使用会员卡 + */ + private Integer isMember; + + /** + *会员卡号 + */ + private String memberNo; + + /** + *本单积分 + */ + private Double memberJifen; + + /** + *设备名称 + */ + private String deviceName; + + /** + *设备MAC + */ + private String deviceMac; + + /** + *设备IP + */ + private String deviceIp; + + /** + *设备编号 + */ + private String posNo; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *当日流水号 + */ + private String seqNo; + + /** + *天气 + */ + private String weather; + + /** + *星期 + */ + private String weeker; + + /** + *是否出库 + */ + private Integer isStockDeal; + + /** + *预估成本 + */ + private Double estimatedCost; + + /** + *预估毛利金额 + */ + private Double estimatedProfitAmount; + + /** + *预估毛利率 + */ + private Double estimatedProfitMargin; + + /** + *实际成本 + */ + private Double totalCost; + + /** + *实际毛利金额 + */ + private Double profitAmount; + + /** + *实际毛利率 + */ + private Double profitMargin; + + /** + *桌台名称 + */ + private String tableName; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :会员ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberId() { + return this.memberId; + } + + /** + * 字段名称 :会员ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberId(String memberId) { + this.memberId = memberId; + } + + /** + * 字段名称 :会员openId + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOpenId() { + return this.openId; + } + + /** + * 字段名称 :会员openId + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOpenId(String openId) { + this.openId = openId; + } + + /** + * 字段名称 :手机号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :手机号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :操作员工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWorkNo() { + return this.workNo; + } + + /** + * 字段名称 :操作员工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWorkNo(String workNo) { + this.workNo = workNo; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :人数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPeople() { + return this.people; + } + + /** + * 字段名称 :人数 + * 数据类型 :int + * 是否必填 :false + */ + public void setPeople(Integer people) { + this.people = people; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusMode() { + return this.busMode; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusMode(Integer busMode) { + this.busMode = busMode; + } + + /** + * 字段名称 :班次 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getShiftNo() { + return this.shiftNo; + } + + /** + * 字段名称 :班次 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setShiftNo(String shiftNo) { + this.shiftNo = shiftNo; + } + + /** + * 字段名称 :班次名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getShiftName() { + return this.shiftName; + } + + /** + * 字段名称 :班次名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setShiftName(String shiftName) { + this.shiftName = shiftName; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountTotal() { + return this.discountTotal; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountTotal(Double discountTotal) { + this.discountTotal = discountTotal; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivable() { + return this.receivable; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivable(Double receivable) { + this.receivable = receivable; + } + + /** + * 字段名称 :抹零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMaling() { + return this.maling; + } + + /** + * 字段名称 :抹零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMaling(Double maling) { + this.maling = maling; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPaid() { + return this.paid; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPaid(Double paid) { + this.paid = paid; + } + + /** + * 字段名称 :原单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNoOrg() { + return this.noOrg; + } + + /** + * 字段名称 :原单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNoOrg(String noOrg) { + this.noOrg = noOrg; + } + + /** + * 字段名称 :退单原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getBackCause() { + return this.backCause; + } + + /** + * 字段名称 :退单原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setBackCause(String backCause) { + this.backCause = backCause; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsMember() { + return this.isMember; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsMember(Integer isMember) { + this.isMember = isMember; + } + + /** + * 字段名称 :会员卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberNo() { + return this.memberNo; + } + + /** + * 字段名称 :会员卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberNo(String memberNo) { + this.memberNo = memberNo; + } + + /** + * 字段名称 :本单积分 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMemberJifen() { + return this.memberJifen; + } + + /** + * 字段名称 :本单积分 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMemberJifen(Double memberJifen) { + this.memberJifen = memberJifen; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDeviceName() { + return this.deviceName; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDeviceName(String deviceName) { + this.deviceName = deviceName; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getDeviceMac() { + return this.deviceMac; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setDeviceMac(String deviceMac) { + this.deviceMac = deviceMac; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceIp() { + return this.deviceIp; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceIp(String deviceIp) { + this.deviceIp = deviceIp; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSeqNo() { + return this.seqNo; + } + + /** + * 字段名称 :当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSeqNo(String seqNo) { + this.seqNo = seqNo; + } + + /** + * 字段名称 :天气 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getWeather() { + return this.weather; + } + + /** + * 字段名称 :天气 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setWeather(String weather) { + this.weather = weather; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getWeeker() { + return this.weeker; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setWeeker(String weeker) { + this.weeker = weeker; + } + + /** + * 字段名称 :是否出库 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsStockDeal() { + return this.isStockDeal; + } + + /** + * 字段名称 :是否出库 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsStockDeal(Integer isStockDeal) { + this.isStockDeal = isStockDeal; + } + + /** + * 字段名称 :预估成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getEstimatedCost() { + return this.estimatedCost; + } + + /** + * 字段名称 :预估成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setEstimatedCost(Double estimatedCost) { + this.estimatedCost = estimatedCost; + } + + /** + * 字段名称 :预估毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getEstimatedProfitAmount() { + return this.estimatedProfitAmount; + } + + /** + * 字段名称 :预估毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setEstimatedProfitAmount(Double estimatedProfitAmount) { + this.estimatedProfitAmount = estimatedProfitAmount; + } + + /** + * 字段名称 :预估毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getEstimatedProfitMargin() { + return this.estimatedProfitMargin; + } + + /** + * 字段名称 :预估毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setEstimatedProfitMargin(Double estimatedProfitMargin) { + this.estimatedProfitMargin = estimatedProfitMargin; + } + + /** + * 字段名称 :实际成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getTotalCost() { + return this.totalCost; + } + + /** + * 字段名称 :实际成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setTotalCost(Double totalCost) { + this.totalCost = totalCost; + } + + /** + * 字段名称 :实际毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getProfitAmount() { + return this.profitAmount; + } + + /** + * 字段名称 :实际毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setProfitAmount(Double profitAmount) { + this.profitAmount = profitAmount; + } + + /** + * 字段名称 :实际毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getProfitMargin() { + return this.profitMargin; + } + + /** + * 字段名称 :实际毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setProfitMargin(Double profitMargin) { + this.profitMargin = profitMargin; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VposStoreBusinessTicketInfo.java b/food-api/src/main/java/com/jwsaas/entity/food/VposStoreBusinessTicketInfo.java new file mode 100644 index 0000000..f262fba --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VposStoreBusinessTicketInfo.java @@ -0,0 +1,295 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:移动端销售单优惠明细 + * 表代码:cy_vpos_store_business_ticket_info + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"VposStoreBusinessTicketInfo") +public class VposStoreBusinessTicketInfo extends BaseEntity { + + private static final long serialVersionUID = 1540919978202189657L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *门店ID + */ + private String storeId; + + /** + *销售单ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String busNo; + + /** + *优惠类型 + */ + private Integer type; + + /** + *优惠说明 + */ + private String info; + + /** + *优惠金额 + */ + private Double discountMoney; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getInfo() { + return this.info; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setInfo(String info) { + this.info = info; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountMoney() { + return this.discountMoney; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountMoney(Double discountMoney) { + this.discountMoney = discountMoney; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VposStoreOrderProduct.java b/food-api/src/main/java/com/jwsaas/entity/food/VposStoreOrderProduct.java new file mode 100644 index 0000000..c2d9383 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VposStoreOrderProduct.java @@ -0,0 +1,1454 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:移动端产品销售记录 + * 表代码:cy_vpos_store_order_product + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"VposStoreOrderProduct") +public class VposStoreOrderProduct extends BaseEntity { + + private static final long serialVersionUID = 1254235050697682494L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *父记录ID + */ + private String parentId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *营业模式 + */ + private Integer busMode; + + /** + *桌号 + */ + private String tableNo; + + /** + *产品ID + */ + private String productId; + + /** + *产品编号 + */ + private String productNo; + + /** + *产品名称 + */ + private String productName; + + /** + *产品单位 + */ + private String productUnitId; + + /** + *产品单位名 + */ + private String productUnitName; + + /** + *商品图片 + */ + private String productImageUrl; + + /** + *大类ID + */ + private String seriesId; + + /** + *大类名称 + */ + private String seriesName; + + /** + *类别路径 + */ + private String typePath; + + /** + *类别ID + */ + private String typeId; + + /** + *类别名 + */ + private String typeName; + + /** + *规格ID + */ + private String specId; + + /** + *规格名称 + */ + private String specName; + + /** + *数量 + */ + private Double count; + + /** + *退菜数量 + */ + private Double rcount; + + /** + *销售价格 + */ + private Double price; + + /** + *产品原价 + */ + private Double priceOrg; + + /** + *折后价格 + */ + private Double discountPrice; + + /** + *是否套菜 + */ + private Integer isSuit; + + /** + *套菜ID + */ + private String suitId; + + /** + *工号 + */ + private String workerNo; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *设备名称 + */ + private String deviceName; + + /** + *设备MAC + */ + private String deviceMac; + + /** + *设备IP + */ + private String deviceIp; + + /** + *设备编号 + */ + private String posNo; + + /** + *消费金额 + */ + private Double amount; + + /** + *优惠率 + */ + private Double discount; + + /** + *优惠额 + */ + private Double discountTotal; + + /** + *应收金额 + */ + private Double receivable; + + /** + *加价金额 + */ + private Double addPriceTotal; + + /** + *加价优惠金额 + */ + private Double discountAddTotal; + + /** + *加价应收金额 + */ + private Double amountAddTotal; + + /** + *消费总额 + */ + private Double amountTotal; + + /** + *应收总额 + */ + private Double receivableTotal; + + /** + *是否使用会员卡 + */ + private Integer isMember; + + /** + *会员卡号 + */ + private String memberNo; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *行号 + */ + private Integer lineNo; + + /** + *当日流水号 + */ + private String seqNo; + + /** + *天气 + */ + private String weather; + + /** + *星期 + */ + private String weeker; + + /** + *是否出库 + */ + private Integer isStockDeal; + + /** + *预估成本 + */ + private Double estimatedCost; + + /** + *预估毛利金额 + */ + private Double estimatedProfitAmount; + + /** + *预估毛利率 + */ + private Double estimatedProfitMargin; + + /** + *实际成本 + */ + private Double totalCost; + + /** + *实际毛利金额 + */ + private Double profitAmount; + + /** + *实际毛利率 + */ + private Double profitMargin; + + /** + *桌台名称 + */ + private String tableName; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + private Double reduce;//档口销售汇总-优惠总额; + + public Double getReduce() { + return reduce; + } + + public void setReduce(Double reduce) { + this.reduce = reduce; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :父记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getParentId() { + return this.parentId; + } + + /** + * 字段名称 :父记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setParentId(String parentId) { + this.parentId = parentId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusMode() { + return this.busMode; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusMode(Integer busMode) { + this.busMode = busMode; + } + + /** + * 字段名称 :桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :产品名称 + * 数据类型 :varchar(128) + * 是否必填 :true + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :产品单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductUnitId() { + return this.productUnitId; + } + + /** + * 字段名称 :产品单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductUnitId(String productUnitId) { + this.productUnitId = productUnitId; + } + + /** + * 字段名称 :产品单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductUnitName() { + return this.productUnitName; + } + + /** + * 字段名称 :产品单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductUnitName(String productUnitName) { + this.productUnitName = productUnitName; + } + + /** + * 字段名称 :商品图片 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getProductImageUrl() { + return this.productImageUrl; + } + + /** + * 字段名称 :商品图片 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setProductImageUrl(String productImageUrl) { + this.productImageUrl = productImageUrl; + } + + /** + * 字段名称 :大类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSeriesId() { + return this.seriesId; + } + + /** + * 字段名称 :大类ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSeriesId(String seriesId) { + this.seriesId = seriesId; + } + + /** + * 字段名称 :大类名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSeriesName() { + return this.seriesName; + } + + /** + * 字段名称 :大类名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSeriesName(String seriesName) { + this.seriesName = seriesName; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :类别路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :类别ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTypeName() { + return this.typeName; + } + + /** + * 字段名称 :类别名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTypeName(String typeName) { + this.typeName = typeName; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public Double getCount() { + return this.count; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public void setCount(Double count) { + this.count = count; + } + + /** + * 字段名称 :退菜数量 + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public Double getRcount() { + return this.rcount; + } + + /** + * 字段名称 :退菜数量 + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public void setRcount(Double rcount) { + this.rcount = rcount; + } + + /** + * 字段名称 :销售价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :销售价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :产品原价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPriceOrg() { + return this.priceOrg; + } + + /** + * 字段名称 :产品原价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPriceOrg(Double priceOrg) { + this.priceOrg = priceOrg; + } + + /** + * 字段名称 :折后价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountPrice() { + return this.discountPrice; + } + + /** + * 字段名称 :折后价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountPrice(Double discountPrice) { + this.discountPrice = discountPrice; + } + + /** + * 字段名称 :是否套菜 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsSuit() { + return this.isSuit; + } + + /** + * 字段名称 :是否套菜 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsSuit(Integer isSuit) { + this.isSuit = isSuit; + } + + /** + * 字段名称 :套菜ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSuitId() { + return this.suitId; + } + + /** + * 字段名称 :套菜ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSuitId(String suitId) { + this.suitId = suitId; + } + + /** + * 字段名称 :工号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getWorkerNo() { + return this.workerNo; + } + + /** + * 字段名称 :工号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setWorkerNo(String workerNo) { + this.workerNo = workerNo; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDeviceName() { + return this.deviceName; + } + + /** + * 字段名称 :设备名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDeviceName(String deviceName) { + this.deviceName = deviceName; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getDeviceMac() { + return this.deviceMac; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setDeviceMac(String deviceMac) { + this.deviceMac = deviceMac; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceIp() { + return this.deviceIp; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceIp(String deviceIp) { + this.deviceIp = deviceIp; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountTotal() { + return this.discountTotal; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountTotal(Double discountTotal) { + this.discountTotal = discountTotal; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivable() { + return this.receivable; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivable(Double receivable) { + this.receivable = receivable; + } + + /** + * 字段名称 :加价金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddPriceTotal() { + return this.addPriceTotal; + } + + /** + * 字段名称 :加价金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddPriceTotal(Double addPriceTotal) { + this.addPriceTotal = addPriceTotal; + } + + /** + * 字段名称 :加价优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountAddTotal() { + return this.discountAddTotal; + } + + /** + * 字段名称 :加价优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountAddTotal(Double discountAddTotal) { + this.discountAddTotal = discountAddTotal; + } + + /** + * 字段名称 :加价应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmountAddTotal() { + return this.amountAddTotal; + } + + /** + * 字段名称 :加价应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmountAddTotal(Double amountAddTotal) { + this.amountAddTotal = amountAddTotal; + } + + /** + * 字段名称 :消费总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmountTotal() { + return this.amountTotal; + } + + /** + * 字段名称 :消费总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmountTotal(Double amountTotal) { + this.amountTotal = amountTotal; + } + + /** + * 字段名称 :应收总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivableTotal() { + return this.receivableTotal; + } + + /** + * 字段名称 :应收总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivableTotal(Double receivableTotal) { + this.receivableTotal = receivableTotal; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsMember() { + return this.isMember; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsMember(Integer isMember) { + this.isMember = isMember; + } + + /** + * 字段名称 :会员卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMemberNo() { + return this.memberNo; + } + + /** + * 字段名称 :会员卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMemberNo(String memberNo) { + this.memberNo = memberNo; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :行号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getLineNo() { + return this.lineNo; + } + + /** + * 字段名称 :行号 + * 数据类型 :int + * 是否必填 :false + */ + public void setLineNo(Integer lineNo) { + this.lineNo = lineNo; + } + + /** + * 字段名称 :当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSeqNo() { + return this.seqNo; + } + + /** + * 字段名称 :当日流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSeqNo(String seqNo) { + this.seqNo = seqNo; + } + + /** + * 字段名称 :天气 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getWeather() { + return this.weather; + } + + /** + * 字段名称 :天气 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setWeather(String weather) { + this.weather = weather; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getWeeker() { + return this.weeker; + } + + /** + * 字段名称 :星期 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setWeeker(String weeker) { + this.weeker = weeker; + } + + /** + * 字段名称 :是否出库 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsStockDeal() { + return this.isStockDeal; + } + + /** + * 字段名称 :是否出库 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsStockDeal(Integer isStockDeal) { + this.isStockDeal = isStockDeal; + } + + /** + * 字段名称 :预估成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getEstimatedCost() { + return this.estimatedCost; + } + + /** + * 字段名称 :预估成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setEstimatedCost(Double estimatedCost) { + this.estimatedCost = estimatedCost; + } + + /** + * 字段名称 :预估毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getEstimatedProfitAmount() { + return this.estimatedProfitAmount; + } + + /** + * 字段名称 :预估毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setEstimatedProfitAmount(Double estimatedProfitAmount) { + this.estimatedProfitAmount = estimatedProfitAmount; + } + + /** + * 字段名称 :预估毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getEstimatedProfitMargin() { + return this.estimatedProfitMargin; + } + + /** + * 字段名称 :预估毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setEstimatedProfitMargin(Double estimatedProfitMargin) { + this.estimatedProfitMargin = estimatedProfitMargin; + } + + /** + * 字段名称 :实际成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getTotalCost() { + return this.totalCost; + } + + /** + * 字段名称 :实际成本 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setTotalCost(Double totalCost) { + this.totalCost = totalCost; + } + + /** + * 字段名称 :实际毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getProfitAmount() { + return this.profitAmount; + } + + /** + * 字段名称 :实际毛利金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setProfitAmount(Double profitAmount) { + this.profitAmount = profitAmount; + } + + /** + * 字段名称 :实际毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getProfitMargin() { + return this.profitMargin; + } + + /** + * 字段名称 :实际毛利率 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setProfitMargin(Double profitMargin) { + this.profitMargin = profitMargin; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VposStoreOrderProductInfo.java b/food-api/src/main/java/com/jwsaas/entity/food/VposStoreOrderProductInfo.java new file mode 100644 index 0000000..42b437d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VposStoreOrderProductInfo.java @@ -0,0 +1,364 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:移动端产品销售记录优惠明细 + * 表代码:cy_vpos_store_order_product_info + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"VposStoreOrderProductInfo") +public class VposStoreOrderProductInfo extends BaseEntity { + + private static final long serialVersionUID = 1428310675446845472L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *订单明细记录ID + */ + private String orderItemId; + + /** + *门店ID + */ + private String storeId; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *优惠类型 + */ + private Integer type; + + /** + *优惠说明 + */ + private String info; + + /** + *优惠金额 + */ + private Double discountMoney; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *餐桌号 + */ + private String tableNo; + + /** + *桌台名称 + */ + private String tableName; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :订单明细记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOrderItemId() { + return this.orderItemId; + } + + /** + * 字段名称 :订单明细记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOrderItemId(String orderItemId) { + this.orderItemId = orderItemId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getInfo() { + return this.info; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setInfo(String info) { + this.info = info; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountMoney() { + return this.discountMoney; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountMoney(Double discountMoney) { + this.discountMoney = discountMoney; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VposStoreOrderProductMake.java b/food-api/src/main/java/com/jwsaas/entity/food/VposStoreOrderProductMake.java new file mode 100644 index 0000000..200c9f0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VposStoreOrderProductMake.java @@ -0,0 +1,594 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:移动端销售单做法 + * 表代码:cy_vpos_store_order_product_make + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"VposStoreOrderProductMake") +public class VposStoreOrderProductMake extends BaseEntity { + + private static final long serialVersionUID = 1841422296671813510L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *订单明细记录ID + */ + private String orderItemId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *做法ID + */ + private String makeId; + + /** + *做法名称 + */ + private String makeName; + + /** + *做法加价 + */ + private Double addPrice; + + /** + *做法折后加价 + */ + private Double discountPrice; + + /** + *做法数量 + */ + private Double count; + + /** + *做法退数量 + */ + private Double rcount; + + /** + *加价总额 + */ + private Double addTotal; + + /** + *折后总额 + */ + private Double discountAddTotal; + + /** + *折扣率 + */ + private Double discount; + + /** + *做法管理数量标识 + */ + private Integer qtyFlag; + + /** + *手写做法标识 + */ + private Integer hand; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *餐桌号 + */ + private String tableNo; + + /** + *桌台名称 + */ + private String tableName; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :订单明细记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOrderItemId() { + return this.orderItemId; + } + + /** + * 字段名称 :订单明细记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOrderItemId(String orderItemId) { + this.orderItemId = orderItemId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :做法ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMakeId() { + return this.makeId; + } + + /** + * 字段名称 :做法ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMakeId(String makeId) { + this.makeId = makeId; + } + + /** + * 字段名称 :做法名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMakeName() { + return this.makeName; + } + + /** + * 字段名称 :做法名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMakeName(String makeName) { + this.makeName = makeName; + } + + /** + * 字段名称 :做法加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddPrice() { + return this.addPrice; + } + + /** + * 字段名称 :做法加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddPrice(Double addPrice) { + this.addPrice = addPrice; + } + + /** + * 字段名称 :做法折后加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountPrice() { + return this.discountPrice; + } + + /** + * 字段名称 :做法折后加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountPrice(Double discountPrice) { + this.discountPrice = discountPrice; + } + + /** + * 字段名称 :做法数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCount() { + return this.count; + } + + /** + * 字段名称 :做法数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCount(Double count) { + this.count = count; + } + + /** + * 字段名称 :做法退数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getRcount() { + return this.rcount; + } + + /** + * 字段名称 :做法退数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setRcount(Double rcount) { + this.rcount = rcount; + } + + /** + * 字段名称 :加价总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddTotal() { + return this.addTotal; + } + + /** + * 字段名称 :加价总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddTotal(Double addTotal) { + this.addTotal = addTotal; + } + + /** + * 字段名称 :折后总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountAddTotal() { + return this.discountAddTotal; + } + + /** + * 字段名称 :折后总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountAddTotal(Double discountAddTotal) { + this.discountAddTotal = discountAddTotal; + } + + /** + * 字段名称 :折扣率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :折扣率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :做法管理数量标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getQtyFlag() { + return this.qtyFlag; + } + + /** + * 字段名称 :做法管理数量标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setQtyFlag(Integer qtyFlag) { + this.qtyFlag = qtyFlag; + } + + /** + * 字段名称 :手写做法标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getHand() { + return this.hand; + } + + /** + * 字段名称 :手写做法标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setHand(Integer hand) { + this.hand = hand; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VposStorePay.java b/food-api/src/main/java/com/jwsaas/entity/food/VposStorePay.java new file mode 100644 index 0000000..61eff32 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VposStorePay.java @@ -0,0 +1,847 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:移动端收银流水 + * 表代码:cy_vpos_store_pay + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"VposStorePay") +public class VposStorePay extends BaseEntity { + + private static final long serialVersionUID = 1874469288629577428L; + + /** + *前台系统ID + */ + private String clientId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *付款单号 + */ + private String payNo; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *营业模式 + */ + private Integer busMode; + + /** + *餐桌号 + */ + private String tableNo; + + /** + *付款方式编号 + */ + private String payTypeNo; + + /** + *付款方式 + */ + private String payType; + + /** + *实收金额 + */ + private Double paid; + + /** + *找零金额 + */ + private Double rchange; + + /** + *已收金额 + */ + private Double money; + + /** + *溢出金额 + */ + private Double overAmount; + + /** + *操作员工号 + */ + private String workNo; + + /** + *收银设备 + */ + private String deviceName; + + /** + *设备MAC + */ + private String deviceMac; + + /** + *设备IP + */ + private String deviceIp; + + /** + *设备编号 + */ + private String posNo; + + /** + *凭证号 + */ + private String voucherNo; + + /** + *付款时间 + */ + private Date payDate; + + /** + *付款卡号 + */ + private String cardno; + + /** + *充值卡支付前余额 + */ + private Double cardYe; + + /** + *充值卡支付前积分 + */ + private Double cardJf; + + /** + *是否实收 + */ + private Integer incomeFlag; + + /** + *第三方扣费类型 + */ + private Integer otherRateType; + + /** + *第三方扣费值 + */ + private Double otherRateValue; + + /** + *第三方扣费 + */ + private Double otherRate; + + /** + *支付渠道 + */ + private Integer payChannel; + + /** + *备注 + */ + private String memo; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *桌台名称 + */ + private String tableName; + + /** + *扩展信息1 + */ + private String ext1; + + /** + *扩展信息2 + */ + private String ext2; + + /** + *扩展信息3 + */ + private String ext3; + + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :前台系统ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :付款单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPayNo() { + return this.payNo; + } + + /** + * 字段名称 :付款单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPayNo(String payNo) { + this.payNo = payNo; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusMode() { + return this.busMode; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusMode(Integer busMode) { + this.busMode = busMode; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :付款方式编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getPayTypeNo() { + return this.payTypeNo; + } + + /** + * 字段名称 :付款方式编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setPayTypeNo(String payTypeNo) { + this.payTypeNo = payTypeNo; + } + + /** + * 字段名称 :付款方式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPayType() { + return this.payType; + } + + /** + * 字段名称 :付款方式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPayType(String payType) { + this.payType = payType; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPaid() { + return this.paid; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPaid(Double paid) { + this.paid = paid; + } + + /** + * 字段名称 :找零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getRchange() { + return this.rchange; + } + + /** + * 字段名称 :找零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setRchange(Double rchange) { + this.rchange = rchange; + } + + /** + * 字段名称 :已收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :已收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :溢出金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getOverAmount() { + return this.overAmount; + } + + /** + * 字段名称 :溢出金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setOverAmount(Double overAmount) { + this.overAmount = overAmount; + } + + /** + * 字段名称 :操作员工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWorkNo() { + return this.workNo; + } + + /** + * 字段名称 :操作员工号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWorkNo(String workNo) { + this.workNo = workNo; + } + + /** + * 字段名称 :收银设备 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDeviceName() { + return this.deviceName; + } + + /** + * 字段名称 :收银设备 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDeviceName(String deviceName) { + this.deviceName = deviceName; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getDeviceMac() { + return this.deviceMac; + } + + /** + * 字段名称 :设备MAC + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setDeviceMac(String deviceMac) { + this.deviceMac = deviceMac; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeviceIp() { + return this.deviceIp; + } + + /** + * 字段名称 :设备IP + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeviceIp(String deviceIp) { + this.deviceIp = deviceIp; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :设备编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getVoucherNo() { + return this.voucherNo; + } + + /** + * 字段名称 :凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setVoucherNo(String voucherNo) { + this.voucherNo = voucherNo; + } + + /** + * 字段名称 :付款时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getPayDate() { + return this.payDate; + } + + /** + * 字段名称 :付款时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setPayDate(Date payDate) { + this.payDate = payDate; + } + + /** + * 字段名称 :付款卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCardno() { + return this.cardno; + } + + /** + * 字段名称 :付款卡号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCardno(String cardno) { + this.cardno = cardno; + } + + /** + * 字段名称 :充值卡支付前余额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCardYe() { + return this.cardYe; + } + + /** + * 字段名称 :充值卡支付前余额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCardYe(Double cardYe) { + this.cardYe = cardYe; + } + + /** + * 字段名称 :充值卡支付前积分 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCardJf() { + return this.cardJf; + } + + /** + * 字段名称 :充值卡支付前积分 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCardJf(Double cardJf) { + this.cardJf = cardJf; + } + + /** + * 字段名称 :是否实收 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIncomeFlag() { + return this.incomeFlag; + } + + /** + * 字段名称 :是否实收 + * 数据类型 :int + * 是否必填 :false + */ + public void setIncomeFlag(Integer incomeFlag) { + this.incomeFlag = incomeFlag; + } + + /** + * 字段名称 :第三方扣费类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOtherRateType() { + return this.otherRateType; + } + + /** + * 字段名称 :第三方扣费类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setOtherRateType(Integer otherRateType) { + this.otherRateType = otherRateType; + } + + /** + * 字段名称 :第三方扣费值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getOtherRateValue() { + return this.otherRateValue; + } + + /** + * 字段名称 :第三方扣费值 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setOtherRateValue(Double otherRateValue) { + this.otherRateValue = otherRateValue; + } + + /** + * 字段名称 :第三方扣费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getOtherRate() { + return this.otherRate; + } + + /** + * 字段名称 :第三方扣费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setOtherRate(Double otherRate) { + this.otherRate = otherRate; + } + + /** + * 字段名称 :支付渠道 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPayChannel() { + return this.payChannel; + } + + /** + * 字段名称 :支付渠道 + * 数据类型 :int + * 是否必填 :false + */ + public void setPayChannel(Integer payChannel) { + this.payChannel = payChannel; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :桌台名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt1() { + return this.ext1; + } + + /** + * 字段名称 :扩展信息1 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt1(String ext1) { + this.ext1 = ext1; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt2() { + return this.ext2; + } + + /** + * 字段名称 :扩展信息2 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt2(String ext2) { + this.ext2 = ext2; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExt3() { + return this.ext3; + } + + /** + * 字段名称 :扩展信息3 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExt3(String ext3) { + this.ext3 = ext3; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VposUser.java b/food-api/src/main/java/com/jwsaas/entity/food/VposUser.java new file mode 100644 index 0000000..31628cc --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VposUser.java @@ -0,0 +1,249 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:档口商户信息 + * 表代码:cy_vpos_user + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"VposUser") +public class VposUser extends BaseEntity { + + private static final long serialVersionUID = 1858920675590014345L; + + /** + *人员编号 + */ + private String no; + + /** + *人员姓名 + */ + private String name; + + /** + *性别 + */ + private Integer sex; + + /** + *出生日期 + */ + private Date birthday; + + /** + *邮箱 + */ + private String email; + + /** + *手机 + */ + private String mobile; + + /** + *是否登陆 + */ + private Integer isLogin; + + /** + *登录密码 + */ + private String passwd; + + /** + *是否启用 + */ + private Integer enable; + + /** + *备注 + */ + private String description; + + + /** + * 字段名称 :人员编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :人员编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :人员姓名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :人员姓名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :性别 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSex() { + return this.sex; + } + + /** + * 字段名称 :性别 + * 数据类型 :int + * 是否必填 :false + */ + public void setSex(Integer sex) { + this.sex = sex; + } + + /** + * 字段名称 :出生日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getBirthday() { + return this.birthday; + } + + /** + * 字段名称 :出生日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setBirthday(Date birthday) { + this.birthday = birthday; + } + + /** + * 字段名称 :邮箱 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getEmail() { + return this.email; + } + + /** + * 字段名称 :邮箱 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setEmail(String email) { + this.email = email; + } + + /** + * 字段名称 :手机 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :手机 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :是否登陆 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsLogin() { + return this.isLogin; + } + + /** + * 字段名称 :是否登陆 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsLogin(Integer isLogin) { + this.isLogin = isLogin; + } + + /** + * 字段名称 :登录密码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getPasswd() { + return this.passwd; + } + + /** + * 字段名称 :登录密码 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setPasswd(String passwd) { + this.passwd = passwd; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnable() { + return this.enable; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnable(Integer enable) { + this.enable = enable; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/VposUserSeries.java b/food-api/src/main/java/com/jwsaas/entity/food/VposUserSeries.java new file mode 100644 index 0000000..6e8b5b5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/VposUserSeries.java @@ -0,0 +1,111 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:档口商户分类关联 + * 表代码:cy_vpos_user_series + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"VposUserSeries") +public class VposUserSeries extends BaseEntity { + + private static final long serialVersionUID = 1048187124469536640L; + + /** + *商户ID + */ + private String userId; + + /** + *档口Id + */ + private String seriesId; + + /** + *档口编号 + */ + private String seriesNo; + + /** + *档口名称 + */ + private String seriesName; + + + /** + * 字段名称 :商户ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getUserId() { + return this.userId; + } + + /** + * 字段名称 :商户ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setUserId(String userId) { + this.userId = userId; + } + + /** + * 字段名称 :档口Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSeriesId() { + return this.seriesId; + } + + /** + * 字段名称 :档口Id + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSeriesId(String seriesId) { + this.seriesId = seriesId; + } + + /** + * 字段名称 :档口编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSeriesNo() { + return this.seriesNo; + } + + /** + * 字段名称 :档口编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSeriesNo(String seriesNo) { + this.seriesNo = seriesNo; + } + + /** + * 字段名称 :档口名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSeriesName() { + return this.seriesName; + } + + /** + * 字段名称 :档口名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSeriesName(String seriesName) { + this.seriesName = seriesName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxAdPicture.java b/food-api/src/main/java/com/jwsaas/entity/food/WxAdPicture.java new file mode 100644 index 0000000..3580248 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxAdPicture.java @@ -0,0 +1,202 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信广告图片 + * 表代码:cy_wx_ad_picture + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "WxAdPicture") +public class WxAdPicture extends BaseEntity { + + private static final long serialVersionUID = 1700891582006542331L; + + /** + *显示序号 + */ + private String orderNo; + + /** + *图片名称 + */ + private String name; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *链接地址 + */ + private String linkUrl; + + /** + *删除标识 + */ + private Integer deleteFlag; + + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :图片名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getLinkUrl() { + return this.linkUrl; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setLinkUrl(String linkUrl) { + this.linkUrl = linkUrl; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxAdjustPriceGoods.java b/food-api/src/main/java/com/jwsaas/entity/food/WxAdjustPriceGoods.java new file mode 100644 index 0000000..a198590 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxAdjustPriceGoods.java @@ -0,0 +1,228 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信调价单商品明细 + * 表代码:cy_wx_adjust_price_goods + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"WxAdjustPriceGoods") +public class WxAdjustPriceGoods extends BaseEntity { + + private static final long serialVersionUID = 1528058819302294887L; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *商品ID + */ + private String goodsId; + + /** + *产品ID + */ + private String productId; + + /** + *规格ID + */ + private String specId; + + /** + *售价 + */ + private Double price; + + /** + * 会员价 + */ + private Double memberPrice; + + + + private Double oldPrice; + private Double oldMemberPrice; + + private String goodsName; + private String productNo; + private String specName; + private String categoryId; + + public Double getOldPrice() { + return oldPrice; + } + + public void setOldPrice(Double oldPrice) { + this.oldPrice = oldPrice; + } + + public String getGoodsName() { + return goodsName; + } + + public void setGoodsName(String goodsName) { + this.goodsName = goodsName; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getCategoryId() { + return categoryId; + } + + public void setCategoryId(String categoryId) { + this.categoryId = categoryId; + } + + + public Double getMemberPrice() { + return memberPrice; + } + + public void setMemberPrice(Double memberPrice) { + this.memberPrice = memberPrice; + } + + public Double getOldMemberPrice() { + return oldMemberPrice; + } + + public void setOldMemberPrice(Double oldMemberPrice) { + this.oldMemberPrice = oldMemberPrice; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getGoodsId() { + return this.goodsId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setGoodsId(String goodsId) { + this.goodsId = goodsId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxAdjustPriceStore.java b/food-api/src/main/java/com/jwsaas/entity/food/WxAdjustPriceStore.java new file mode 100644 index 0000000..4adece2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxAdjustPriceStore.java @@ -0,0 +1,115 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信调价单门店明细 + * 表代码:cy_wx_adjust_price_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"WxAdjustPriceStore") +public class WxAdjustPriceStore extends BaseEntity { + + private static final long serialVersionUID = 1107554992369093240L; + + /** + *单据ID + */ + private String ticketId; + + /** + *单据编号 + */ + private String ticketNo; + + /** + *门店ID + */ + private String storeId; + + private String storeName; + private String storeNo; + private String address; + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getAddress() { + return address; + } + + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxAdjustPriceTicket.java b/food-api/src/main/java/com/jwsaas/entity/food/WxAdjustPriceTicket.java new file mode 100644 index 0000000..4104904 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxAdjustPriceTicket.java @@ -0,0 +1,157 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信商品调价单 + * 表代码:cy_wx_adjust_price_ticket + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"WxAdjustPriceTicket") +public class WxAdjustPriceTicket extends BaseEntity { + + private static final long serialVersionUID = 1248254458235634359L; + + /** + *单据编号 + */ + private String no; + + /** + *生效时间 + */ + private Date effectDate; + + /** + *备注信息 + */ + private String description; + + /** + *单据状态 + */ + private Integer status; + + /** + *审核人 + */ + private String checkPeople; + + /** + *审核日期 + */ + private Date checkDate; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :生效时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getEffectDate() { + return this.effectDate; + } + + /** + * 字段名称 :生效时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setEffectDate(Date effectDate) { + this.effectDate = effectDate; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCheckPeople() { + return this.checkPeople; + } + + /** + * 字段名称 :审核人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCheckPeople(String checkPeople) { + this.checkPeople = checkPeople; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCheckDate() { + return this.checkDate; + } + + /** + * 字段名称 :审核日期 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCheckDate(Date checkDate) { + this.checkDate = checkDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxGoods.java b/food-api/src/main/java/com/jwsaas/entity/food/WxGoods.java new file mode 100644 index 0000000..357a1f0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxGoods.java @@ -0,0 +1,471 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信商品信息 + * 表代码:cy_wx_goods + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "WxGoods") +public class WxGoods extends BaseEntity { + + private static final long serialVersionUID = 1770600980445008537L; + + /** + *产品ID + */ + private String productId; + + /** + *产品编号 + */ + private String productNo; + + /** + *规格ID + */ + private String specId; + + /** + *商品名称 + */ + private String name; + + /** + *规格名称 + */ + private String specName; + + /** + *商品描述 + */ + private String description; + + /** + *分类ID + */ + private String categoryId; + + /** + *分类路径 + */ + private String categoryPath; + + /** + *显示序号 + */ + private Integer orderNo; + + /** + *是否新品 + */ + private Integer isNew; + + /** + *售价 + */ + private Double price; + + /** + *会员价 + */ + private Double memberPrice; + + /** + *最小购买量 + */ + private Double minCount; + + /** + *限购数量 + */ + private Double limitCount; + + /** + *是否套餐 + */ + private Integer suitFlag; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *餐盒费 + */ + private Double boxPrice; + + /** + *英文名称 + */ + private String nameEn; + + + private Double inventoryQuantity; + + private String productName;//原商品名称 + private String orgSpecName;//原规格名称; + private String brandId;//品牌; + + public String getBrandId() { + return brandId; + } + + public void setBrandId(String brandId) { + this.brandId = brandId; + } + + public String getProductName() { + return productName; + } + + public void setProductName(String productName) { + this.productName = productName; + } + + public String getOrgSpecName() { + return orgSpecName; + } + + public void setOrgSpecName(String orgSpecName) { + this.orgSpecName = orgSpecName; + } + + public Double getInventoryQuantity() { + return inventoryQuantity; + } + + public void setInventoryQuantity(Double inventoryQuantity) { + this.inventoryQuantity = inventoryQuantity; + } + + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :商品描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :商品描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :分类ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getCategoryId() { + return this.categoryId; + } + + /** + * 字段名称 :分类ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setCategoryId(String categoryId) { + this.categoryId = categoryId; + } + + /** + * 字段名称 :分类路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getCategoryPath() { + return this.categoryPath; + } + + /** + * 字段名称 :分类路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setCategoryPath(String categoryPath) { + this.categoryPath = categoryPath; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :int + * 是否必填 :false + */ + public void setOrderNo(Integer orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :是否新品 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsNew() { + return this.isNew; + } + + /** + * 字段名称 :是否新品 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsNew(Integer isNew) { + this.isNew = isNew; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,2) + * 是否必填 :true + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,2) + * 是否必填 :true + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMemberPrice() { + return this.memberPrice; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMemberPrice(Double memberPrice) { + this.memberPrice = memberPrice; + } + + /** + * 字段名称 :最小购买量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMinCount() { + return this.minCount; + } + + /** + * 字段名称 :最小购买量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMinCount(Double minCount) { + this.minCount = minCount; + } + + /** + * 字段名称 :限购数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getLimitCount() { + return this.limitCount; + } + + /** + * 字段名称 :限购数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setLimitCount(Double limitCount) { + this.limitCount = limitCount; + } + + /** + * 字段名称 :是否套餐 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSuitFlag() { + return this.suitFlag; + } + + /** + * 字段名称 :是否套餐 + * 数据类型 :int + * 是否必填 :false + */ + public void setSuitFlag(Integer suitFlag) { + this.suitFlag = suitFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getBoxPrice() { + return this.boxPrice; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setBoxPrice(Double boxPrice) { + this.boxPrice = boxPrice; + } + + /** + * 字段名称 :英文名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getNameEn() { + return this.nameEn; + } + + /** + * 字段名称 :英文名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setNameEn(String nameEn) { + this.nameEn = nameEn; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsCategory.java b/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsCategory.java new file mode 100644 index 0000000..cffd596 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsCategory.java @@ -0,0 +1,202 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信商品分类 + * 表代码:cy_wx_goods_category + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "WxGoodsCategory") +public class WxGoodsCategory extends BaseEntity { + + private static final long serialVersionUID = 1870274463571399351L; + + /** + *分类名称 + */ + private String name; + + /** + *分类描述 + */ + private String description; + + /** + *显示序号 + */ + private Integer orderNo; + + /** + *分类路径 + */ + private String path; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *英文名称 + */ + private String nameEn; + + /** + *关联类别Id + */ + private String typeId; + + /** + *关联类别路径 + */ + private String typePath; + + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :分类描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :分类描述 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 + * 数据类型 :int + * 是否必填 :false + */ + public void setOrderNo(Integer orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :分类路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getPath() { + return this.path; + } + + /** + * 字段名称 :分类路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setPath(String path) { + this.path = path; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :英文名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getNameEn() { + return this.nameEn; + } + + /** + * 字段名称 :英文名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setNameEn(String nameEn) { + this.nameEn = nameEn; + } + + /** + * 字段名称 :关联类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :关联类别Id + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :关联类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getTypePath() { + return this.typePath; + } + + /** + * 字段名称 :关联类别路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setTypePath(String typePath) { + this.typePath = typePath; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsMake.java b/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsMake.java new file mode 100644 index 0000000..4c60591 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsMake.java @@ -0,0 +1,110 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信商品做法关联 + * 表代码:cy_wx_goods_make + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "WxGoodsMake") +public class WxGoodsMake extends BaseEntity { + + private static final long serialVersionUID = 1601391723480691879L; + + /** + *产品ID + */ + private String productId; + + /** + *做法类型 + */ + private String typeId; + + /** + *做法 + */ + private String makeId; + + /** + *加价 + */ + private Double addPrice; + + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :做法类型 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :做法类型 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :做法 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getMakeId() { + return this.makeId; + } + + /** + * 字段名称 :做法 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setMakeId(String makeId) { + this.makeId = makeId; + } + + /** + * 字段名称 :加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddPrice() { + return this.addPrice; + } + + /** + * 字段名称 :加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddPrice(Double addPrice) { + this.addPrice = addPrice; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsTemplate.java b/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsTemplate.java new file mode 100644 index 0000000..70937b3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsTemplate.java @@ -0,0 +1,88 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信商品模板 + * 表代码:cy_wx_goods_template + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"WxGoodsTemplate") +public class WxGoodsTemplate extends BaseEntity { + + private static final long serialVersionUID = 1980266134755395976L; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *备注 + */ + private String description; + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsTemplateDetail.java b/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsTemplateDetail.java new file mode 100644 index 0000000..c63a046 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsTemplateDetail.java @@ -0,0 +1,185 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信商品模板明细 + * 表代码:cy_wx_goods_template_detail + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"WxGoodsTemplateDetail") +public class WxGoodsTemplateDetail extends BaseEntity { + + private static final long serialVersionUID = 1278596246063564353L; + + /** + *模板ID + */ + private String templateId; + + /** + *商品ID + */ + private String goodsId; + + /** + *产品ID + */ + private String productId; + + /** + *规格ID + */ + private String specId; + + /** + *售价 + */ + private Double price; + + /** + *会员价 + */ + private Double memberPrice; + + private String goodsName; + private String specName; + private String categoryId; + + + public String getGoodsName() { + return goodsName; + } + + public void setGoodsName(String goodsName) { + this.goodsName = goodsName; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getCategoryId() { + return categoryId; + } + + public void setCategoryId(String categoryId) { + this.categoryId = categoryId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTemplateId() { + return this.templateId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTemplateId(String templateId) { + this.templateId = templateId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getGoodsId() { + return this.goodsId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setGoodsId(String goodsId) { + this.goodsId = goodsId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMemberPrice() { + return this.memberPrice; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMemberPrice(Double memberPrice) { + this.memberPrice = memberPrice; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsTemplateStore.java b/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsTemplateStore.java new file mode 100644 index 0000000..2fde874 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxGoodsTemplateStore.java @@ -0,0 +1,92 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信商品模板门店明细 + * 表代码:cy_wx_goods_template_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"WxGoodsTemplateStore") +public class WxGoodsTemplateStore extends BaseEntity { + + private static final long serialVersionUID = 1419892018248096288L; + + /** + *模板ID + */ + private String templateId; + + /** + *门店ID + */ + private String storeId; + + private String storeName; + private String storeNo; + private String address; + + public String getAddress() { + return address; + } + + public void setAddress(String address) { + this.address = address; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTemplateId() { + return this.templateId; + } + + /** + * 字段名称 :模板ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTemplateId(String templateId) { + this.templateId = templateId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxPaymentParameter.java b/food-api/src/main/java/com/jwsaas/entity/food/WxPaymentParameter.java new file mode 100644 index 0000000..01e9a8b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxPaymentParameter.java @@ -0,0 +1,175 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信点餐支付参数方案 + * 表代码:cy_wx_payment_parameter + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"WxPaymentParameter") +public class WxPaymentParameter extends BaseEntity { + + private static final long serialVersionUID = 1969361398159677533L; + + /** + *编号 + */ + private String no; + + /** + *方案名称 + */ + private String name; + + /** + *支付类型 + */ + private String sign; + + /** + *支付参数 + */ + private String pbody; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *证书内容 + */ + private String certText; + + private String storeId; + private String wxStoreId; + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + public String getWxStoreId() { + return wxStoreId; + } + + public void setWxStoreId(String wxStoreId) { + this.wxStoreId = wxStoreId; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :支付类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :支付类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSign(String sign) { + this.sign = sign; + } + + /** + * 字段名称 :支付参数 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getPbody() { + return this.pbody; + } + + /** + * 字段名称 :支付参数 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setPbody(String pbody) { + this.pbody = pbody; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :证书内容 + * 数据类型 :text + * 是否必填 :false + */ + public String getCertText() { + return this.certText; + } + + /** + * 字段名称 :证书内容 + * 数据类型 :text + * 是否必填 :false + */ + public void setCertText(String certText) { + this.certText = certText; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxQrcodeSetting.java b/food-api/src/main/java/com/jwsaas/entity/food/WxQrcodeSetting.java new file mode 100644 index 0000000..0f2aac4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxQrcodeSetting.java @@ -0,0 +1,225 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信二维码图片设置 + * 表代码:cy_wx_qrcode_setting + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"WxQrcodeSetting") +public class WxQrcodeSetting extends BaseEntity { + + private static final long serialVersionUID = 1984863861983659394L; + + /** + *宽度设置 + */ + private Integer width; + + /** + *高度设置 + */ + private Integer height; + + /** + *链接地址 + */ + private String linkAddress; + + /** + *logo图片名称 + */ + private String logoName; + + /** + *logo图片宽度 + */ + private Integer logoWidth; + + /** + *logo图片高度 + */ + private Integer logoHeight; + + /** + *logo存储组名 + */ + private String groupName; + + /** + *存储文件名 + */ + private String storageFileName; + + /** + *logo图片路径 + */ + private String imgLink; + + + /** + * 字段名称 :宽度设置 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :宽度设置 + * 数据类型 :int + * 是否必填 :false + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :高度设置 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :高度设置 + * 数据类型 :int + * 是否必填 :false + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getLinkAddress() { + return this.linkAddress; + } + + /** + * 字段名称 :链接地址 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setLinkAddress(String linkAddress) { + this.linkAddress = linkAddress; + } + + /** + * 字段名称 :logo图片名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLogoName() { + return this.logoName; + } + + /** + * 字段名称 :logo图片名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLogoName(String logoName) { + this.logoName = logoName; + } + + /** + * 字段名称 :logo图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getLogoWidth() { + return this.logoWidth; + } + + /** + * 字段名称 :logo图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public void setLogoWidth(Integer logoWidth) { + this.logoWidth = logoWidth; + } + + /** + * 字段名称 :logo图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getLogoHeight() { + return this.logoHeight; + } + + /** + * 字段名称 :logo图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public void setLogoHeight(Integer logoHeight) { + this.logoHeight = logoHeight; + } + + /** + * 字段名称 :logo存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :logo存储组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getStorageFileName() { + return this.storageFileName; + } + + /** + * 字段名称 :存储文件名 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setStorageFileName(String storageFileName) { + this.storageFileName = storageFileName; + } + + /** + * 字段名称 :logo图片路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getImgLink() { + return this.imgLink; + } + + /** + * 字段名称 :logo图片路径 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setImgLink(String imgLink) { + this.imgLink = imgLink; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrder.java b/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrder.java new file mode 100644 index 0000000..65ebc4e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrder.java @@ -0,0 +1,914 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信销售订单 + * 表代码:cy_wx_sales_order + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "WxSalesOrder") +public class WxSalesOrder extends BaseEntity { + + private static final long serialVersionUID = 1678382524931107211L; + + /** + *单据编号 + */ + private String no; + + /** + *公众号主键 + */ + private String wid; + + /** + *会员ID + */ + private String memberId; + + /** + *用户手机号 + */ + private String phone; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *流水号 + */ + private String daySeq; + + /** + *取餐号 + */ + private String takeNo; + + /** + *单据状态 + */ + private Integer status; + + /** + *退单状态 + */ + private Integer refundStatus; + + /** + *销售渠道 + */ + private String channel; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *餐桌号 + */ + private String tableNo; + + /** + *餐桌名称 + */ + private String tableName; + + /** + *人数 + */ + private Integer people; + + /** + *营业模式 + */ + private Integer busMode; + + /** + *预定时间 + */ + private String bookTime; + + /** + *消费金额 + */ + private Double amount; + + /** + *优惠率 + */ + private Double discount; + + /** + *优惠额 + */ + private Double discountTotal; + + /** + *应收金额 + */ + private Double receivable; + + /** + *抹零金额 + */ + private Double maling; + + /** + *实收金额 + */ + private Double paid; + + /** + *原单号 + */ + private String noOrg; + + /** + *退单原因 + */ + private String backCause; + + /** + *是否使用会员卡 + */ + private Integer isMember; + + /** + *是否失效 + */ + private Integer isInvalid; + + /** + *备注说明 + */ + private String description; + + /** + *付款类型 + */ + private String payType; + + /** + *付款方式 + */ + private String payMode; + + /** + *付款时间 + */ + private Date payDate; + + /** + *取消时间 + */ + private Date cancelDate; + + /** + *取消原因 + */ + private String cancelReason; + + /** + *门店意见 + */ + private String storeReason; + private String receiveName; //收餐人姓名 + /*** + * 收餐人电话 + */ + private String receiveMobile; + + /** + * 收餐人地址 + */ + private String receiveAddress; + + /** + *餐盒费 + */ + private Double boxFee; + + /** + * 配送费 + */ + private Double distributionFee; + + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :单据编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :公众号主键 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getWid() { + return this.wid; + } + + /** + * 字段名称 :公众号主键 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setWid(String wid) { + this.wid = wid; + } + + /** + * 字段名称 :会员ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getMemberId() { + return this.memberId; + } + + /** + * 字段名称 :会员ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setMemberId(String memberId) { + this.memberId = memberId; + } + + /** + * 字段名称 :用户手机号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPhone() { + return this.phone; + } + + /** + * 字段名称 :用户手机号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPhone(String phone) { + this.phone = phone; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getDaySeq() { + return this.daySeq; + } + + /** + * 字段名称 :流水号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setDaySeq(String daySeq) { + this.daySeq = daySeq; + } + + /** + * 字段名称 :取餐号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTakeNo() { + return this.takeNo; + } + + /** + * 字段名称 :取餐号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTakeNo(String takeNo) { + this.takeNo = takeNo; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :退单状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getRefundStatus() { + return this.refundStatus; + } + + /** + * 字段名称 :退单状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setRefundStatus(Integer refundStatus) { + this.refundStatus = refundStatus; + } + + /** + * 字段名称 :销售渠道 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getChannel() { + return this.channel; + } + + /** + * 字段名称 :销售渠道 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setChannel(String channel) { + this.channel = channel; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :餐桌名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :餐桌名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :人数 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPeople() { + return this.people; + } + + /** + * 字段名称 :人数 + * 数据类型 :int + * 是否必填 :false + */ + public void setPeople(Integer people) { + this.people = people; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusMode() { + return this.busMode; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusMode(Integer busMode) { + this.busMode = busMode; + } + + public String getBookTime() { + return bookTime; + } + + public void setBookTime(String bookTime) { + this.bookTime = bookTime; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountTotal() { + return this.discountTotal; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountTotal(Double discountTotal) { + this.discountTotal = discountTotal; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivable() { + return this.receivable; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivable(Double receivable) { + this.receivable = receivable; + } + + /** + * 字段名称 :抹零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMaling() { + return this.maling; + } + + /** + * 字段名称 :抹零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMaling(Double maling) { + this.maling = maling; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPaid() { + return this.paid; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPaid(Double paid) { + this.paid = paid; + } + + /** + * 字段名称 :原单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNoOrg() { + return this.noOrg; + } + + /** + * 字段名称 :原单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNoOrg(String noOrg) { + this.noOrg = noOrg; + } + + /** + * 字段名称 :退单原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getBackCause() { + return this.backCause; + } + + /** + * 字段名称 :退单原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setBackCause(String backCause) { + this.backCause = backCause; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsMember() { + return this.isMember; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsMember(Integer isMember) { + this.isMember = isMember; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsInvalid() { + return this.isInvalid; + } + + /** + * 字段名称 :是否失效 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsInvalid(Integer isInvalid) { + this.isInvalid = isInvalid; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :付款类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPayType() { + return this.payType; + } + + /** + * 字段名称 :付款类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPayType(String payType) { + this.payType = payType; + } + + /** + * 字段名称 :付款方式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPayMode() { + return this.payMode; + } + + /** + * 字段名称 :付款方式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPayMode(String payMode) { + this.payMode = payMode; + } + + /** + * 字段名称 :付款时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getPayDate() { + return this.payDate; + } + + /** + * 字段名称 :付款时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setPayDate(Date payDate) { + this.payDate = payDate; + } + + /** + * 字段名称 :取消时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCancelDate() { + return this.cancelDate; + } + + /** + * 字段名称 :取消时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCancelDate(Date cancelDate) { + this.cancelDate = cancelDate; + } + + /** + * 字段名称 :取消原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getCancelReason() { + return this.cancelReason; + } + + /** + * 字段名称 :取消原因 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setCancelReason(String cancelReason) { + this.cancelReason = cancelReason; + } + + /** + * 字段名称 :门店意见 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getStoreReason() { + return this.storeReason; + } + + /** + * 字段名称 :门店意见 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setStoreReason(String storeReason) { + this.storeReason = storeReason; + } + + public String getReceiveName() { + return receiveName; + } + + public void setReceiveName(String receiveName) { + this.receiveName = receiveName; + } + + /** + * 字段名称 :收货人手机号 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public String getReceiveMobile() { + return this.receiveMobile; + } + + /** + * 字段名称 :收货人手机号 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public void setReceiveMobile(String receiveMobile) { + this.receiveMobile = receiveMobile; + } + + /** + * 字段名称 :收货地址 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getReceiveAddress() { + return this.receiveAddress; + } + + /** + * 字段名称 :收货地址 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setReceiveAddress(String receiveAddress) { + this.receiveAddress = receiveAddress; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getBoxFee() { + return this.boxFee; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setBoxFee(Double boxFee) { + this.boxFee = boxFee; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDistributionFee() { + return this.distributionFee; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDistributionFee(Double distributionFee) { + this.distributionFee = distributionFee; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrderItem.java b/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrderItem.java new file mode 100644 index 0000000..5b63b4b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrderItem.java @@ -0,0 +1,984 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信销售订单明细 + * 表代码:cy_wx_sales_order_item + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "WxSalesOrderItem") +public class WxSalesOrderItem extends BaseEntity { + + private static final long serialVersionUID = 1402541485489005308L; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单编号 + */ + private String busNo; + + /** + *会员ID + */ + private String memberId; + + /** + *餐桌号 + */ + private String tableNo; + + /** + *餐桌名称 + */ + private String tableName; + + /** + *行号 + */ + private Integer lineNo; + + /** + *商品ID + */ + private String goodsId; + + /** + *商品名称 + */ + private String goodsName; + + /** + *规格名称 + */ + private String specName; + + /** + *分类ID + */ + private String categoryId; + + /** + *分类路径 + */ + private String categoryPath; + + /** + *分类名称 + */ + private String categoryName; + + /** + *产品ID + */ + private String productId; + + /** + *产品编号 + */ + private String productNo; + + /** + *规格ID + */ + private String specId; + + /** + *产品单位 + */ + private String productUnitId; + + /** + *产品单位名 + */ + private String productUnitName; + + /** + *数量 + */ + private Double count; + + /** + *退菜数量 + */ + private Double rcount; + + /** + *销售价格 + */ + private Double price; + + /** + *产品原价 + */ + private Double priceOrg; + + /** + *折后价格 + */ + private Double discountPrice; + + /** + *销售时间 + */ + private Date saleDate; + + /** + *消费金额 + */ + private Double amount; + + /** + *优惠率 + */ + private Double discount; + + /** + *优惠额 + */ + private Double discountTotal; + + /** + *应收金额 + */ + private Double receivable; + + /** + *加价金额 + */ + private Double addPriceTotal; + + /** + *加价优惠金额 + */ + private Double discountAddTotal; + + /** + *加价应收金额 + */ + private Double amountAddTotal; + + /** + *消费总额 + */ + private Double amountTotal; + + /** + *应收总额 + */ + private Double receivableTotal; + + /** + *是否使用会员卡 + */ + private Integer isMember; + + /** + *是否套菜 + */ + private Integer isSuit; + + /** + *套菜ID + */ + private String suitId; + + /** + *父记录ID + */ + private String parentId; + + /** + *餐盒数量 + */ + private Double boxNum=0.0; + + /** + *餐盒费 + */ + private Double boxPrice=0.0; + + + private String groupName;// 组名 + private String picture;// 图片 + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单编号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :会员ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getMemberId() { + return this.memberId; + } + + /** + * 字段名称 :会员ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setMemberId(String memberId) { + this.memberId = memberId; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :餐桌号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + /** + * 字段名称 :餐桌名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTableName() { + return this.tableName; + } + + /** + * 字段名称 :餐桌名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :行号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getLineNo() { + return this.lineNo; + } + + /** + * 字段名称 :行号 + * 数据类型 :int + * 是否必填 :false + */ + public void setLineNo(Integer lineNo) { + this.lineNo = lineNo; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getGoodsId() { + return this.goodsId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setGoodsId(String goodsId) { + this.goodsId = goodsId; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getGoodsName() { + return this.goodsName; + } + + /** + * 字段名称 :商品名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setGoodsName(String goodsName) { + this.goodsName = goodsName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecName() { + return this.specName; + } + + /** + * 字段名称 :规格名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecName(String specName) { + this.specName = specName; + } + + /** + * 字段名称 :分类ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getCategoryId() { + return this.categoryId; + } + + /** + * 字段名称 :分类ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setCategoryId(String categoryId) { + this.categoryId = categoryId; + } + + /** + * 字段名称 :分类路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getCategoryPath() { + return this.categoryPath; + } + + /** + * 字段名称 :分类路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setCategoryPath(String categoryPath) { + this.categoryPath = categoryPath; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCategoryName() { + return this.categoryName; + } + + /** + * 字段名称 :分类名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCategoryName(String categoryName) { + this.categoryName = categoryName; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getProductNo() { + return this.productNo; + } + + /** + * 字段名称 :产品编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :产品单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductUnitId() { + return this.productUnitId; + } + + /** + * 字段名称 :产品单位 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductUnitId(String productUnitId) { + this.productUnitId = productUnitId; + } + + /** + * 字段名称 :产品单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProductUnitName() { + return this.productUnitName; + } + + /** + * 字段名称 :产品单位名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProductUnitName(String productUnitName) { + this.productUnitName = productUnitName; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public Double getCount() { + return this.count; + } + + /** + * 字段名称 :数量 + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public void setCount(Double count) { + this.count = count; + } + + /** + * 字段名称 :退菜数量 + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public Double getRcount() { + return this.rcount; + } + + /** + * 字段名称 :退菜数量 + * 数据类型 :decimal(24,4) + * 是否必填 :true + */ + public void setRcount(Double rcount) { + this.rcount = rcount; + } + + /** + * 字段名称 :销售价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :销售价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :产品原价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPriceOrg() { + return this.priceOrg; + } + + /** + * 字段名称 :产品原价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPriceOrg(Double priceOrg) { + this.priceOrg = priceOrg; + } + + /** + * 字段名称 :折后价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountPrice() { + return this.discountPrice; + } + + /** + * 字段名称 :折后价格 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountPrice(Double discountPrice) { + this.discountPrice = discountPrice; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmount() { + return this.amount; + } + + /** + * 字段名称 :消费金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmount(Double amount) { + this.amount = amount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :优惠率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountTotal() { + return this.discountTotal; + } + + /** + * 字段名称 :优惠额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountTotal(Double discountTotal) { + this.discountTotal = discountTotal; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivable() { + return this.receivable; + } + + /** + * 字段名称 :应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivable(Double receivable) { + this.receivable = receivable; + } + + /** + * 字段名称 :加价金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddPriceTotal() { + return this.addPriceTotal; + } + + /** + * 字段名称 :加价金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddPriceTotal(Double addPriceTotal) { + this.addPriceTotal = addPriceTotal; + } + + /** + * 字段名称 :加价优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountAddTotal() { + return this.discountAddTotal; + } + + /** + * 字段名称 :加价优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountAddTotal(Double discountAddTotal) { + this.discountAddTotal = discountAddTotal; + } + + /** + * 字段名称 :加价应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmountAddTotal() { + return this.amountAddTotal; + } + + /** + * 字段名称 :加价应收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmountAddTotal(Double amountAddTotal) { + this.amountAddTotal = amountAddTotal; + } + + /** + * 字段名称 :消费总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAmountTotal() { + return this.amountTotal; + } + + /** + * 字段名称 :消费总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAmountTotal(Double amountTotal) { + this.amountTotal = amountTotal; + } + + /** + * 字段名称 :应收总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getReceivableTotal() { + return this.receivableTotal; + } + + /** + * 字段名称 :应收总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setReceivableTotal(Double receivableTotal) { + this.receivableTotal = receivableTotal; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsMember() { + return this.isMember; + } + + /** + * 字段名称 :是否使用会员卡 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsMember(Integer isMember) { + this.isMember = isMember; + } + + /** + * 字段名称 :是否套菜 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsSuit() { + return this.isSuit; + } + + /** + * 字段名称 :是否套菜 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsSuit(Integer isSuit) { + this.isSuit = isSuit; + } + + /** + * 字段名称 :套菜ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSuitId() { + return this.suitId; + } + + /** + * 字段名称 :套菜ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSuitId(String suitId) { + this.suitId = suitId; + } + + /** + * 字段名称 :父记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getParentId() { + return this.parentId; + } + + /** + * 字段名称 :父记录ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setParentId(String parentId) { + this.parentId = parentId; + } + + + /** + * 字段名称 :餐盒数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getBoxNum() { + return this.boxNum; + } + + /** + * 字段名称 :餐盒数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setBoxNum(Double boxNum) { + this.boxNum = boxNum; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getBoxPrice() { + return this.boxPrice; + } + + /** + * 字段名称 :餐盒费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setBoxPrice(Double boxPrice) { + this.boxPrice = boxPrice; + } + + + + public String getGroupName() { + return groupName; + } + + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + public String getPicture() { + return picture; + } + + public void setPicture(String picture) { + this.picture = picture; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrderItemMake.java b/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrderItemMake.java new file mode 100644 index 0000000..37e892d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrderItemMake.java @@ -0,0 +1,433 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信销售订单做法明细 + * 表代码:cy_wx_sales_order_item_make + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"WxSalesOrderItemMake") +public class WxSalesOrderItemMake extends BaseEntity { + + private static final long serialVersionUID = 1014913296198153398L; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单编号 + */ + private String busNo; + + /** + *会员ID + */ + private String memberId; + + /** + *订单明细ID + */ + private String orderItemId; + + /** + *做法ID + */ + private String makeId; + + /** + *做法名称 + */ + private String makeName; + + /** + *做法加价 + */ + private Double addPrice; + + /** + *做法折后加价 + */ + private Double discountPrice; + + /** + *做法数量 + */ + private Double count; + + /** + *做法退数量 + */ + private Double rcount; + + /** + *加价总额 + */ + private Double addTotal; + + /** + *折后总额 + */ + private Double discountAddTotal; + + /** + *折扣率 + */ + private Double discount; + + /** + *管理数量 + */ + private Integer qtyFlag; + + /** + *销售时间 + */ + private Date saleDate; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :会员ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getMemberId() { + return this.memberId; + } + + /** + * 字段名称 :会员ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setMemberId(String memberId) { + this.memberId = memberId; + } + + /** + * 字段名称 :订单明细ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOrderItemId() { + return this.orderItemId; + } + + /** + * 字段名称 :订单明细ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOrderItemId(String orderItemId) { + this.orderItemId = orderItemId; + } + + /** + * 字段名称 :做法ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMakeId() { + return this.makeId; + } + + /** + * 字段名称 :做法ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMakeId(String makeId) { + this.makeId = makeId; + } + + /** + * 字段名称 :做法名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMakeName() { + return this.makeName; + } + + /** + * 字段名称 :做法名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMakeName(String makeName) { + this.makeName = makeName; + } + + /** + * 字段名称 :做法加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddPrice() { + return this.addPrice; + } + + /** + * 字段名称 :做法加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddPrice(Double addPrice) { + this.addPrice = addPrice; + } + + /** + * 字段名称 :做法折后加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountPrice() { + return this.discountPrice; + } + + /** + * 字段名称 :做法折后加价 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountPrice(Double discountPrice) { + this.discountPrice = discountPrice; + } + + /** + * 字段名称 :做法数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getCount() { + return this.count; + } + + /** + * 字段名称 :做法数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setCount(Double count) { + this.count = count; + } + + /** + * 字段名称 :做法退数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getRcount() { + return this.rcount; + } + + /** + * 字段名称 :做法退数量 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setRcount(Double rcount) { + this.rcount = rcount; + } + + /** + * 字段名称 :加价总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getAddTotal() { + return this.addTotal; + } + + /** + * 字段名称 :加价总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setAddTotal(Double addTotal) { + this.addTotal = addTotal; + } + + /** + * 字段名称 :折后总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountAddTotal() { + return this.discountAddTotal; + } + + /** + * 字段名称 :折后总额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountAddTotal(Double discountAddTotal) { + this.discountAddTotal = discountAddTotal; + } + + /** + * 字段名称 :折扣率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscount() { + return this.discount; + } + + /** + * 字段名称 :折扣率 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscount(Double discount) { + this.discount = discount; + } + + /** + * 字段名称 :管理数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getQtyFlag() { + return this.qtyFlag; + } + + /** + * 字段名称 :管理数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setQtyFlag(Integer qtyFlag) { + this.qtyFlag = qtyFlag; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrderItemPromo.java b/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrderItemPromo.java new file mode 100644 index 0000000..8166281 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrderItemPromo.java @@ -0,0 +1,212 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信销售订单明细项优惠信息 + * 表代码:cy_wx_sales_order_item_promo + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "WxSalesOrderItemPromo") +public class WxSalesOrderItemPromo extends BaseEntity { + + private static final long serialVersionUID = 1754361914025534264L; + + /** + *门店ID + */ + private String storeId; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单号 + */ + private String busNo; + + /** + *订单明细ID + */ + private String orderItemId; + + /** + *优惠类型 + */ + private Integer type; + + /** + *优惠说明 + */ + private String info; + + /** + *优惠金额 + */ + private Double discountMoney; + + /** + *销售时间 + */ + private Date saleDate; + + private String goodsName;//商品名称; + + public String getGoodsName() { + return goodsName; + } + + public void setGoodsName(String goodsName) { + this.goodsName = goodsName; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :订单明细ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOrderItemId() { + return this.orderItemId; + } + + /** + * 字段名称 :订单明细ID + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOrderItemId(String orderItemId) { + this.orderItemId = orderItemId; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :优惠类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getInfo() { + return this.info; + } + + /** + * 字段名称 :优惠说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setInfo(String info) { + this.info = info; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDiscountMoney() { + return this.discountMoney; + } + + /** + * 字段名称 :优惠金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDiscountMoney(Double discountMoney) { + this.discountMoney = discountMoney; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrderLog.java b/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrderLog.java new file mode 100644 index 0000000..fb66ae7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxSalesOrderLog.java @@ -0,0 +1,133 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信销售订单操作记录 + * 表代码:cy_wx_sales_order_log + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "WxSalesOrderLog") +public class WxSalesOrderLog extends BaseEntity { + + private static final long serialVersionUID = 1486457091806497979L; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单编号 + */ + private String ticketNo; + + /** + *操作类型 + */ + private Integer type; + + /** + *操作状态 + */ + private Integer status; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTicketNo() { + return this.ticketNo; + } + + /** + * 字段名称 :销售单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :操作类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :操作状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxSalesPayment.java b/food-api/src/main/java/com/jwsaas/entity/food/WxSalesPayment.java new file mode 100644 index 0000000..30ba8d4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxSalesPayment.java @@ -0,0 +1,364 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信订单付款信息 + * 表代码:cy_wx_sales_payment + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "WxSalesPayment") +public class WxSalesPayment extends BaseEntity { + + private static final long serialVersionUID = 1296592803482822540L; + + /** + *门店ID + */ + private String storeId; + + /** + *销售单ID + */ + private String ticketId; + + /** + *销售单编号 + */ + private String busNo; + + /** + *会员ID + */ + private String memberId; + + /** + *付款单号 + */ + private String payNo; + + /** + *付款类型 + */ + private String payType; + + /** + *付款方式 + */ + private String payMode; + + /** + *单据状态 + */ + private Integer status; + + /** + *实收金额 + */ + private Double paid; + + /** + *找零金额 + */ + private Double rchange; + + /** + *已收金额 + */ + private Double money; + + /** + *凭证号 + */ + private String voucherNo; + + /** + *付款时间 + */ + private Date payDate; + + /** + *付款账号 + */ + private String payAccount; + + /** + *备注 + */ + private String memo; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTicketId() { + return this.ticketId; + } + + /** + * 字段名称 :销售单ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + /** + * 字段名称 :销售单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :会员ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getMemberId() { + return this.memberId; + } + + /** + * 字段名称 :会员ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setMemberId(String memberId) { + this.memberId = memberId; + } + + /** + * 字段名称 :付款单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPayNo() { + return this.payNo; + } + + /** + * 字段名称 :付款单号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPayNo(String payNo) { + this.payNo = payNo; + } + + /** + * 字段名称 :付款类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPayType() { + return this.payType; + } + + /** + * 字段名称 :付款类型 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPayType(String payType) { + this.payType = payType; + } + + /** + * 字段名称 :付款方式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPayMode() { + return this.payMode; + } + + /** + * 字段名称 :付款方式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPayMode(String payMode) { + this.payMode = payMode; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getPaid() { + return this.paid; + } + + /** + * 字段名称 :实收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setPaid(Double paid) { + this.paid = paid; + } + + /** + * 字段名称 :找零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getRchange() { + return this.rchange; + } + + /** + * 字段名称 :找零金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setRchange(Double rchange) { + this.rchange = rchange; + } + + /** + * 字段名称 :已收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getMoney() { + return this.money; + } + + /** + * 字段名称 :已收金额 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setMoney(Double money) { + this.money = money; + } + + /** + * 字段名称 :凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getVoucherNo() { + return this.voucherNo; + } + + /** + * 字段名称 :凭证号 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setVoucherNo(String voucherNo) { + this.voucherNo = voucherNo; + } + + /** + * 字段名称 :付款时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getPayDate() { + return this.payDate; + } + + /** + * 字段名称 :付款时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setPayDate(Date payDate) { + this.payDate = payDate; + } + + /** + * 字段名称 :付款账号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getPayAccount() { + return this.payAccount; + } + + /** + * 字段名称 :付款账号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setPayAccount(String payAccount) { + this.payAccount = payAccount; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxStore.java b/food-api/src/main/java/com/jwsaas/entity/food/WxStore.java new file mode 100644 index 0000000..0bd8440 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxStore.java @@ -0,0 +1,496 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信门店信息 + * 表代码:cy_wx_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"WxStore") +public class WxStore extends BaseEntity { + + private static final long serialVersionUID = 1642833120474380421L; + + /** + *门店编号 + */ + private String no; + + /** + *门店名称 + */ + private String name; + + /** + *订餐电话 + */ + private String orderTel; + + /** + *地址 + */ + private String address; + + /** + *是否启用 + */ + private Integer enabled; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *关联门店ID + */ + private String storeId; + + /** + *纬度 + */ + private Double latitude; + + /** + *经度 + */ + private Double longitude; + + /** + *公告信息 + */ + private String noticeInfo; + + /** + *是否营业 + */ + private Integer isOpen; + + /** + *营业时间类型 + */ + private Integer openTimeType; + + /** + *营业时间 + */ + private String openTime; + + /** + *配送费 + */ + private Double deliverFee; + + /** + *配送费减免类型 + */ + private Integer deliverFeeDiscountType; + + /** + *配送费减免规则 + */ + private String deliverFeeDiscountRule; + + /** + *公众号ID + */ + private String wid; + + /** + *POS编号 + */ + private String posNo; + + /** + *营业模式 + */ + private String busModes; + + /** + * 小程序账户信息id + */ + private String litAppAccountId; + + + private String areaId; + private String areaPath; + private String typeId; + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :订餐电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getOrderTel() { + return this.orderTel; + } + + /** + * 字段名称 :订餐电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setOrderTel(String orderTel) { + this.orderTel = orderTel; + } + + /** + * 字段名称 :地址 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAddress() { + return this.address; + } + + /** + * 字段名称 :地址 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnabled() { + return this.enabled; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnabled(Integer enabled) { + this.enabled = enabled; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :关联门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :关联门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :纬度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public Double getLatitude() { + return this.latitude; + } + + /** + * 字段名称 :纬度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public void setLatitude(Double latitude) { + this.latitude = latitude; + } + + /** + * 字段名称 :经度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public Double getLongitude() { + return this.longitude; + } + + /** + * 字段名称 :经度 + * 数据类型 :decimal(24,8) + * 是否必填 :false + */ + public void setLongitude(Double longitude) { + this.longitude = longitude; + } + + /** + * 字段名称 :公告信息 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getNoticeInfo() { + return this.noticeInfo; + } + + /** + * 字段名称 :公告信息 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setNoticeInfo(String noticeInfo) { + this.noticeInfo = noticeInfo; + } + + /** + * 字段名称 :是否营业 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsOpen() { + return this.isOpen; + } + + /** + * 字段名称 :是否营业 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsOpen(Integer isOpen) { + this.isOpen = isOpen; + } + + /** + * 字段名称 :营业时间类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getOpenTimeType() { + return this.openTimeType; + } + + /** + * 字段名称 :营业时间类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setOpenTimeType(Integer openTimeType) { + this.openTimeType = openTimeType; + } + + /** + * 字段名称 :营业时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOpenTime() { + return this.openTime; + } + + /** + * 字段名称 :营业时间 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOpenTime(String openTime) { + this.openTime = openTime; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getDeliverFee() { + return this.deliverFee; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setDeliverFee(Double deliverFee) { + this.deliverFee = deliverFee; + } + + /** + * 字段名称 :配送费减免类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeliverFeeDiscountType() { + return this.deliverFeeDiscountType; + } + + /** + * 字段名称 :配送费减免类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeliverFeeDiscountType(Integer deliverFeeDiscountType) { + this.deliverFeeDiscountType = deliverFeeDiscountType; + } + + /** + * 字段名称 :配送费减免规则 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDeliverFeeDiscountRule() { + return this.deliverFeeDiscountRule; + } + + /** + * 字段名称 :配送费减免规则 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDeliverFeeDiscountRule(String deliverFeeDiscountRule) { + this.deliverFeeDiscountRule = deliverFeeDiscountRule; + } + + /** + * 字段名称 :公众号ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getWid() { + return this.wid; + } + + /** + * 字段名称 :公众号ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setWid(String wid) { + this.wid = wid; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getBusModes() { + return this.busModes; + } + + /** + * 字段名称 :营业模式 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setBusModes(String busModes) { + this.busModes = busModes; + } + + public String getLitAppAccountId() { + return litAppAccountId; + } + + public void setLitAppAccountId(String litAppAccountId) { + this.litAppAccountId = litAppAccountId; + } + + public String getAreaId() { + return areaId; + } + + public void setAreaId(String areaId) { + this.areaId = areaId; + } + + public String getAreaPath() { + return areaPath; + } + + public void setAreaPath(String areaPath) { + this.areaPath = areaPath; + } + + public String getTypeId() { + return typeId; + } + + public void setTypeId(String typeId) { + this.typeId = typeId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxStoreGoods.java b/food-api/src/main/java/com/jwsaas/entity/food/WxStoreGoods.java new file mode 100644 index 0000000..1714f4d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxStoreGoods.java @@ -0,0 +1,270 @@ +package com.jwsaas.entity.food; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信门店商品关联表 + * 表代码:cy_wx_store_goods + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "WxStoreGoods") +public class WxStoreGoods extends BaseEntity { + + private static final long serialVersionUID = 1087497976525296609L; + + /** + *门店ID + */ + private String storeId; + + /** + *商品ID + */ + private String goodsId; + + /** + *产品ID + */ + private String productId; + + /** + *规格ID + */ + private String specId; + + /** + *售价 + */ + private Double price; + + /** + *会员价 + */ + private Double memberPrice; + + /** + *库存数量 + */ + private Double inventoryQuantity; + + private Integer saleStatus; + + private String goodsName; + private String specName; + private String description; + private String categoryId; + private Integer orderNo; + private Integer isNew; + private Double minCount; //最小购买量 + private Double limitCount;//限购量 + private String productNo; + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getGoodsId() { + return this.goodsId; + } + + /** + * 字段名称 :商品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setGoodsId(String goodsId) { + this.goodsId = goodsId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSpecId() { + return this.specId; + } + + /** + * 字段名称 :规格ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSpecId(String specId) { + this.specId = specId; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getPrice() { + return this.price; + } + + /** + * 字段名称 :售价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setPrice(Double price) { + this.price = price; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getMemberPrice() { + return this.memberPrice; + } + + /** + * 字段名称 :会员价 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setMemberPrice(Double memberPrice) { + this.memberPrice = memberPrice; + } + + /** + * 字段名称 :库存数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getInventoryQuantity() { + return this.inventoryQuantity; + } + + /** + * 字段名称 :库存数量 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setInventoryQuantity(Double inventoryQuantity) { + this.inventoryQuantity = inventoryQuantity; + } + + public Integer getSaleStatus() { + return saleStatus; + } + + public void setSaleStatus(Integer saleStatus) { + this.saleStatus = saleStatus; + } + + public String getGoodsName() { + return goodsName; + } + + public void setGoodsName(String goodsName) { + this.goodsName = goodsName; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public String getCategoryId() { + return categoryId; + } + + public void setCategoryId(String categoryId) { + this.categoryId = categoryId; + } + + public Integer getOrderNo() { + return orderNo; + } + + public void setOrderNo(Integer orderNo) { + this.orderNo = orderNo; + } + + public Integer getIsNew() { + return isNew; + } + + public void setIsNew(Integer isNew) { + this.isNew = isNew; + } + + public Double getMinCount() { + return minCount; + } + + public void setMinCount(Double minCount) { + this.minCount = minCount; + } + + public Double getLimitCount() { + return limitCount; + } + + public void setLimitCount(Double limitCount) { + this.limitCount = limitCount; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxdcDistribution.java b/food-api/src/main/java/com/jwsaas/entity/food/WxdcDistribution.java new file mode 100644 index 0000000..3d37d1d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxdcDistribution.java @@ -0,0 +1,272 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信点餐饮配送信息 + * 表代码:mc_wxdc_distribution + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"WxdcDistribution") +public class WxdcDistribution extends BaseEntity { + + private static final long serialVersionUID = 1369177077278722044L; + + /** + *业态编号 + */ + private String busNo; + + /** + *微信ID + */ + private String wid; + + /** + *门店编号 + */ + private String shopNo; + + /** + *门店名称 + */ + private String shopName; + + /** + *销售流水号 + */ + private String serialNo; + + /** + *交易参考号 + */ + private String referNo; + + /** + *商户订单号 + */ + private String tradeNo; + + /** + *订餐人手机号 + */ + private String mobile; + + /** + *收货人手机号 + */ + private String receiveMobile; + + /** + *收货地址 + */ + private String receiveAddress; + + /** + *配送费 + */ + private Double distributionFee; + + + /** + * 字段名称 :业态编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :业态编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :微信ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getWid() { + return this.wid; + } + + /** + * 字段名称 :微信ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setWid(String wid) { + this.wid = wid; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getShopNo() { + return this.shopNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setShopNo(String shopNo) { + this.shopNo = shopNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(255) + * 是否必填 :false + */ + public String getShopName() { + return this.shopName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(255) + * 是否必填 :false + */ + public void setShopName(String shopName) { + this.shopName = shopName; + } + + /** + * 字段名称 :销售流水号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSerialNo() { + return this.serialNo; + } + + /** + * 字段名称 :销售流水号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSerialNo(String serialNo) { + this.serialNo = serialNo; + } + + /** + * 字段名称 :交易参考号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getReferNo() { + return this.referNo; + } + + /** + * 字段名称 :交易参考号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setReferNo(String referNo) { + this.referNo = referNo; + } + + /** + * 字段名称 :商户订单号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTradeNo() { + return this.tradeNo; + } + + /** + * 字段名称 :商户订单号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTradeNo(String tradeNo) { + this.tradeNo = tradeNo; + } + + /** + * 字段名称 :订餐人手机号 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :订餐人手机号 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :收货人手机号 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public String getReceiveMobile() { + return this.receiveMobile; + } + + /** + * 字段名称 :收货人手机号 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public void setReceiveMobile(String receiveMobile) { + this.receiveMobile = receiveMobile; + } + + /** + * 字段名称 :收货地址 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getReceiveAddress() { + return this.receiveAddress; + } + + /** + * 字段名称 :收货地址 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setReceiveAddress(String receiveAddress) { + this.receiveAddress = receiveAddress; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public Double getDistributionFee() { + return this.distributionFee; + } + + /** + * 字段名称 :配送费 + * 数据类型 :decimal(24,2) + * 是否必填 :false + */ + public void setDistributionFee(Double distributionFee) { + this.distributionFee = distributionFee; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/WxdcDistributionAddress.java b/food-api/src/main/java/com/jwsaas/entity/food/WxdcDistributionAddress.java new file mode 100644 index 0000000..f031129 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/WxdcDistributionAddress.java @@ -0,0 +1,207 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信点餐饮配送地址 + * 表代码:mc_wxdc_distribution_address + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"WxdcDistributionAddress") +public class WxdcDistributionAddress extends BaseEntity { + + private static final long serialVersionUID = 1009866854720046580L; + /** + *微信ID + */ + private String wid; + + /** + *微信openId + */ + private String openId; + + /** + *收货人 + */ + private String name; + private String sex; + + + /** + *订餐人手机号 + */ + private String mobile; + + /** + *收货人手机号 + */ + private String receiveMobile; + + /** + *收货地址 + */ + private String receiveAddress; + + /** + *是否默认 + */ + private Integer isDefault; + + /** + *地址标签 + */ + private String addressLabel; + + + /** + * 字段名称 :微信ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getWid() { + return this.wid; + } + + /** + * 字段名称 :微信ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setWid(String wid) { + this.wid = wid; + } + + /** + * 字段名称 :微信openId + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getOpenId() { + return this.openId; + } + + /** + * 字段名称 :微信openId + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setOpenId(String openId) { + this.openId = openId; + } + + /** + * 字段名称 :收货人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :收货人 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + public String getSex() { + return sex; + } + + public void setSex(String sex) { + this.sex = sex; + } + + /** + * 字段名称 :订餐人手机号 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :订餐人手机号 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :收货人手机号 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public String getReceiveMobile() { + return this.receiveMobile; + } + + /** + * 字段名称 :收货人手机号 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public void setReceiveMobile(String receiveMobile) { + this.receiveMobile = receiveMobile; + } + + /** + * 字段名称 :收货地址 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getReceiveAddress() { + return this.receiveAddress; + } + + /** + * 字段名称 :收货地址 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setReceiveAddress(String receiveAddress) { + this.receiveAddress = receiveAddress; + } + + /** + * 字段名称 :是否默认 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsDefault() { + return isDefault; + } + + public void setIsDefault(Integer isDefault) { + this.isDefault = isDefault; + } + + /** + * 字段名称 :地址标签 + * 数据类型 :varchar(27) + * 是否必填 :false + */ + public String getAddressLabel() { + return this.addressLabel; + } + + /** + * 字段名称 :地址标签 + * 数据类型 :varchar(27) + * 是否必填 :false + */ + public void setAddressLabel(String addressLabel) { + this.addressLabel = addressLabel; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/YunposSet.java b/food-api/src/main/java/com/jwsaas/entity/food/YunposSet.java new file mode 100644 index 0000000..75d2925 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/YunposSet.java @@ -0,0 +1,134 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店云参数设置 + * 表代码:cy_yunpos_set + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"YunposSet") +public class YunposSet extends BaseEntity { + + private static final long serialVersionUID = 1765925795577192420L; + + /** + *方案名称 + */ + private String name; + + /** + *终端版本 + */ + private String terminalType; + + /** + *备注信息 + */ + private String description; + + /** + *是否启用 + */ + private Integer enable; + + /** + *设置参数 + */ + private String pbody; + + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :终端版本 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTerminalType() { + return this.terminalType; + } + + /** + * 字段名称 :终端版本 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTerminalType(String terminalType) { + this.terminalType = terminalType; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注信息 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getEnable() { + return this.enable; + } + + /** + * 字段名称 :是否启用 + * 数据类型 :int + * 是否必填 :false + */ + public void setEnable(Integer enable) { + this.enable = enable; + } + + /** + * 字段名称 :设置参数 + * 数据类型 :text + * 是否必填 :false + */ + public String getPbody() { + return this.pbody; + } + + /** + * 字段名称 :设置参数 + * 数据类型 :text + * 是否必填 :false + */ + public void setPbody(String pbody) { + this.pbody = pbody; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/food/YunposSetStore.java b/food-api/src/main/java/com/jwsaas/entity/food/YunposSetStore.java new file mode 100644 index 0000000..f3d3970 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/food/YunposSetStore.java @@ -0,0 +1,65 @@ +package com.jwsaas.entity.food; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:门店云参数设置门店关联 + * 表代码:cy_yunpos_set_store + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"YunposSetStore") +public class YunposSetStore extends BaseEntity { + + private static final long serialVersionUID = 1976575246752696469L; + + /** + *门店ID + */ + private String storeId; + + /** + *设置ID + */ + private String setId; + + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :设置ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setSetId(String setId) { + this.setId = setId; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/Agent.java b/food-api/src/main/java/com/jwsaas/entity/ops/Agent.java new file mode 100644 index 0000000..6731361 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/Agent.java @@ -0,0 +1,341 @@ +package com.jwsaas.entity.ops; + +import com.jwsaas.Constants; +import com.jwsaas.entity.BaseEntity; +import org.apache.ibatis.type.Alias; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:代理商管理 + * 表代码:yw_agent + */ +@Alias(Constants.OPS_SIGN+"Agent") +public class Agent extends BaseEntity { + + private static final long serialVersionUID = 1723592295714572799L; + + /** + *编码 + */ + private String code; + + /** + *名称 + */ + private String name; + + /** + *顶级代理ID + */ + private String topParentId; + + /** + *上级代理ID + */ + private String parentId; + + /** + *区域 + */ + private String area; + + /** + *负责人 + */ + private String contacts; + + /** + *联系电话 + */ + private String phone; + + /** + *手机号码 + */ + private String mobile; + + /** + *是否分成 + */ + private Integer isShare; + + /** + *三级分成数据 + */ + private String shareData; + + /** + *电子邮箱 + */ + private String email; + + /** + *地址 + */ + private String address; + + /** + *备注 + */ + private String memo; + + /** + *二级代理机构号 + */ + private String subInsCd; + + + /** + * 字段名称 :编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCode() { + return this.code; + } + + /** + * 字段名称 :编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCode(String code) { + this.code = code; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :顶级代理ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTopParentId() { + return this.topParentId; + } + + /** + * 字段名称 :顶级代理ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTopParentId(String topParentId) { + this.topParentId = topParentId; + } + + /** + * 字段名称 :上级代理ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getParentId() { + return this.parentId; + } + + /** + * 字段名称 :上级代理ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setParentId(String parentId) { + this.parentId = parentId; + } + + /** + * 字段名称 :区域 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getArea() { + return this.area; + } + + /** + * 字段名称 :区域 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setArea(String area) { + this.area = area; + } + + /** + * 字段名称 :负责人 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getContacts() { + return this.contacts; + } + + /** + * 字段名称 :负责人 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setContacts(String contacts) { + this.contacts = contacts; + } + + /** + * 字段名称 :联系电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPhone() { + return this.phone; + } + + /** + * 字段名称 :联系电话 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPhone(String phone) { + this.phone = phone; + } + + /** + * 字段名称 :手机号码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getMobile() { + return this.mobile; + } + + /** + * 字段名称 :手机号码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setMobile(String mobile) { + this.mobile = mobile; + } + + /** + * 字段名称 :是否分成 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsShare() { + return this.isShare; + } + + /** + * 字段名称 :是否分成 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsShare(Integer isShare) { + this.isShare = isShare; + } + + /** + * 字段名称 :三级分成数据 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getShareData() { + return this.shareData; + } + + /** + * 字段名称 :三级分成数据 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setShareData(String shareData) { + this.shareData = shareData; + } + + /** + * 字段名称 :电子邮箱 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getEmail() { + return this.email; + } + + /** + * 字段名称 :电子邮箱 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setEmail(String email) { + this.email = email; + } + + /** + * 字段名称 :地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAddress() { + return this.address; + } + + /** + * 字段名称 :地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAddress(String address) { + this.address = address; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :二级代理机构号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSubInsCd() { + return this.subInsCd; + } + + /** + * 字段名称 :二级代理机构号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSubInsCd(String subInsCd) { + this.subInsCd = subInsCd; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/AgentSubFuyouTicket.java b/food-api/src/main/java/com/jwsaas/entity/ops/AgentSubFuyouTicket.java new file mode 100644 index 0000000..823c4e6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/AgentSubFuyouTicket.java @@ -0,0 +1,1652 @@ +package com.jwsaas.entity.ops; + +import com.jwsaas.Constants; +import com.jwsaas.entity.BaseEntity; +import org.apache.ibatis.type.Alias; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:富有子商户登记记录 + * 表代码:yw_agent_sub_fuyou_ticket + */ +@Alias(Constants.OPS_SIGN+"AgentSubFuyouTicket") +public class AgentSubFuyouTicket extends BaseEntity { + + private static final long serialVersionUID = 1682671358931816683L; + + /** + *代理商ID + */ + private String agentId; + + /** + *一级代理机构号 + */ + private String insCd; + + /** + *二级代理机构号 + */ + private String subInsCd; + + /** + *单据流水号 + */ + private String traceNo; + + /** + *单据状态 + */ + private Integer status; + + /** + *单据申请响应编号 + */ + private String retCode; + + /** + *单据申请响应说明 + */ + private String retMsg; + + /** + *富有支付商户号 + */ + private String fyMchntCd; + + /** + *微信支付子商户号 + */ + private String wxMchntCd; + + /** + *微信APP支付子商户号 + */ + private String wxappMchntCd; + + /** + *信息变更单号 + */ + private String acntUpdNo; + + /** + *信息变更状态 + */ + private String acntUpdSt; + + /** + *信息变更说明 + */ + private String acntUpdMsg; + + /** + *企业编号 + */ + private String tenantCode; + + /** + *商户名称 + */ + private String mchntName; + + /** + *商户简称 + */ + private String mchntShortName; + + /** + *商户真实姓名 + */ + private String realName; + + /** + *证件类型 + */ + private String licenseType; + + /** + *证件号码 + */ + private String licenseNo; + + /** + *证件到期日期 + */ + private String licenseExpireDt; + + /** + *法人姓名 + */ + private String artifNm; + + /** + *法人身份证号 + */ + private String certifId; + + /** + *法人身份证到期日期 + */ + private String certifIdExpireDt; + + /** + *联系人姓名 + */ + private String contactPerson; + + /** + *客户电话 + */ + private String contactPhone; + + /** + *联系人电话 + */ + private String contactMobile; + + /** + *联系邮箱 + */ + private String contactEmail; + + /** + *经营范围代码 + */ + private String business; + + /** + *市代码 + */ + private String cityCd; + + /** + *区县代码 + */ + private String countyCd; + + /** + *联系地址 + */ + private String contactAddr; + + /** + *入账卡类型 + */ + private Integer acntType; + + /** + *入账卡行别 + */ + private String bankType; + + /** + *法人入账标识 + */ + private Integer acntArtifFlag; + + /** + *入账卡户名 + */ + private String acntNm; + + /** + *入账人证件类型 + */ + private Integer acntCertifTp; + + /** + *入账证件号码 + */ + private String acntCertifId; + + /** + *对私证件到期日期 + */ + private String acntCertifExpireDt; + + /** + *入账卡开户行联行号 + */ + private String interBankNo; + + /** + *入账卡开户行 + */ + private String issBankNm; + + /** + *入账卡号 + */ + private String acntNo; + + /** + *行别2 + */ + private String bankType2; + + /** + *入账卡户名2 + */ + private String acntNm2; + + /** + *入账卡开户行联行号2 + */ + private String interBankNo2; + + /** + *入账卡开户行2 + */ + private String issBankNm2; + + /** + *入账卡号2 + */ + private String acntNo2; + + /** + *扣率套餐代码 + */ + private String setCd; + + /** + *小额清算金额 + */ + private Integer settleAmt; + + /** + *清算类型 + */ + private Integer settleTp; + + /** + *DO扣率套餐代码 + */ + private String txSetCd; + + /** + *是否开放DO提现 + */ + private Integer txFlag; + + /** + *退货标识 + */ + private Integer thFlag; + + /** + *微信支付标识 + */ + private Integer wxFlag; + + /** + *微信业务标识 + */ + private Integer wxBusiFlag; + + /** + *支付宝支付标识 + */ + private Integer aliFlag; + + /** + *微信扣费套餐代码 + */ + private String wxSetCd; + + /** + *支付宝扣费套餐代码 + */ + private String aliSetCd; + + /** + *资金增值服务 + */ + private Integer autoBuy; + + /** + *QQ钱包支付标识 + */ + private Integer qpayFlag; + + /** + *QQ钱包扣费套餐代码 + */ + private String qpaySetCd; + + /** + *京东钱包支付标识 + */ + private Integer jdpayFlag; + + /** + *京东钱包扣费套餐代码 + */ + private String jdpaySetCd; + + /** + *微信APP支付标识 + */ + private Integer wxappFlag; + + /** + *微信APP扣费套餐代码 + */ + private String wxappSetCd; + + /** + *天天结标识 + */ + private Integer dailySettleFlag; + + /** + *天天结扣费套餐代码 + */ + private String dailySettleSetCd; + + /** + *翼支付标识 + */ + private Integer bestpayFlag; + + /** + *翼支付扣费套餐代码 + */ + private String bestpaySetCd; + + /** + *电子协议验证码 + */ + private String verifyNo; + + /** + *协议编号 + */ + private String contractNo; + + /** + *协议签署服务地址 + */ + private String signUrl; + + + /** + * 字段名称 :代理商ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getAgentId() { + return this.agentId; + } + + /** + * 字段名称 :代理商ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setAgentId(String agentId) { + this.agentId = agentId; + } + + /** + * 字段名称 :一级代理机构号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getInsCd() { + return this.insCd; + } + + /** + * 字段名称 :一级代理机构号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setInsCd(String insCd) { + this.insCd = insCd; + } + + /** + * 字段名称 :二级代理机构号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getSubInsCd() { + return this.subInsCd; + } + + /** + * 字段名称 :二级代理机构号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setSubInsCd(String subInsCd) { + this.subInsCd = subInsCd; + } + + /** + * 字段名称 :单据流水号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getTraceNo() { + return this.traceNo; + } + + /** + * 字段名称 :单据流水号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setTraceNo(String traceNo) { + this.traceNo = traceNo; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :单据状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :单据申请响应编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getRetCode() { + return this.retCode; + } + + /** + * 字段名称 :单据申请响应编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setRetCode(String retCode) { + this.retCode = retCode; + } + + /** + * 字段名称 :单据申请响应说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getRetMsg() { + return this.retMsg; + } + + /** + * 字段名称 :单据申请响应说明 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setRetMsg(String retMsg) { + this.retMsg = retMsg; + } + + /** + * 字段名称 :富有支付商户号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getFyMchntCd() { + return this.fyMchntCd; + } + + /** + * 字段名称 :富有支付商户号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setFyMchntCd(String fyMchntCd) { + this.fyMchntCd = fyMchntCd; + } + + /** + * 字段名称 :微信支付子商户号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWxMchntCd() { + return this.wxMchntCd; + } + + /** + * 字段名称 :微信支付子商户号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWxMchntCd(String wxMchntCd) { + this.wxMchntCd = wxMchntCd; + } + + /** + * 字段名称 :微信APP支付子商户号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWxappMchntCd() { + return this.wxappMchntCd; + } + + /** + * 字段名称 :微信APP支付子商户号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWxappMchntCd(String wxappMchntCd) { + this.wxappMchntCd = wxappMchntCd; + } + + /** + * 字段名称 :信息变更单号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getAcntUpdNo() { + return this.acntUpdNo; + } + + /** + * 字段名称 :信息变更单号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setAcntUpdNo(String acntUpdNo) { + this.acntUpdNo = acntUpdNo; + } + + /** + * 字段名称 :信息变更状态 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getAcntUpdSt() { + return this.acntUpdSt; + } + + /** + * 字段名称 :信息变更状态 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setAcntUpdSt(String acntUpdSt) { + this.acntUpdSt = acntUpdSt; + } + + /** + * 字段名称 :信息变更说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAcntUpdMsg() { + return this.acntUpdMsg; + } + + /** + * 字段名称 :信息变更说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAcntUpdMsg(String acntUpdMsg) { + this.acntUpdMsg = acntUpdMsg; + } + + /** + * 字段名称 :企业编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :企业编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :商户名称 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public String getMchntName() { + return this.mchntName; + } + + /** + * 字段名称 :商户名称 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public void setMchntName(String mchntName) { + this.mchntName = mchntName; + } + + /** + * 字段名称 :商户简称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getMchntShortName() { + return this.mchntShortName; + } + + /** + * 字段名称 :商户简称 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setMchntShortName(String mchntShortName) { + this.mchntShortName = mchntShortName; + } + + /** + * 字段名称 :商户真实姓名 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public String getRealName() { + return this.realName; + } + + /** + * 字段名称 :商户真实姓名 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public void setRealName(String realName) { + this.realName = realName; + } + + /** + * 字段名称 :证件类型 + * 数据类型 :int + * 是否必填 :true + */ + public String getLicenseType() { + return this.licenseType; + } + + /** + * 字段名称 :证件类型 + * 数据类型 :int + * 是否必填 :true + */ + public void setLicenseType(String licenseType) { + this.licenseType = licenseType; + } + + /** + * 字段名称 :证件号码 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getLicenseNo() { + return this.licenseNo; + } + + /** + * 字段名称 :证件号码 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setLicenseNo(String licenseNo) { + this.licenseNo = licenseNo; + } + + /** + * 字段名称 :证件到期日期 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getLicenseExpireDt() { + return this.licenseExpireDt; + } + + /** + * 字段名称 :证件到期日期 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setLicenseExpireDt(String licenseExpireDt) { + this.licenseExpireDt = licenseExpireDt; + } + + /** + * 字段名称 :法人姓名 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getArtifNm() { + return this.artifNm; + } + + /** + * 字段名称 :法人姓名 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setArtifNm(String artifNm) { + this.artifNm = artifNm; + } + + /** + * 字段名称 :法人身份证号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getCertifId() { + return this.certifId; + } + + /** + * 字段名称 :法人身份证号 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setCertifId(String certifId) { + this.certifId = certifId; + } + + /** + * 字段名称 :法人身份证到期日期 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getCertifIdExpireDt() { + return this.certifIdExpireDt; + } + + /** + * 字段名称 :法人身份证到期日期 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setCertifIdExpireDt(String certifIdExpireDt) { + this.certifIdExpireDt = certifIdExpireDt; + } + + /** + * 字段名称 :联系人姓名 + * 数据类型 :varchar(3072) + * 是否必填 :true + */ + public String getContactPerson() { + return this.contactPerson; + } + + /** + * 字段名称 :联系人姓名 + * 数据类型 :varchar(3072) + * 是否必填 :true + */ + public void setContactPerson(String contactPerson) { + this.contactPerson = contactPerson; + } + + /** + * 字段名称 :客户电话 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getContactPhone() { + return this.contactPhone; + } + + /** + * 字段名称 :客户电话 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setContactPhone(String contactPhone) { + this.contactPhone = contactPhone; + } + + /** + * 字段名称 :联系人电话 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getContactMobile() { + return this.contactMobile; + } + + /** + * 字段名称 :联系人电话 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setContactMobile(String contactMobile) { + this.contactMobile = contactMobile; + } + + /** + * 字段名称 :联系邮箱 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public String getContactEmail() { + return this.contactEmail; + } + + /** + * 字段名称 :联系邮箱 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public void setContactEmail(String contactEmail) { + this.contactEmail = contactEmail; + } + + /** + * 字段名称 :经营范围代码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getBusiness() { + return this.business; + } + + /** + * 字段名称 :经营范围代码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setBusiness(String business) { + this.business = business; + } + + /** + * 字段名称 :市代码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getCityCd() { + return this.cityCd; + } + + /** + * 字段名称 :市代码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setCityCd(String cityCd) { + this.cityCd = cityCd; + } + + /** + * 字段名称 :区县代码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getCountyCd() { + return this.countyCd; + } + + /** + * 字段名称 :区县代码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setCountyCd(String countyCd) { + this.countyCd = countyCd; + } + + /** + * 字段名称 :联系地址 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getContactAddr() { + return this.contactAddr; + } + + /** + * 字段名称 :联系地址 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setContactAddr(String contactAddr) { + this.contactAddr = contactAddr; + } + + /** + * 字段名称 :入账卡类型 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getAcntType() { + return this.acntType; + } + + /** + * 字段名称 :入账卡类型 + * 数据类型 :int + * 是否必填 :true + */ + public void setAcntType(Integer acntType) { + this.acntType = acntType; + } + + /** + * 字段名称 :入账卡行别 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getBankType() { + return this.bankType; + } + + /** + * 字段名称 :入账卡行别 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setBankType(String bankType) { + this.bankType = bankType; + } + + /** + * 字段名称 :法人入账标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getAcntArtifFlag() { + return this.acntArtifFlag; + } + + /** + * 字段名称 :法人入账标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setAcntArtifFlag(Integer acntArtifFlag) { + this.acntArtifFlag = acntArtifFlag; + } + + /** + * 字段名称 :入账卡户名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getAcntNm() { + return this.acntNm; + } + + /** + * 字段名称 :入账卡户名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setAcntNm(String acntNm) { + this.acntNm = acntNm; + } + + /** + * 字段名称 :入账人证件类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getAcntCertifTp() { + return this.acntCertifTp; + } + + /** + * 字段名称 :入账人证件类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setAcntCertifTp(Integer acntCertifTp) { + this.acntCertifTp = acntCertifTp; + } + + /** + * 字段名称 :入账证件号码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAcntCertifId() { + return this.acntCertifId; + } + + /** + * 字段名称 :入账证件号码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAcntCertifId(String acntCertifId) { + this.acntCertifId = acntCertifId; + } + + /** + * 字段名称 :对私证件到期日期 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getAcntCertifExpireDt() { + return this.acntCertifExpireDt; + } + + /** + * 字段名称 :对私证件到期日期 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setAcntCertifExpireDt(String acntCertifExpireDt) { + this.acntCertifExpireDt = acntCertifExpireDt; + } + + /** + * 字段名称 :入账卡开户行联行号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getInterBankNo() { + return this.interBankNo; + } + + /** + * 字段名称 :入账卡开户行联行号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setInterBankNo(String interBankNo) { + this.interBankNo = interBankNo; + } + + /** + * 字段名称 :入账卡开户行 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getIssBankNm() { + return this.issBankNm; + } + + /** + * 字段名称 :入账卡开户行 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setIssBankNm(String issBankNm) { + this.issBankNm = issBankNm; + } + + /** + * 字段名称 :入账卡号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getAcntNo() { + return this.acntNo; + } + + /** + * 字段名称 :入账卡号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setAcntNo(String acntNo) { + this.acntNo = acntNo; + } + + /** + * 字段名称 :行别2 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getBankType2() { + return this.bankType2; + } + + /** + * 字段名称 :行别2 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setBankType2(String bankType2) { + this.bankType2 = bankType2; + } + + /** + * 字段名称 :入账卡户名2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getAcntNm2() { + return this.acntNm2; + } + + /** + * 字段名称 :入账卡户名2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setAcntNm2(String acntNm2) { + this.acntNm2 = acntNm2; + } + + /** + * 字段名称 :入账卡开户行联行号2 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getInterBankNo2() { + return this.interBankNo2; + } + + /** + * 字段名称 :入账卡开户行联行号2 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setInterBankNo2(String interBankNo2) { + this.interBankNo2 = interBankNo2; + } + + /** + * 字段名称 :入账卡开户行2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getIssBankNm2() { + return this.issBankNm2; + } + + /** + * 字段名称 :入账卡开户行2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setIssBankNm2(String issBankNm2) { + this.issBankNm2 = issBankNm2; + } + + /** + * 字段名称 :入账卡号2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getAcntNo2() { + return this.acntNo2; + } + + /** + * 字段名称 :入账卡号2 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setAcntNo2(String acntNo2) { + this.acntNo2 = acntNo2; + } + + /** + * 字段名称 :扣率套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getSetCd() { + return this.setCd; + } + + /** + * 字段名称 :扣率套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setSetCd(String setCd) { + this.setCd = setCd; + } + + /** + * 字段名称 :小额清算金额 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getSettleAmt() { + return this.settleAmt; + } + + /** + * 字段名称 :小额清算金额 + * 数据类型 :int + * 是否必填 :true + */ + public void setSettleAmt(Integer settleAmt) { + this.settleAmt = settleAmt; + } + + /** + * 字段名称 :清算类型 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getSettleTp() { + return this.settleTp; + } + + /** + * 字段名称 :清算类型 + * 数据类型 :int + * 是否必填 :true + */ + public void setSettleTp(Integer settleTp) { + this.settleTp = settleTp; + } + + /** + * 字段名称 :DO扣率套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTxSetCd() { + return this.txSetCd; + } + + /** + * 字段名称 :DO扣率套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTxSetCd(String txSetCd) { + this.txSetCd = txSetCd; + } + + /** + * 字段名称 :是否开放DO提现 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getTxFlag() { + return this.txFlag; + } + + /** + * 字段名称 :是否开放DO提现 + * 数据类型 :int + * 是否必填 :true + */ + public void setTxFlag(Integer txFlag) { + this.txFlag = txFlag; + } + + /** + * 字段名称 :退货标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getThFlag() { + return this.thFlag; + } + + /** + * 字段名称 :退货标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setThFlag(Integer thFlag) { + this.thFlag = thFlag; + } + + /** + * 字段名称 :微信支付标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getWxFlag() { + return this.wxFlag; + } + + /** + * 字段名称 :微信支付标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setWxFlag(Integer wxFlag) { + this.wxFlag = wxFlag; + } + + /** + * 字段名称 :微信业务标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getWxBusiFlag() { + return this.wxBusiFlag; + } + + /** + * 字段名称 :微信业务标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setWxBusiFlag(Integer wxBusiFlag) { + this.wxBusiFlag = wxBusiFlag; + } + + /** + * 字段名称 :支付宝支付标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getAliFlag() { + return this.aliFlag; + } + + /** + * 字段名称 :支付宝支付标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setAliFlag(Integer aliFlag) { + this.aliFlag = aliFlag; + } + + /** + * 字段名称 :微信扣费套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWxSetCd() { + return this.wxSetCd; + } + + /** + * 字段名称 :微信扣费套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWxSetCd(String wxSetCd) { + this.wxSetCd = wxSetCd; + } + + /** + * 字段名称 :支付宝扣费套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getAliSetCd() { + return this.aliSetCd; + } + + /** + * 字段名称 :支付宝扣费套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setAliSetCd(String aliSetCd) { + this.aliSetCd = aliSetCd; + } + + /** + * 字段名称 :资金增值服务 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getAutoBuy() { + return this.autoBuy; + } + + /** + * 字段名称 :资金增值服务 + * 数据类型 :int + * 是否必填 :false + */ + public void setAutoBuy(Integer autoBuy) { + this.autoBuy = autoBuy; + } + + /** + * 字段名称 :QQ钱包支付标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getQpayFlag() { + return this.qpayFlag; + } + + /** + * 字段名称 :QQ钱包支付标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setQpayFlag(Integer qpayFlag) { + this.qpayFlag = qpayFlag; + } + + /** + * 字段名称 :QQ钱包扣费套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getQpaySetCd() { + return this.qpaySetCd; + } + + /** + * 字段名称 :QQ钱包扣费套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setQpaySetCd(String qpaySetCd) { + this.qpaySetCd = qpaySetCd; + } + + /** + * 字段名称 :京东钱包支付标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getJdpayFlag() { + return this.jdpayFlag; + } + + /** + * 字段名称 :京东钱包支付标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setJdpayFlag(Integer jdpayFlag) { + this.jdpayFlag = jdpayFlag; + } + + /** + * 字段名称 :京东钱包扣费套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getJdpaySetCd() { + return this.jdpaySetCd; + } + + /** + * 字段名称 :京东钱包扣费套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setJdpaySetCd(String jdpaySetCd) { + this.jdpaySetCd = jdpaySetCd; + } + + /** + * 字段名称 :微信APP支付标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getWxappFlag() { + return this.wxappFlag; + } + + /** + * 字段名称 :微信APP支付标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setWxappFlag(Integer wxappFlag) { + this.wxappFlag = wxappFlag; + } + + /** + * 字段名称 :微信APP扣费套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getWxappSetCd() { + return this.wxappSetCd; + } + + /** + * 字段名称 :微信APP扣费套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setWxappSetCd(String wxappSetCd) { + this.wxappSetCd = wxappSetCd; + } + + /** + * 字段名称 :天天结标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDailySettleFlag() { + return this.dailySettleFlag; + } + + /** + * 字段名称 :天天结标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDailySettleFlag(Integer dailySettleFlag) { + this.dailySettleFlag = dailySettleFlag; + } + + /** + * 字段名称 :天天结扣费套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getDailySettleSetCd() { + return this.dailySettleSetCd; + } + + /** + * 字段名称 :天天结扣费套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setDailySettleSetCd(String dailySettleSetCd) { + this.dailySettleSetCd = dailySettleSetCd; + } + + /** + * 字段名称 :翼支付标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBestpayFlag() { + return this.bestpayFlag; + } + + /** + * 字段名称 :翼支付标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setBestpayFlag(Integer bestpayFlag) { + this.bestpayFlag = bestpayFlag; + } + + /** + * 字段名称 :翼支付扣费套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getBestpaySetCd() { + return this.bestpaySetCd; + } + + /** + * 字段名称 :翼支付扣费套餐代码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setBestpaySetCd(String bestpaySetCd) { + this.bestpaySetCd = bestpaySetCd; + } + + /** + * 字段名称 :电子协议验证码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getVerifyNo() { + return this.verifyNo; + } + + /** + * 字段名称 :电子协议验证码 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setVerifyNo(String verifyNo) { + this.verifyNo = verifyNo; + } + + /** + * 字段名称 :协议编号 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public String getContractNo() { + return this.contractNo; + } + + /** + * 字段名称 :协议编号 + * 数据类型 :varchar(24) + * 是否必填 :false + */ + public void setContractNo(String contractNo) { + this.contractNo = contractNo; + } + + /** + * 字段名称 :协议签署服务地址 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getSignUrl() { + return this.signUrl; + } + + /** + * 字段名称 :协议签署服务地址 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setSignUrl(String signUrl) { + this.signUrl = signUrl; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/AgentSubFuyouTicketImage.java b/food-api/src/main/java/com/jwsaas/entity/ops/AgentSubFuyouTicketImage.java new file mode 100644 index 0000000..c098952 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/AgentSubFuyouTicketImage.java @@ -0,0 +1,360 @@ +package com.jwsaas.entity.ops; + +import com.jwsaas.Constants; +import com.jwsaas.entity.BaseEntity; +import org.apache.ibatis.type.Alias; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:富有支付子商户登记图片 + * 表代码:yw_agent_sub_fuyou_ticket_image + */ +@Alias(Constants.OPS_SIGN+"AgentSubFuyouTicketImage") +public class AgentSubFuyouTicketImage extends BaseEntity { + + private static final long serialVersionUID = 1779004359679331403L; + + /** + *代理商ID + */ + private String agentId; + + /** + *一级代理机构号 + */ + private String insCd; + + /** + *二级代理机构号 + */ + private String subInsCd; + + /** + *单据ID + */ + private String traceId; + + /** + *单据流水号 + */ + private String traceNo; + + /** + *图片类型 + */ + private Integer imageType; + + /** + *文件名 + */ + private String name; + + /** + *文件类型 + */ + private String mimeType; + + /** + *后缀名 + */ + private String suffix; + + /** + *文件大小 + */ + private String length; + + /** + *图片宽度 + */ + private Integer width; + + /** + *图片高度 + */ + private Integer height; + + /** + *文件系统组名 + */ + private String groupName; + + /** + *文件系统文件名 + */ + private String fileName; + + private String mchntName;//商户名称; + + private Integer status;//状态; + + public Integer getStatus() { + return status; + } + + public void setStatus(Integer status) { + this.status = status; + } + + public String getMchntName() { + return mchntName; + } + + public void setMchntName(String mchntName) { + this.mchntName = mchntName; + } + + /** + * 字段名称 :代理商ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getAgentId() { + return this.agentId; + } + + /** + * 字段名称 :代理商ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setAgentId(String agentId) { + this.agentId = agentId; + } + + /** + * 字段名称 :一级代理机构号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getInsCd() { + return this.insCd; + } + + /** + * 字段名称 :一级代理机构号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setInsCd(String insCd) { + this.insCd = insCd; + } + + /** + * 字段名称 :二级代理机构号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getSubInsCd() { + return this.subInsCd; + } + + /** + * 字段名称 :二级代理机构号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setSubInsCd(String subInsCd) { + this.subInsCd = subInsCd; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getTraceId() { + return this.traceId; + } + + /** + * 字段名称 :单据ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setTraceId(String traceId) { + this.traceId = traceId; + } + + /** + * 字段名称 :单据流水号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getTraceNo() { + return this.traceNo; + } + + /** + * 字段名称 :单据流水号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setTraceNo(String traceNo) { + this.traceNo = traceNo; + } + + /** + * 字段名称 :图片类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getImageType() { + return this.imageType; + } + + /** + * 字段名称 :图片类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setImageType(Integer imageType) { + this.imageType = imageType; + } + + /** + * 字段名称 :文件名 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :文件名 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :文件类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getMimeType() { + return this.mimeType; + } + + /** + * 字段名称 :文件类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setMimeType(String mimeType) { + this.mimeType = mimeType; + } + + /** + * 字段名称 :后缀名 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getSuffix() { + return this.suffix; + } + + /** + * 字段名称 :后缀名 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setSuffix(String suffix) { + this.suffix = suffix; + } + + /** + * 字段名称 :文件大小 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getLength() { + return this.length; + } + + /** + * 字段名称 :文件大小 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setLength(String length) { + this.length = length; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getWidth() { + return this.width; + } + + /** + * 字段名称 :图片宽度 + * 数据类型 :int + * 是否必填 :false + */ + public void setWidth(Integer width) { + this.width = width; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getHeight() { + return this.height; + } + + /** + * 字段名称 :图片高度 + * 数据类型 :int + * 是否必填 :false + */ + public void setHeight(Integer height) { + this.height = height; + } + + /** + * 字段名称 :文件系统组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGroupName() { + return this.groupName; + } + + /** + * 字段名称 :文件系统组名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + /** + * 字段名称 :文件系统文件名 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getFileName() { + return this.fileName; + } + + /** + * 字段名称 :文件系统文件名 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setFileName(String fileName) { + this.fileName = fileName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/AppBaiduBranch.java b/food-api/src/main/java/com/jwsaas/entity/ops/AppBaiduBranch.java new file mode 100644 index 0000000..a676c8d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/AppBaiduBranch.java @@ -0,0 +1,249 @@ +package com.jwsaas.entity.ops; + +import com.jwsaas.Constants; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:百度外卖门店关联信息表 + * 表代码:yw_app_baidu_branch + */ +@Alias(Constants.FOOD_SIGN+"AppBaiduBranch") +public class AppBaiduBranch extends BaseEntity { + + private static final long serialVersionUID = 1364202834526039763L; + + /** + *租户Code + */ + private String tenantCode; + + /** + *应用标识 + */ + private String appSign; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *百度门店ID + */ + private String baiduShopId; + + /** + *百度门店名称 + */ + private String baiduShopName; + + /** + *状态 + */ + private Integer status; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + + /** + * 字段名称 :租户Code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :租户Code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :百度门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getBaiduShopId() { + return this.baiduShopId; + } + + /** + * 字段名称 :百度门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setBaiduShopId(String baiduShopId) { + this.baiduShopId = baiduShopId; + } + + /** + * 字段名称 :百度门店名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getBaiduShopName() { + return this.baiduShopName; + } + + /** + * 字段名称 :百度门店名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setBaiduShopName(String baiduShopName) { + this.baiduShopName = baiduShopName; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/AppGuopanStoreInfo.java b/food-api/src/main/java/com/jwsaas/entity/ops/AppGuopanStoreInfo.java new file mode 100644 index 0000000..4745c64 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/AppGuopanStoreInfo.java @@ -0,0 +1,435 @@ +package com.jwsaas.entity.ops; + +import java.util.Date; + +import com.jwsaas.Constants; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:果盘门店关联信息表 + * 表代码:yw_app_guopan_store_info + */ +@Alias(Constants.OPS_SIGN+"AppGuopanStoreInfo") +public class AppGuopanStoreInfo extends BaseEntity { + + private static final long serialVersionUID = 1002686765587189981L; + + /** + *租户Code + */ + private String tenantCode; + + /** + *应用标识 + */ + private String appSign; + + /** + *商家账号 + */ + private String pid; + + /** + *商家名称 + */ + private String name; + + /** + *地址编码 + */ + private Integer addrCode; + + /** + *业务分类 + */ + private Integer category; + + /** + *扩展模块 + */ + private String ext; + + /** + *开通类型 + */ + private Integer type; + + /** + *秘钥 + */ + private String apiKey; + + /** + *商家ID + */ + private Integer shopId; + + /** + *平台入口地址 + */ + private String loginUrl; + + /** + *用户Id + */ + private Integer usid; + + /** + *果盘门店编号 + */ + private Integer msid; + + /** + *过期时间 + */ + private String expiryDate; + + /** + *状态 + */ + private Integer status; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + + /** + * 字段名称 :租户Code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :租户Code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :商家账号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPid() { + return this.pid; + } + + /** + * 字段名称 :商家账号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPid(String pid) { + this.pid = pid; + } + + /** + * 字段名称 :商家名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :商家名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :地址编码 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getAddrCode() { + return this.addrCode; + } + + /** + * 字段名称 :地址编码 + * 数据类型 :int + * 是否必填 :false + */ + public void setAddrCode(Integer addrCode) { + this.addrCode = addrCode; + } + + /** + * 字段名称 :业务分类 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getCategory() { + return this.category; + } + + /** + * 字段名称 :业务分类 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setCategory(Integer category) { + this.category = category; + } + + /** + * 字段名称 :扩展模块 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getExt() { + return this.ext; + } + + /** + * 字段名称 :扩展模块 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setExt(String ext) { + this.ext = ext; + } + + /** + * 字段名称 :开通类型 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :开通类型 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :秘钥 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getApiKey() { + return this.apiKey; + } + + /** + * 字段名称 :秘钥 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setApiKey(String apiKey) { + this.apiKey = apiKey; + } + + /** + * 字段名称 :商家ID + * 数据类型 :int + * 是否必填 :false + */ + public Integer getShopId() { + return this.shopId; + } + + /** + * 字段名称 :商家ID + * 数据类型 :int + * 是否必填 :false + */ + public void setShopId(Integer shopId) { + this.shopId = shopId; + } + + /** + * 字段名称 :平台入口地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getLoginUrl() { + return this.loginUrl; + } + + /** + * 字段名称 :平台入口地址 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setLoginUrl(String loginUrl) { + this.loginUrl = loginUrl; + } + + /** + * 字段名称 :用户Id + * 数据类型 :int + * 是否必填 :false + */ + public Integer getUsid() { + return this.usid; + } + + /** + * 字段名称 :用户Id + * 数据类型 :int + * 是否必填 :false + */ + public void setUsid(Integer usid) { + this.usid = usid; + } + + /** + * 字段名称 :果盘门店编号 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getMsid() { + return this.msid; + } + + /** + * 字段名称 :果盘门店编号 + * 数据类型 :int + * 是否必填 :false + */ + public void setMsid(Integer msid) { + this.msid = msid; + } + + /** + * 字段名称 :过期时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getExpiryDate() { + return this.expiryDate; + } + + /** + * 字段名称 :过期时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setExpiryDate(String expiryDate) { + this.expiryDate = expiryDate; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/AppInfo.java b/food-api/src/main/java/com/jwsaas/entity/ops/AppInfo.java new file mode 100644 index 0000000..88c2a7b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/AppInfo.java @@ -0,0 +1,93 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:应用管理 表代码:shared_app_info + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "AppInfo") +public class AppInfo extends BaseEntity { + + private static final long serialVersionUID = 1973584479882302541L; + + /** + * 名称 + */ + private String name; + + /** + * 应用标识 + */ + private String appSign; + + /** + * 终端类型 + */ + private String terminalType; + + /** + * 备注说明 + */ + private String description; + + /** + * 字段名称 :名称 数据类型 :varchar(128) 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 数据类型 :varchar(128) 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :应用标识 数据类型 :varchar(128) 是否必填 :true + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 数据类型 :varchar(128) 是否必填 :true + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :终端类型 数据类型 :varchar(128) 是否必填 :false + */ + public String getTerminalType() { + return this.terminalType; + } + + /** + * 字段名称 :终端类型 数据类型 :varchar(128) 是否必填 :false + */ + public void setTerminalType(String terminalType) { + this.terminalType = terminalType; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/AppQimaiSetStore.java b/food-api/src/main/java/com/jwsaas/entity/ops/AppQimaiSetStore.java new file mode 100644 index 0000000..1275196 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/AppQimaiSetStore.java @@ -0,0 +1,136 @@ +package com.jwsaas.entity.ops; + +import java.util.Date; + +import com.jwsaas.Constants; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:企迈小程设置门店 + * 表代码:yw_app_qimai_set_store + */ +@Alias(Constants.OPS_SIGN+"AppQimaiSetStore") +public class AppQimaiSetStore extends BaseEntity { + + private static final long serialVersionUID = 1993962802470914179L; + + /** + *租户Code + */ + private String tenantCode; + + /** + *店铺设置ID + */ + private String setId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + + /** + * 字段名称 :租户Code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :租户Code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/AppShopmeituanSet.java b/food-api/src/main/java/com/jwsaas/entity/ops/AppShopmeituanSet.java new file mode 100644 index 0000000..0a35b6a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/AppShopmeituanSet.java @@ -0,0 +1,182 @@ +package com.jwsaas.entity.ops; + +import java.util.Date; + +import com.jwsaas.Constants; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商家美团店铺设置表 + * 表代码:yw_app_shopmeituan_set + */ +@Alias(Constants.OPS_SIGN+"AppShopmeituanSet") +public class AppShopmeituanSet extends BaseEntity { + + private static final long serialVersionUID = 1162667893160023605L; + + /** + *租户Code + */ + private String tenantCode; + + /** + *应用标识 + */ + private String appSign; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *appId + */ + private String appId; + + /** + *appSecret + */ + private String appSecret; + + /** + *状态 + */ + private Integer status; + + + /** + * 字段名称 :租户Code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :租户Code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :appId + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getAppId() { + return this.appId; + } + + /** + * 字段名称 :appId + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setAppId(String appId) { + this.appId = appId; + } + + /** + * 字段名称 :appSecret + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAppSecret() { + return this.appSecret; + } + + /** + * 字段名称 :appSecret + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAppSecret(String appSecret) { + this.appSecret = appSecret; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/AppShopmeituanSetStore.java b/food-api/src/main/java/com/jwsaas/entity/ops/AppShopmeituanSetStore.java new file mode 100644 index 0000000..2905391 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/AppShopmeituanSetStore.java @@ -0,0 +1,136 @@ +package com.jwsaas.entity.ops; + +import java.util.Date; + +import com.jwsaas.Constants; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:商家美团店铺设置门店 + * 表代码:yw_app_shopmeituan_set_store + */ +@Alias(Constants.OPS_SIGN+"AppShopmeituanSetStore") +public class AppShopmeituanSetStore extends BaseEntity { + + private static final long serialVersionUID = 1835428019650492185L; + + /** + *租户Code + */ + private String tenantCode; + + /** + *店铺设置ID + */ + private String setId; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + + /** + * 字段名称 :租户Code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :租户Code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSetId() { + return this.setId; + } + + /** + * 字段名称 :店铺设置ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSetId(String setId) { + this.setId = setId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/AppVersion.java b/food-api/src/main/java/com/jwsaas/entity/ops/AppVersion.java new file mode 100644 index 0000000..e91ea83 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/AppVersion.java @@ -0,0 +1,302 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:应用版本管理 表代码:shared_app_version + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "AppVersion") +public class AppVersion extends BaseEntity { + + private static final long serialVersionUID = 1669909365050468547L; + + /** + * 应用ID + */ + private String appInfoId; + + /** + * 应用标识 + */ + private String appSign; + + /** + * 终端类型 + */ + private String terminalType; + + /** + * 版本类型 + */ + private Integer versionType; + + /** + * 版本号 + */ + private String versionNum; + + /** + * 升级最低版本 + */ + private String minVersionNum; + + /** + * MD5 + */ + private String checkNum; + + /** + * 文件名 + */ + private String fileName; + + /** + * 文件路径 + */ + private String uploadFile; + + /** + * 文件大小 + */ + private String length; + + /** + * 升级日志 + */ + private String uploadLog; + + /** + * 是否发布 + */ + private Integer status; + + /** + * 强制升级 + */ + private Integer forceUpload; + + /** + * 启用白名单 + */ + private Integer enableWhite; + + /** + * 备注说明 + */ + private String description; + + /** + * 字段名称 :应用ID 数据类型 :bigint(18) 是否必填 :false + */ + public String getAppInfoId() { + return this.appInfoId; + } + + /** + * 字段名称 :应用ID 数据类型 :bigint(18) 是否必填 :false + */ + public void setAppInfoId(String appInfoId) { + this.appInfoId = appInfoId; + } + + /** + * 字段名称 :应用标识 数据类型 :varchar(128) 是否必填 :true + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 数据类型 :varchar(128) 是否必填 :true + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :终端类型 数据类型 :varchar(128) 是否必填 :false + */ + public String getTerminalType() { + return this.terminalType; + } + + /** + * 字段名称 :终端类型 数据类型 :varchar(128) 是否必填 :false + */ + public void setTerminalType(String terminalType) { + this.terminalType = terminalType; + } + + /** + * 字段名称 :版本类型 数据类型 :int 是否必填 :true + */ + public Integer getVersionType() { + return this.versionType; + } + + /** + * 字段名称 :版本类型 数据类型 :int 是否必填 :true + */ + public void setVersionType(Integer versionType) { + this.versionType = versionType; + } + + /** + * 字段名称 :版本号 数据类型 :varchar(16) 是否必填 :true + */ + public String getVersionNum() { + return this.versionNum; + } + + /** + * 字段名称 :版本号 数据类型 :varchar(16) 是否必填 :true + */ + public void setVersionNum(String versionNum) { + this.versionNum = versionNum; + } + + /** + * 字段名称 :升级最低版本 数据类型 :varchar(16) 是否必填 :true + */ + public String getMinVersionNum() { + return this.minVersionNum; + } + + /** + * 字段名称 :升级最低版本 数据类型 :varchar(16) 是否必填 :true + */ + public void setMinVersionNum(String minVersionNum) { + this.minVersionNum = minVersionNum; + } + + /** + * 字段名称 :MD5 数据类型 :varchar(64) 是否必填 :true + */ + public String getCheckNum() { + return this.checkNum; + } + + /** + * 字段名称 :MD5 数据类型 :varchar(64) 是否必填 :true + */ + public void setCheckNum(String checkNum) { + this.checkNum = checkNum; + } + + /** + * 字段名称 :文件名 数据类型 :varchar(128) 是否必填 :true + */ + public String getFileName() { + return this.fileName; + } + + /** + * 字段名称 :文件名 数据类型 :varchar(128) 是否必填 :true + */ + public void setFileName(String fileName) { + this.fileName = fileName; + } + + /** + * 字段名称 :文件路径 数据类型 :varchar(128) 是否必填 :true + */ + public String getUploadFile() { + return this.uploadFile; + } + + /** + * 字段名称 :文件路径 数据类型 :varchar(128) 是否必填 :true + */ + public void setUploadFile(String uploadFile) { + this.uploadFile = uploadFile; + } + + /** + * 字段名称 :文件大小 数据类型 :bigint(18) 是否必填 :true + */ + public String getLength() { + return this.length; + } + + /** + * 字段名称 :文件大小 数据类型 :bigint(18) 是否必填 :true + */ + public void setLength(String length) { + this.length = length; + } + + /** + * 字段名称 :升级日志 数据类型 :varchar(1024) 是否必填 :false + */ + public String getUploadLog() { + return this.uploadLog; + } + + /** + * 字段名称 :升级日志 数据类型 :varchar(1024) 是否必填 :false + */ + public void setUploadLog(String uploadLog) { + this.uploadLog = uploadLog; + } + + /** + * 字段名称 :是否发布 数据类型 :int 是否必填 :true + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :是否发布 数据类型 :int 是否必填 :true + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :强制升级 数据类型 :int 是否必填 :true + */ + public Integer getForceUpload() { + return this.forceUpload; + } + + /** + * 字段名称 :强制升级 数据类型 :int 是否必填 :true + */ + public void setForceUpload(Integer forceUpload) { + this.forceUpload = forceUpload; + } + + /** + * 字段名称 :启用白名单 数据类型 :int 是否必填 :true + */ + public Integer getEnableWhite() { + return this.enableWhite; + } + + /** + * 字段名称 :启用白名单 数据类型 :int 是否必填 :true + */ + public void setEnableWhite(Integer enableWhite) { + this.enableWhite = enableWhite; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/AppWhiteDetail.java b/food-api/src/main/java/com/jwsaas/entity/ops/AppWhiteDetail.java new file mode 100644 index 0000000..ee4d013 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/AppWhiteDetail.java @@ -0,0 +1,111 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:应用方案白名单明细 + * 表代码:shared_app_white_detail + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "AppWhiteDetail") +public class AppWhiteDetail extends BaseEntity { + + private static final long serialVersionUID = 1237635247178520161L; + + /** + *方案ID + */ + private String planId; + + /** + *企业编号 + */ + private String tenantCode; + + /** + *POS编号 + */ + private String posNo; + + /** + *备注说明 + */ + private String description; + + + /** + * 字段名称 :方案ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getPlanId() { + return this.planId; + } + + /** + * 字段名称 :方案ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setPlanId(String planId) { + this.planId = planId; + } + + /** + * 字段名称 :企业编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :企业编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/AppWhitePlan.java b/food-api/src/main/java/com/jwsaas/entity/ops/AppWhitePlan.java new file mode 100644 index 0000000..054746a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/AppWhitePlan.java @@ -0,0 +1,88 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:应用白名单方案 + * 表代码:shared_app_white_plan + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "AppWhitePlan") +public class AppWhitePlan extends BaseEntity { + + private static final long serialVersionUID = 1044267742878406195L; + + /** + *方案编号 + */ + private String no; + + /** + *方案名称 + */ + private String name; + + /** + *备注说明 + */ + private String description; + + + /** + * 字段名称 :方案编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :方案编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :方案名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/BankCode.java b/food-api/src/main/java/com/jwsaas/entity/ops/BankCode.java new file mode 100644 index 0000000..1deb73c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/BankCode.java @@ -0,0 +1,65 @@ +package com.jwsaas.entity.ops; + +import com.jwsaas.Constants; +import com.jwsaas.entity.BaseEntity; +import org.apache.ibatis.type.Alias; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:银行对照表 + * 表代码:yw_bank_code + */ +@Alias(Constants.OPS_SIGN+"BankCode") +public class BankCode extends BaseEntity { + + private static final long serialVersionUID = 1972941378120571022L; + + /** + *银行编码 + */ + private String code; + + /** + *银行名称 + */ + private String name; + + + /** + * 字段名称 :银行编码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getCode() { + return this.code; + } + + /** + * 字段名称 :银行编码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setCode(String code) { + this.code = code; + } + + /** + * 字段名称 :银行名称 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :银行名称 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/CardReaderInfo.java b/food-api/src/main/java/com/jwsaas/entity/ops/CardReaderInfo.java new file mode 100644 index 0000000..715caf6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/CardReaderInfo.java @@ -0,0 +1,112 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:读卡器信息管理 表代码:yw_card_reader_info + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "CardReaderInfo") +public class CardReaderInfo extends BaseEntity { + + private static final long serialVersionUID = 1124194745262734723L; + + /** + * 读卡器名称 + */ + private String name; + + /** + * 支持端口 + */ + private String port; + + /** + * 波特率 + */ + private Integer baudRate; + + /** + * 卡类型 + */ + private String cardType; + + /** + * 备注 + */ + private String memo; + + /** + * 字段名称 :读卡器名称 数据类型 :varchar(64) 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :读卡器名称 数据类型 :varchar(64) 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :支持端口 数据类型 :varchar(128) 是否必填 :false + */ + public String getPort() { + return this.port; + } + + /** + * 字段名称 :支持端口 数据类型 :varchar(128) 是否必填 :false + */ + public void setPort(String port) { + this.port = port; + } + + /** + * 字段名称 :波特率 数据类型 :int 是否必填 :false + */ + public Integer getBaudRate() { + return this.baudRate; + } + + /** + * 字段名称 :波特率 数据类型 :int 是否必填 :false + */ + public void setBaudRate(Integer baudRate) { + this.baudRate = baudRate; + } + + /** + * 字段名称 :卡类型 数据类型 :varchar(128) 是否必填 :false + */ + public String getCardType() { + return this.cardType; + } + + /** + * 字段名称 :卡类型 数据类型 :varchar(128) 是否必填 :false + */ + public void setCardType(String cardType) { + this.cardType = cardType; + } + + /** + * 字段名称 :备注 数据类型 :varchar(128) 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 数据类型 :varchar(128) 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/City.java b/food-api/src/main/java/com/jwsaas/entity/ops/City.java new file mode 100644 index 0000000..2925fc9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/City.java @@ -0,0 +1,134 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:城市信息表 + * 表代码:shared_city + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "City") +public class City extends BaseEntity { + + private static final long serialVersionUID = 1739445285173049792L; + + /** + *城市编号 + */ + private String code; + + /** + *城市名称 + */ + private String name; + + /** + *城市全称 + */ + private String fullName; + + /** + *上级城市 + */ + private String parentId; + + /** + *城市路径 + */ + private String path; + + + /** + * 字段名称 :城市编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCode() { + return this.code; + } + + /** + * 字段名称 :城市编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCode(String code) { + this.code = code; + } + + /** + * 字段名称 :城市名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :城市名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :城市全称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getFullName() { + return this.fullName; + } + + /** + * 字段名称 :城市全称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setFullName(String fullName) { + this.fullName = fullName; + } + + /** + * 字段名称 :上级城市 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getParentId() { + return this.parentId; + } + + /** + * 字段名称 :上级城市 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setParentId(String parentId) { + this.parentId = parentId; + } + + /** + * 字段名称 :城市路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getPath() { + return this.path; + } + + /** + * 字段名称 :城市路径 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setPath(String path) { + this.path = path; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/CityCode.java b/food-api/src/main/java/com/jwsaas/entity/ops/CityCode.java new file mode 100644 index 0000000..dcd20cd --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/CityCode.java @@ -0,0 +1,88 @@ +package com.jwsaas.entity.ops; + +import com.jwsaas.Constants; +import com.jwsaas.entity.BaseEntity; +import org.apache.ibatis.type.Alias; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:省市区代码对应表 + * 表代码:yw_city_code + */ +@Alias(Constants.OPS_SIGN+"CityCode") +public class CityCode extends BaseEntity { + + private static final long serialVersionUID = 1599427481717831387L; + + /** + *区域编码 + */ + private String code; + + /** + *父级编码 + */ + private String parentCode; + + /** + *区域名称 + */ + private String name; + + + /** + * 字段名称 :区域编码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getCode() { + return this.code; + } + + /** + * 字段名称 :区域编码 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setCode(String code) { + this.code = code; + } + + /** + * 字段名称 :父级编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getParentCode() { + return this.parentCode; + } + + /** + * 字段名称 :父级编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setParentCode(String parentCode) { + this.parentCode = parentCode; + } + + /** + * 字段名称 :区域名称 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :区域名称 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/ElemeAuthorizeInfo.java b/food-api/src/main/java/com/jwsaas/entity/ops/ElemeAuthorizeInfo.java new file mode 100644 index 0000000..0ac5cc8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/ElemeAuthorizeInfo.java @@ -0,0 +1,548 @@ +package com.jwsaas.entity.ops; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:饿了么授权信息表 + * 表代码:shared_eleme_authorize_info + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN+"ElemeAuthorizeInfo") +public class ElemeAuthorizeInfo extends BaseEntity { + + private static final long serialVersionUID = 1985066329297902818L; + + /** + *租户code + */ + private String tenantCode; + + /** + *应用标识 + */ + private String appSign; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *应用的key + */ + private String clientId; + + /** + *授权类型 + */ + private String responseType; + + /** + *回调地址 + */ + private String redirectUri; + + /** + *权限范围 + */ + private String scope; + + /** + *应用状态 + */ + private String state; + + /** + *授权码 + */ + private String code; + + /** + *授权模式 + */ + private String grantType; + + /** + *访问令牌 + */ + private String accessToken; + + /** + *令牌类型 + */ + private String tokenType; + + /** + *令牌获取时间 + */ + private Date tokenGetTime; + + /** + *更新令牌 + */ + private String refreshToken; + + /** + *用户ID + */ + private String userId; + + /** + *用户名 + */ + private String userName; + + /** + *令牌有效时间 + */ + private Integer expiresIn; + + /** + *店铺ID + */ + private String shopId; + + /** + *店铺名称 + */ + private String shopName; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + + /** + * 字段名称 :租户code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :租户code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :应用的key + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getClientId() { + return this.clientId; + } + + /** + * 字段名称 :应用的key + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setClientId(String clientId) { + this.clientId = clientId; + } + + /** + * 字段名称 :授权类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getResponseType() { + return this.responseType; + } + + /** + * 字段名称 :授权类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setResponseType(String responseType) { + this.responseType = responseType; + } + + /** + * 字段名称 :回调地址 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getRedirectUri() { + return this.redirectUri; + } + + /** + * 字段名称 :回调地址 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setRedirectUri(String redirectUri) { + this.redirectUri = redirectUri; + } + + /** + * 字段名称 :权限范围 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getScope() { + return this.scope; + } + + /** + * 字段名称 :权限范围 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setScope(String scope) { + this.scope = scope; + } + + /** + * 字段名称 :应用状态 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getState() { + return this.state; + } + + /** + * 字段名称 :应用状态 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setState(String state) { + this.state = state; + } + + /** + * 字段名称 :授权码 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getCode() { + return this.code; + } + + /** + * 字段名称 :授权码 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setCode(String code) { + this.code = code; + } + + /** + * 字段名称 :授权模式 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGrantType() { + return this.grantType; + } + + /** + * 字段名称 :授权模式 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGrantType(String grantType) { + this.grantType = grantType; + } + + /** + * 字段名称 :访问令牌 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAccessToken() { + return this.accessToken; + } + + /** + * 字段名称 :访问令牌 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAccessToken(String accessToken) { + this.accessToken = accessToken; + } + + /** + * 字段名称 :令牌类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getTokenType() { + return this.tokenType; + } + + /** + * 字段名称 :令牌类型 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setTokenType(String tokenType) { + this.tokenType = tokenType; + } + + /** + * 字段名称 :令牌获取时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getTokenGetTime() { + return this.tokenGetTime; + } + + /** + * 字段名称 :令牌获取时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setTokenGetTime(Date tokenGetTime) { + this.tokenGetTime = tokenGetTime; + } + + /** + * 字段名称 :更新令牌 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getRefreshToken() { + return this.refreshToken; + } + + /** + * 字段名称 :更新令牌 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setRefreshToken(String refreshToken) { + this.refreshToken = refreshToken; + } + + /** + * 字段名称 :用户ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getUserId() { + return this.userId; + } + + /** + * 字段名称 :用户ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setUserId(String userId) { + this.userId = userId; + } + + /** + * 字段名称 :用户名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getUserName() { + return this.userName; + } + + /** + * 字段名称 :用户名 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setUserName(String userName) { + this.userName = userName; + } + + /** + * 字段名称 :令牌有效时间 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getExpiresIn() { + return this.expiresIn; + } + + /** + * 字段名称 :令牌有效时间 + * 数据类型 :int + * 是否必填 :false + */ + public void setExpiresIn(Integer expiresIn) { + this.expiresIn = expiresIn; + } + + /** + * 字段名称 :店铺ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getShopId() { + return this.shopId; + } + + /** + * 字段名称 :店铺ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setShopId(String shopId) { + this.shopId = shopId; + } + + /** + * 字段名称 :店铺名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getShopName() { + return this.shopName; + } + + /** + * 字段名称 :店铺名称 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setShopName(String shopName) { + this.shopName = shopName; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/ErrorInfo.java b/food-api/src/main/java/com/jwsaas/entity/ops/ErrorInfo.java new file mode 100644 index 0000000..5bec958 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/ErrorInfo.java @@ -0,0 +1,272 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:报错信息 + * 表代码:yw_error_info + */ +@Alias(com.jwsaas.Constants.OPS_SIGN+"ErrorInfo") +public class ErrorInfo extends BaseEntity { + + private static final long serialVersionUID = 1512591914788056425L; + + /** + *企业编号 + */ + private String tenantCode; + + /** + *应用标识 + */ + private String appSign; + + /** + *终端类型 + */ + private String terminalType; + + /** + *版本类型 + */ + private Integer versionType; + + /** + *版本号 + */ + private String versionNum; + + /** + *操作系统 + */ + private String osName; + + /** + *门店编号 + */ + private String storeNo; + + /** + *pos编号 + */ + private String posNo; + + /** + *描述 + */ + private String info; + + /** + *错误日志 + */ + private String errorLog; + + /** + *状态 + */ + private Integer status; + + + /** + * 字段名称 :企业编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :企业编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :终端类型 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getTerminalType() { + return this.terminalType; + } + + /** + * 字段名称 :终端类型 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setTerminalType(String terminalType) { + this.terminalType = terminalType; + } + + /** + * 字段名称 :版本类型 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getVersionType() { + return this.versionType; + } + + /** + * 字段名称 :版本类型 + * 数据类型 :int + * 是否必填 :false + */ + public void setVersionType(Integer versionType) { + this.versionType = versionType; + } + + /** + * 字段名称 :版本号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getVersionNum() { + return this.versionNum; + } + + /** + * 字段名称 :版本号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setVersionNum(String versionNum) { + this.versionNum = versionNum; + } + + /** + * 字段名称 :操作系统 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOsName() { + return this.osName; + } + + /** + * 字段名称 :操作系统 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOsName(String osName) { + this.osName = osName; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :pos编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :pos编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getInfo() { + return this.info; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setInfo(String info) { + this.info = info; + } + + /** + * 字段名称 :错误日志 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getErrorLog() { + return this.errorLog; + } + + /** + * 字段名称 :错误日志 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setErrorLog(String errorLog) { + this.errorLog = errorLog; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :true + */ + public void setStatus(Integer status) { + this.status = status; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/MeituanBranch.java b/food-api/src/main/java/com/jwsaas/entity/ops/MeituanBranch.java new file mode 100644 index 0000000..06faaac --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/MeituanBranch.java @@ -0,0 +1,247 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:美团门店关联信息表 + * 表代码:cy_meituan_branch + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "MeituanBranch") +public class MeituanBranch extends BaseEntity { + + + private static final long serialVersionUID = 1215863322179724841L; + /** + *租户Code + */ + private String tenantCode; + + /** + *应用标识 + */ + private String appSign; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *接入业务 + */ + private Integer businessId; + + /** + *映射Token + */ + private String appAuthToken; + + /** + *状态 + */ + private Integer status; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + + /** + * 字段名称 :租户Code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :租户Code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :接入业务 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getBusinessId() { + return this.businessId; + } + + /** + * 字段名称 :接入业务 + * 数据类型 :int + * 是否必填 :false + */ + public void setBusinessId(Integer businessId) { + this.businessId = businessId; + } + + /** + * 字段名称 :映射Token + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAppAuthToken() { + return this.appAuthToken; + } + + /** + * 字段名称 :映射Token + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAppAuthToken(String appAuthToken) { + this.appAuthToken = appAuthToken; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/PosModule.java b/food-api/src/main/java/com/jwsaas/entity/ops/PosModule.java new file mode 100644 index 0000000..8ef5b15 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/PosModule.java @@ -0,0 +1,109 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:前台模块 + * 表代码:yw_pos_module + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "PosModule") +public class PosModule extends BaseEntity { + + private static final long serialVersionUID = 1888224235739349939L; + + /** + *分类ID + */ + private String typeId; + + /** + *模块编号 + */ + private String no; + + /** + *模块名称 + */ + private String name; + + /** + *备注说明 + */ + private String description; + + /** + * 字段名称 :分类ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :分类ID + * 数据类型 :bigint(18) + * 是否必填 :true + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :模块编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :模块编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :模块名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :模块名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/PosModuleType.java b/food-api/src/main/java/com/jwsaas/entity/ops/PosModuleType.java new file mode 100644 index 0000000..8973507 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/PosModuleType.java @@ -0,0 +1,64 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:前台模块分类 + * 表代码:yw_pos_module_type + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "PosModuleType") +public class PosModuleType extends BaseEntity { + + private static final long serialVersionUID = 1832015156379634369L; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/PrinterInfo.java b/food-api/src/main/java/com/jwsaas/entity/ops/PrinterInfo.java new file mode 100644 index 0000000..fde8039 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/PrinterInfo.java @@ -0,0 +1,378 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:打印机信息管理 表代码:yw_printer_info + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "PrinterInfo") +public class PrinterInfo extends BaseEntity { + + private static final long serialVersionUID = 1751591062125046075L; + + /** + * 打印机名称 + */ + private String name; + + /** + * 打印机类型 + */ + private Integer type; + + /** + * 支持端口 + */ + private String port; + + /** + * 页宽 + */ + private Integer pageWidth; + + /** + * 波特率 + */ + private Integer baudRate; + + /** + * 数据位 + */ + private Integer dataNum; + + /** + * 校验位 + */ + private Integer checkNum; + + /** + * 停止位 + */ + private Integer stopNum; + + /** + * 产品标识 + */ + private Integer pid; + + /** + * 供应商标识 + */ + private Integer vid; + + /** + * 初始化指令 + */ + private String initCode; + + /** + * 字倍宽指令 + */ + private String zbkCode; + + /** + * 切纸指令 + */ + private String cutCode; + + /** + * 普通字体指令 + */ + private String ptztCode; + + /** + * 字体倍高指令 + */ + private String ztbgCode; + + /** + * 倍宽倍高指令 + */ + private String bkbgCode; + + /** + * 钱箱指令 + */ + private String moneyCode; + + /** + * 驱动 + */ + private String driver; + + /** + * 备注 + */ + private String memo; + + /** + * 字段名称 :打印机名称 数据类型 :varchar(64) 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :打印机名称 数据类型 :varchar(64) 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :打印机类型 数据类型 :int 是否必填 :false + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :打印机类型 数据类型 :int 是否必填 :false + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :支持端口 数据类型 :varchar(128) 是否必填 :false + */ + public String getPort() { + return this.port; + } + + /** + * 字段名称 :支持端口 数据类型 :varchar(128) 是否必填 :false + */ + public void setPort(String port) { + this.port = port; + } + + /** + * 字段名称 :页宽 数据类型 :int 是否必填 :false + */ + public Integer getPageWidth() { + return this.pageWidth; + } + + /** + * 字段名称 :页宽 数据类型 :int 是否必填 :false + */ + public void setPageWidth(Integer pageWidth) { + this.pageWidth = pageWidth; + } + + /** + * 字段名称 :波特率 数据类型 :int 是否必填 :false + */ + public Integer getBaudRate() { + return this.baudRate; + } + + /** + * 字段名称 :波特率 数据类型 :int 是否必填 :false + */ + public void setBaudRate(Integer baudRate) { + this.baudRate = baudRate; + } + + /** + * 字段名称 :数据位 数据类型 :int 是否必填 :false + */ + public Integer getDataNum() { + return this.dataNum; + } + + /** + * 字段名称 :数据位 数据类型 :int 是否必填 :false + */ + public void setDataNum(Integer dataNum) { + this.dataNum = dataNum; + } + + /** + * 字段名称 :校验位 数据类型 :int 是否必填 :false + */ + public Integer getCheckNum() { + return this.checkNum; + } + + /** + * 字段名称 :校验位 数据类型 :int 是否必填 :false + */ + public void setCheckNum(Integer checkNum) { + this.checkNum = checkNum; + } + + /** + * 字段名称 :停止位 数据类型 :int 是否必填 :false + */ + public Integer getStopNum() { + return this.stopNum; + } + + /** + * 字段名称 :停止位 数据类型 :int 是否必填 :false + */ + public void setStopNum(Integer stopNum) { + this.stopNum = stopNum; + } + + /** + * 字段名称 :产品标识 数据类型 :int 是否必填 :false + */ + public Integer getPid() { + return this.pid; + } + + /** + * 字段名称 :产品标识 数据类型 :int 是否必填 :false + */ + public void setPid(Integer pid) { + this.pid = pid; + } + + /** + * 字段名称 :供应商标识 数据类型 :int 是否必填 :false + */ + public Integer getVid() { + return this.vid; + } + + /** + * 字段名称 :供应商标识 数据类型 :int 是否必填 :false + */ + public void setVid(Integer vid) { + this.vid = vid; + } + + /** + * 字段名称 :初始化指令 数据类型 :varchar(64) 是否必填 :false + */ + public String getInitCode() { + return this.initCode; + } + + /** + * 字段名称 :初始化指令 数据类型 :varchar(64) 是否必填 :false + */ + public void setInitCode(String initCode) { + this.initCode = initCode; + } + + /** + * 字段名称 :字倍宽指令 数据类型 :varchar(64) 是否必填 :false + */ + public String getZbkCode() { + return this.zbkCode; + } + + /** + * 字段名称 :字倍宽指令 数据类型 :varchar(64) 是否必填 :false + */ + public void setZbkCode(String zbkCode) { + this.zbkCode = zbkCode; + } + + /** + * 字段名称 :切纸指令 数据类型 :varchar(64) 是否必填 :false + */ + public String getCutCode() { + return this.cutCode; + } + + /** + * 字段名称 :切纸指令 数据类型 :varchar(64) 是否必填 :false + */ + public void setCutCode(String cutCode) { + this.cutCode = cutCode; + } + + /** + * 字段名称 :普通字体指令 数据类型 :varchar(64) 是否必填 :false + */ + public String getPtztCode() { + return this.ptztCode; + } + + /** + * 字段名称 :普通字体指令 数据类型 :varchar(64) 是否必填 :false + */ + public void setPtztCode(String ptztCode) { + this.ptztCode = ptztCode; + } + + /** + * 字段名称 :字体倍高指令 数据类型 :varchar(64) 是否必填 :false + */ + public String getZtbgCode() { + return this.ztbgCode; + } + + /** + * 字段名称 :字体倍高指令 数据类型 :varchar(64) 是否必填 :false + */ + public void setZtbgCode(String ztbgCode) { + this.ztbgCode = ztbgCode; + } + + /** + * 字段名称 :倍宽倍高指令 数据类型 :varchar(64) 是否必填 :false + */ + public String getBkbgCode() { + return this.bkbgCode; + } + + /** + * 字段名称 :倍宽倍高指令 数据类型 :varchar(64) 是否必填 :false + */ + public void setBkbgCode(String bkbgCode) { + this.bkbgCode = bkbgCode; + } + + /** + * 字段名称 :钱箱指令 数据类型 :varchar(64) 是否必填 :false + */ + public String getMoneyCode() { + return this.moneyCode; + } + + /** + * 字段名称 :钱箱指令 数据类型 :varchar(64) 是否必填 :false + */ + public void setMoneyCode(String moneyCode) { + this.moneyCode = moneyCode; + } + + /** + * 字段名称 :驱动 数据类型 :varchar(64) 是否必填 :false + */ + public String getDriver() { + return this.driver; + } + + /** + * 字段名称 :驱动 数据类型 :varchar(64) 是否必填 :false + */ + public void setDriver(String driver) { + this.driver = driver; + } + + /** + * 字段名称 :备注 数据类型 :varchar(128) 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 数据类型 :varchar(128) 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/ProductPermissions.java b/food-api/src/main/java/com/jwsaas/entity/ops/ProductPermissions.java new file mode 100644 index 0000000..d621990 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/ProductPermissions.java @@ -0,0 +1,110 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:产品权限表 + * 表代码:yw_product_permissions + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "ProductPermissions") +public class ProductPermissions extends BaseEntity { + + private static final long serialVersionUID = 1711752113683940532L; + + /** + *产品ID + */ + private String productId; + + /** + *模块ID + */ + private String moduleId; + + /** + *权限字符串 + */ + private String permissions; + + /** + *功能项 + */ + private String functionIds; + + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :模块ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getModuleId() { + return this.moduleId; + } + + /** + * 字段名称 :模块ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setModuleId(String moduleId) { + this.moduleId = moduleId; + } + + /** + * 字段名称 :权限字符串 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getPermissions() { + return this.permissions; + } + + /** + * 字段名称 :权限字符串 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setPermissions(String permissions) { + this.permissions = permissions; + } + + /** + * 字段名称 :功能项 + * 数据类型 :longtext + * 是否必填 :false + */ + public String getFunctionIds() { + return this.functionIds; + } + + /** + * 字段名称 :功能项 + * 数据类型 :longtext + * 是否必填 :false + */ + public void setFunctionIds(String functionIds) { + this.functionIds = functionIds; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/QimaiSet.java b/food-api/src/main/java/com/jwsaas/entity/ops/QimaiSet.java new file mode 100644 index 0000000..11832a6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/QimaiSet.java @@ -0,0 +1,204 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +/** + * 表名称:美团门店关联信息表 + * 表代码:cy_meituan_branch + */ +@Alias(com.jwsaas.Constants.FOOD_SIGN + "QimaiSet") +public class QimaiSet extends BaseEntity { + + /** + * + */ + private static final long serialVersionUID = 8107078158694958946L; + + + /** + *租户Code + */ + private String tenantCode; + + /** + *应用标识 + */ + private String appSign; + + /** + *编号 + */ + private String no; + + /** + *名称 + */ + private String name; + + /** + *状态 + */ + private Integer status; + + /** + *密钥Id + */ + private String openId; + + /** + *授权code + */ + private String grantCode; + + /** + *授权秘钥 + */ + private String openKey; + + /** + * 字段名称 :租户Code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :租户Code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :true + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getNo() { + return this.no; + } + + /** + * 字段名称 :编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setNo(String no) { + this.no = no; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :密钥Id + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOpenId() { + return this.openId; + } + + /** + * 字段名称 :密钥Id + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOpenId(String openId) { + this.openId = openId; + } + + /** + * 字段名称 :授权code + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getGrantCode() { + return this.grantCode; + } + + /** + * 字段名称 :授权code + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setGrantCode(String grantCode) { + this.grantCode = grantCode; + } + + /** + * 字段名称 :授权秘钥 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getOpenKey() { + return this.openKey; + } + + /** + * 字段名称 :授权秘钥 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setOpenKey(String openKey) { + this.openKey = openKey; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/SetCode.java b/food-api/src/main/java/com/jwsaas/entity/ops/SetCode.java new file mode 100644 index 0000000..fe0648b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/SetCode.java @@ -0,0 +1,88 @@ +package com.jwsaas.entity.ops; + +import com.jwsaas.Constants; +import com.jwsaas.entity.BaseEntity; +import org.apache.ibatis.type.Alias; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:扣率代码对应表 + * 表代码:yw_set_code + */ +@Alias(Constants.OPS_SIGN+"SetCode") +public class SetCode extends BaseEntity { + + private static final long serialVersionUID = 1506765248759056003L; + + /** + *扣率类型 + */ + private Integer type; + + /** + *扣率编码 + */ + private String code; + + /** + *说明 + */ + private String name; + + + /** + * 字段名称 :扣率类型 + * 数据类型 :int + * 是否必填 :true + */ + public Integer getType() { + return this.type; + } + + /** + * 字段名称 :扣率类型 + * 数据类型 :int + * 是否必填 :true + */ + public void setType(Integer type) { + this.type = type; + } + + /** + * 字段名称 :扣率编码 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getCode() { + return this.code; + } + + /** + * 字段名称 :扣率编码 + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setCode(String code) { + this.code = code; + } + + /** + * 字段名称 :说明 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :说明 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/TenantLineProduct.java b/food-api/src/main/java/com/jwsaas/entity/ops/TenantLineProduct.java new file mode 100644 index 0000000..f4b80b4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/TenantLineProduct.java @@ -0,0 +1,169 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:租户云产品订阅 表代码:yw_tenant_line_product + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "TenantLineProduct") +public class TenantLineProduct extends BaseEntity { + + private static final long serialVersionUID = 1224301356280500670L; + + /** + * 企业编码 + */ + private String code; + + /** + * 产品ID + */ + private String productId; + + /** + * 产品标识 + */ + private String productSign; + + /** + * 产品编号 + */ + private String productCode; + + /** + * 产品名称 + */ + private String productName; + + /** + * 付费模式 + */ + private Integer costMode; + + /** + * 到期日期 + */ + private String dueDate; + + /** + * 备注 + */ + private String memo; + + /** + * 字段名称 :企业编码 数据类型 :varchar(16) 是否必填 :true + */ + public String getCode() { + return this.code; + } + + /** + * 字段名称 :企业编码 数据类型 :varchar(16) 是否必填 :true + */ + public void setCode(String code) { + this.code = code; + } + + /** + * 字段名称 :产品ID 数据类型 :bigint(18) 是否必填 :true + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID 数据类型 :bigint(18) 是否必填 :true + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :产品标识 数据类型 :varchar(16) 是否必填 :true + */ + public String getProductSign() { + return this.productSign; + } + + /** + * 字段名称 :产品标识 数据类型 :varchar(16) 是否必填 :true + */ + public void setProductSign(String productSign) { + this.productSign = productSign; + } + + /** + * 字段名称 :产品编号 数据类型 :varchar(16) 是否必填 :true + */ + public String getProductCode() { + return this.productCode; + } + + /** + * 字段名称 :产品编号 数据类型 :varchar(16) 是否必填 :true + */ + public void setProductCode(String productCode) { + this.productCode = productCode; + } + + /** + * 字段名称 :产品名称 数据类型 :varchar(64) 是否必填 :true + */ + public String getProductName() { + return this.productName; + } + + /** + * 字段名称 :产品名称 数据类型 :varchar(64) 是否必填 :true + */ + public void setProductName(String productName) { + this.productName = productName; + } + + /** + * 字段名称 :付费模式 数据类型 :int 是否必填 :false + */ + public Integer getCostMode() { + return this.costMode; + } + + /** + * 字段名称 :付费模式 数据类型 :int 是否必填 :false + */ + public void setCostMode(Integer costMode) { + this.costMode = costMode; + } + + /** + * 字段名称 :到期日期 数据类型 :varchar(32) 是否必填 :false + */ + public String getDueDate() { + return this.dueDate; + } + + /** + * 字段名称 :到期日期 数据类型 :varchar(32) 是否必填 :false + */ + public void setDueDate(String dueDate) { + this.dueDate = dueDate; + } + + /** + * 字段名称 :备注 数据类型 :varchar(128) 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 数据类型 :varchar(128) 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/TenantPosInfo.java b/food-api/src/main/java/com/jwsaas/entity/ops/TenantPosInfo.java new file mode 100644 index 0000000..ce0849f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/TenantPosInfo.java @@ -0,0 +1,663 @@ +package com.jwsaas.entity.ops; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:租户POS终端信息表 + * 表代码:yw_tenant_pos_info + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "TenantPosInfo") +public class TenantPosInfo extends BaseEntity { + + private static final long serialVersionUID = 1326864826396993848L; + + /** + *租户code + */ + private String tenantCode; + + /** + *应用标识 + */ + private String appSign; + + /** + *终端类型 + */ + private String terminalType; + + /** + *注册门店 + */ + private String storeId; + + /** + *注册门店编号 + */ + private String storeNo; + + /** + *POS编号 + */ + private String posNo; + + /** + *计算机名称 + */ + private String name; + + /** + *MAC地址 + */ + private String MACAddress; + + /** + *硬件序列号 + */ + private String serialNumber; + + /** + *CPU序列 + */ + private String cpuNumber; + + /** + *状态 + */ + private Integer status; + + /** + *备注说明 + */ + private String description; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *操作系统 + */ + private String os; + + /** + *操作系统类型 + */ + private String osType; + + /** + *软件版本 + */ + private String softwareVersion; + + /** + *总内存 + */ + private Integer memoryTotalSize; + + /** + *剩余内存 + */ + private Integer memoryFreeSize; + + /** + *工作盘盘符 + */ + private String diskName; + + /** + *工作盘磁盘空间 + */ + private Integer diskTotalSize; + + /** + *工作盘磁盘剩余空间 + */ + private Integer diskFreeSize; + + /** + *处理器数量 + */ + private Integer cpuSize; + + /** + *扩展信息 + */ + private String extend; + + /** + *监控信息上传时间 + */ + private Date monitorDate; + + /** + *最后活跃时间 + */ + private Date lastActiveDate; + + /** + *注册门店名称 + */ + private String storeName; + + /** + *别名 + */ + private String aliasName; + + /** + *是否测试机 + */ + private Integer isTester; + + + /** + * 字段名称 :租户code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :租户code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :终端类型 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getTerminalType() { + return this.terminalType; + } + + /** + * 字段名称 :终端类型 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setTerminalType(String terminalType) { + this.terminalType = terminalType; + } + + /** + * 字段名称 :注册门店 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :注册门店 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :注册门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :注册门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :计算机名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :计算机名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :MAC地址 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getMACAddress() { + return this.MACAddress; + } + + /** + * 字段名称 :MAC地址 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setMACAddress(String MACAddress) { + this.MACAddress = MACAddress; + } + + /** + * 字段名称 :硬件序列号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getSerialNumber() { + return this.serialNumber; + } + + /** + * 字段名称 :硬件序列号 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setSerialNumber(String serialNumber) { + this.serialNumber = serialNumber; + } + + /** + * 字段名称 :CPU序列 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getCpuNumber() { + return this.cpuNumber; + } + + /** + * 字段名称 :CPU序列 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setCpuNumber(String cpuNumber) { + this.cpuNumber = cpuNumber; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :操作系统 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOs() { + return this.os; + } + + /** + * 字段名称 :操作系统 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOs(String os) { + this.os = os; + } + + /** + * 字段名称 :操作系统类型 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOsType() { + return this.osType; + } + + /** + * 字段名称 :操作系统类型 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOsType(String osType) { + this.osType = osType; + } + + /** + * 字段名称 :软件版本 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSoftwareVersion() { + return this.softwareVersion; + } + + /** + * 字段名称 :软件版本 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSoftwareVersion(String softwareVersion) { + this.softwareVersion = softwareVersion; + } + + /** + * 字段名称 :总内存 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getMemoryTotalSize() { + return this.memoryTotalSize; + } + + /** + * 字段名称 :总内存 + * 数据类型 :int + * 是否必填 :false + */ + public void setMemoryTotalSize(Integer memoryTotalSize) { + this.memoryTotalSize = memoryTotalSize; + } + + /** + * 字段名称 :剩余内存 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getMemoryFreeSize() { + return this.memoryFreeSize; + } + + /** + * 字段名称 :剩余内存 + * 数据类型 :int + * 是否必填 :false + */ + public void setMemoryFreeSize(Integer memoryFreeSize) { + this.memoryFreeSize = memoryFreeSize; + } + + /** + * 字段名称 :工作盘盘符 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getDiskName() { + return this.diskName; + } + + /** + * 字段名称 :工作盘盘符 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setDiskName(String diskName) { + this.diskName = diskName; + } + + /** + * 字段名称 :工作盘磁盘空间 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDiskTotalSize() { + return this.diskTotalSize; + } + + /** + * 字段名称 :工作盘磁盘空间 + * 数据类型 :int + * 是否必填 :false + */ + public void setDiskTotalSize(Integer diskTotalSize) { + this.diskTotalSize = diskTotalSize; + } + + /** + * 字段名称 :工作盘磁盘剩余空间 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDiskFreeSize() { + return this.diskFreeSize; + } + + /** + * 字段名称 :工作盘磁盘剩余空间 + * 数据类型 :int + * 是否必填 :false + */ + public void setDiskFreeSize(Integer diskFreeSize) { + this.diskFreeSize = diskFreeSize; + } + + /** + * 字段名称 :处理器数量 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCpuSize() { + return this.cpuSize; + } + + /** + * 字段名称 :处理器数量 + * 数据类型 :int + * 是否必填 :false + */ + public void setCpuSize(Integer cpuSize) { + this.cpuSize = cpuSize; + } + + /** + * 字段名称 :扩展信息 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getExtend() { + return this.extend; + } + + /** + * 字段名称 :扩展信息 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setExtend(String extend) { + this.extend = extend; + } + + /** + * 字段名称 :监控信息上传时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getMonitorDate() { + return this.monitorDate; + } + + /** + * 字段名称 :监控信息上传时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setMonitorDate(Date monitorDate) { + this.monitorDate = monitorDate; + } + + /** + * 字段名称 :最后活跃时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getLastActiveDate() { + return this.lastActiveDate; + } + + /** + * 字段名称 :最后活跃时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setLastActiveDate(Date lastActiveDate) { + this.lastActiveDate = lastActiveDate; + } + + /** + * 字段名称 :注册门店名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :注册门店名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :别名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAliasName() { + return this.aliasName; + } + + /** + * 字段名称 :别名 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAliasName(String aliasName) { + this.aliasName = aliasName; + } + + /** + * 字段名称 :是否测试机 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsTester() { + return this.isTester; + } + + /** + * 字段名称 :是否测试机 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsTester(Integer isTester) { + this.isTester = isTester; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/TenantPosLoginLog.java b/food-api/src/main/java/com/jwsaas/entity/ops/TenantPosLoginLog.java new file mode 100644 index 0000000..4486b34 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/TenantPosLoginLog.java @@ -0,0 +1,226 @@ +package com.jwsaas.entity.ops; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:租户POS登录信息 + * 表代码:yw_pos_login_log + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "TenantPosLoginLog") +public class TenantPosLoginLog extends BaseEntity { + + private static final long serialVersionUID = 1999579182252811250L; + + /** + *租户code + */ + private String tenantCode; + + /** + *应用标识 + */ + private String appSign; + + /** + *终端类型 + */ + private String terminalType; + + /** + *门店ID + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *POS编号 + */ + private String posNo; + + /** + *登入时间 + */ + private Date loginTime; + + /** + *登出时间 + */ + private Date logoutTime; + + + /** + * 字段名称 :租户code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :租户code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :终端类型 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getTerminalType() { + return this.terminalType; + } + + /** + * 字段名称 :终端类型 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setTerminalType(String terminalType) { + this.terminalType = terminalType; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :登入时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getLoginTime() { + return this.loginTime; + } + + /** + * 字段名称 :登入时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setLoginTime(Date loginTime) { + this.loginTime = loginTime; + } + + /** + * 字段名称 :登出时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getLogoutTime() { + return this.logoutTime; + } + + /** + * 字段名称 :登出时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setLogoutTime(Date logoutTime) { + this.logoutTime = logoutTime; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/TenantProduct.java b/food-api/src/main/java/com/jwsaas/entity/ops/TenantProduct.java new file mode 100644 index 0000000..ca6ea92 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/TenantProduct.java @@ -0,0 +1,341 @@ +package com.jwsaas.entity.ops; + +import java.util.Date; +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:租户产品订阅 + * 表代码:yw_tenant_product + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "TenantProduct") +public class TenantProduct extends BaseEntity { + + private static final long serialVersionUID = 1175438651933851149L; + + /** + *企业编码 + */ + private String code; + + /** + *产品ID + */ + private String productId; + + /** + *计费策略ID + */ + private String chargeId; + + /** + *订阅时间 + */ + private Date subDate; + + /** + *测试有效时间 + */ + private Date testEndDate; + + /** + *计费开始时间 + */ + private Date chargingDate; + + /** + *付款方式 + */ + private Integer payType; + + /** + *月付欠款总额 + */ + private Double balance; + + /** + *预付款到期时间 + */ + private Date validDate; + + /** + *状态 + */ + private Integer status; + + /** + *是否初始化 + */ + private Integer initFlag; + + /** + *数据源ID + */ + private String dataSourceId; + + /** + *备注 + */ + private String memo; + + /** + *取消时间 + */ + private Date cancelDate; + + + /** + * 字段名称 :企业编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getCode() { + return this.code; + } + + /** + * 字段名称 :企业编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setCode(String code) { + this.code = code; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :产品ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :计费策略ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getChargeId() { + return this.chargeId; + } + + /** + * 字段名称 :计费策略ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setChargeId(String chargeId) { + this.chargeId = chargeId; + } + + /** + * 字段名称 :订阅时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getSubDate() { + return this.subDate; + } + + /** + * 字段名称 :订阅时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setSubDate(Date subDate) { + this.subDate = subDate; + } + + /** + * 字段名称 :测试有效时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getTestEndDate() { + return this.testEndDate; + } + + /** + * 字段名称 :测试有效时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setTestEndDate(Date testEndDate) { + this.testEndDate = testEndDate; + } + + /** + * 字段名称 :计费开始时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getChargingDate() { + return this.chargingDate; + } + + /** + * 字段名称 :计费开始时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setChargingDate(Date chargingDate) { + this.chargingDate = chargingDate; + } + + /** + * 字段名称 :付款方式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getPayType() { + return this.payType; + } + + /** + * 字段名称 :付款方式 + * 数据类型 :int + * 是否必填 :false + */ + public void setPayType(Integer payType) { + this.payType = payType; + } + + /** + * 字段名称 :月付欠款总额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public Double getBalance() { + return this.balance; + } + + /** + * 字段名称 :月付欠款总额 + * 数据类型 :decimal(24,4) + * 是否必填 :false + */ + public void setBalance(Double balance) { + this.balance = balance; + } + + /** + * 字段名称 :预付款到期时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getValidDate() { + return this.validDate; + } + + /** + * 字段名称 :预付款到期时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setValidDate(Date validDate) { + this.validDate = validDate; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :是否初始化 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getInitFlag() { + return this.initFlag; + } + + /** + * 字段名称 :是否初始化 + * 数据类型 :int + * 是否必填 :false + */ + public void setInitFlag(Integer initFlag) { + this.initFlag = initFlag; + } + + /** + * 字段名称 :数据源ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getDataSourceId() { + return this.dataSourceId; + } + + /** + * 字段名称 :数据源ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setDataSourceId(String dataSourceId) { + this.dataSourceId = dataSourceId; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getMemo() { + return this.memo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setMemo(String memo) { + this.memo = memo; + } + + /** + * 字段名称 :取消时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getCancelDate() { + return this.cancelDate; + } + + /** + * 字段名称 :取消时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setCancelDate(Date cancelDate) { + this.cancelDate = cancelDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/TenantStoreAuth.java b/food-api/src/main/java/com/jwsaas/entity/ops/TenantStoreAuth.java new file mode 100644 index 0000000..b3e885f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/TenantStoreAuth.java @@ -0,0 +1,296 @@ +package com.jwsaas.entity.ops; + +import com.jwsaas.Constants; +import com.jwsaas.entity.BaseEntity; +import org.apache.ibatis.type.Alias; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:租户门店授权记录 + * 表代码:yw_tenant_store_auth + */ +@Alias(Constants.OPS_SIGN + "TenantStoreAuth") +public class TenantStoreAuth extends BaseEntity { + + private static final long serialVersionUID = 1614966350530834730L; + + /** + *应用标识 + */ + private String appSign; + + /** + *租户code + */ + private String tenantCode; + + /** + *代理商ID + */ + private String agentId; + + /** + *代理商名称 + */ + private String agentName; + + /** + *门店 + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *备注说明 + */ + private String description; + + /** + *删除标识 + */ + private Integer deleteFlag; + + /** + *计费模式 + */ + private Integer costMode; + + /** + *到期时间 + */ + private String dueDate; + + /** + *最后活跃时间 + */ + private String lastDate; + + + /** + * 字段名称 :最后活跃时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLastDate() { + return this.lastDate; + } + + /** + * 字段名称 :最后活跃时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLastDate(String lastDate) { + this.lastDate = lastDate; + } + + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :租户code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :租户code + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :代理商ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getAgentId() { + return this.agentId; + } + + /** + * 字段名称 :代理商ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setAgentId(String agentId) { + this.agentId = agentId; + } + + /** + * 字段名称 :代理商名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getAgentName() { + return this.agentName; + } + + /** + * 字段名称 :代理商名称 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setAgentName(String agentName) { + this.agentName = agentName; + } + + /** + * 字段名称 :门店 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getDeleteFlag() { + return this.deleteFlag; + } + + /** + * 字段名称 :删除标识 + * 数据类型 :int + * 是否必填 :false + */ + public void setDeleteFlag(Integer deleteFlag) { + this.deleteFlag = deleteFlag; + } + + /** + * 字段名称 :计费模式 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCostMode() { + return costMode; + } + + /** + * 字段名称 :计费模式 + * 数据类型 :int + * 是否必填 :false + */ + public void setCostMode(Integer costMode) { + this.costMode = costMode; + } + + /** + * 字段名称 :到期日期 + * 数据类型 :String + * 是否必填 :false + */ + public String getDueDate() { + return dueDate; + } + + /** + * 字段名称 :到期日期 + * 数据类型 :String + * 是否必填 :false + */ + public void setDueDate(String dueDate) { + this.dueDate = dueDate; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/UpgradePos.java b/food-api/src/main/java/com/jwsaas/entity/ops/UpgradePos.java new file mode 100644 index 0000000..2608b3d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/UpgradePos.java @@ -0,0 +1,271 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:升级POS信息 + * 表代码:yw_upgrade_pos + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "UpgradePos") +public class UpgradePos extends BaseEntity { + + private static final long serialVersionUID = 1949960989661599105L; + + /** + *方案ID + */ + private String schemeId; + + /** + *应用标识 + */ + private String appSign; + + /** + *企业编码 + */ + private String tenantCode; + + /** + *旧企业编码 + */ + private String oldTenantCode; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *旧门店编号 + */ + private String oldStoreNo; + + /** + *旧门店名称 + */ + private String oldStoreName; + + /** + *POS编号 + */ + private String posNo; + + /** + *旧POS编号 + */ + private String oldPosNo; + + /** + *备注 + */ + private String description; + + + /** + * 字段名称 :方案ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSchemeId() { + return this.schemeId; + } + + /** + * 字段名称 :方案ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSchemeId(String schemeId) { + this.schemeId = schemeId; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :企业编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :企业编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :旧企业编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getOldTenantCode() { + return this.oldTenantCode; + } + + /** + * 字段名称 :旧企业编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setOldTenantCode(String oldTenantCode) { + this.oldTenantCode = oldTenantCode; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :旧门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getOldStoreNo() { + return this.oldStoreNo; + } + + /** + * 字段名称 :旧门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setOldStoreNo(String oldStoreNo) { + this.oldStoreNo = oldStoreNo; + } + + /** + * 字段名称 :旧门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getOldStoreName() { + return this.oldStoreName; + } + + /** + * 字段名称 :旧门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setOldStoreName(String oldStoreName) { + this.oldStoreName = oldStoreName; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getPosNo() { + return this.posNo; + } + + /** + * 字段名称 :POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + /** + * 字段名称 :旧POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getOldPosNo() { + return this.oldPosNo; + } + + /** + * 字段名称 :旧POS编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setOldPosNo(String oldPosNo) { + this.oldPosNo = oldPosNo; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/UpgradeScheme.java b/food-api/src/main/java/com/jwsaas/entity/ops/UpgradeScheme.java new file mode 100644 index 0000000..8afef11 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/UpgradeScheme.java @@ -0,0 +1,179 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:升级方案 + * 表代码:yw_upgrade_scheme + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "UpgradeScheme") +public class UpgradeScheme extends BaseEntity { + + private static final long serialVersionUID = 1537051454497087391L; + + /** + *应用标识 + */ + private String appSign; + + /** + *企业编码 + */ + private String tenantCode; + + /** + *企业名称 + */ + private String tenantName; + + /** + *旧企业编码 + */ + private String oldTenantCode; + + /** + *旧企业名称 + */ + private String oldTenantName; + + /** + *备注 + */ + private String description; + + /** + *状态 + */ + private Integer status; + + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :企业编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :企业编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :企业名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getTenantName() { + return this.tenantName; + } + + /** + * 字段名称 :企业名称 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setTenantName(String tenantName) { + this.tenantName = tenantName; + } + + /** + * 字段名称 :旧企业编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getOldTenantCode() { + return this.oldTenantCode; + } + + /** + * 字段名称 :旧企业编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setOldTenantCode(String oldTenantCode) { + this.oldTenantCode = oldTenantCode; + } + + /** + * 字段名称 :旧企业名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getOldTenantName() { + return this.oldTenantName; + } + + /** + * 字段名称 :旧企业名称 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setOldTenantName(String oldTenantName) { + this.oldTenantName = oldTenantName; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/UpgradeStore.java b/food-api/src/main/java/com/jwsaas/entity/ops/UpgradeStore.java new file mode 100644 index 0000000..3899526 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/UpgradeStore.java @@ -0,0 +1,202 @@ +package com.jwsaas.entity.ops; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:升级门店映射信息 + * 表代码:yw_upgrade_store + */ +@Alias(com.jwsaas.Constants.OPS_SIGN + "UpgradeStore") +public class UpgradeStore extends BaseEntity { + + private static final long serialVersionUID = 1646935359980280104L; + + /** + *方案ID + */ + private String schemeId; + + /** + *应用标识 + */ + private String appSign; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *旧门店编号 + */ + private String oldStoreNo; + + /** + *旧门店名称 + */ + private String oldStoreName; + + /** + *备注 + */ + private String description; + + /** + *状态 + */ + private Integer status; + + + /** + * 字段名称 :方案ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getSchemeId() { + return this.schemeId; + } + + /** + * 字段名称 :方案ID + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setSchemeId(String schemeId) { + this.schemeId = schemeId; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getAppSign() { + return this.appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getStoreNo() { + return this.storeNo; + } + + /** + * 字段名称 :门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + /** + * 字段名称 :旧门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getOldStoreNo() { + return this.oldStoreNo; + } + + /** + * 字段名称 :旧门店编号 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setOldStoreNo(String oldStoreNo) { + this.oldStoreNo = oldStoreNo; + } + + /** + * 字段名称 :旧门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public String getOldStoreName() { + return this.oldStoreName; + } + + /** + * 字段名称 :旧门店名称 + * 数据类型 :varchar(500) + * 是否必填 :false + */ + public void setOldStoreName(String oldStoreName) { + this.oldStoreName = oldStoreName; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/WxBusinessCode.java b/food-api/src/main/java/com/jwsaas/entity/ops/WxBusinessCode.java new file mode 100644 index 0000000..bc01253 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/WxBusinessCode.java @@ -0,0 +1,111 @@ +package com.jwsaas.entity.ops; + +import com.jwsaas.Constants; +import com.jwsaas.entity.BaseEntity; +import org.apache.ibatis.type.Alias; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:微信经营范围代码对照表 + * 表代码:yw_wx_business_code + */ +@Alias(Constants.OPS_SIGN+"WxBusinessCode") +public class WxBusinessCode extends BaseEntity { + + private static final long serialVersionUID = 1226267754884599944L; + + /** + *品类ID + */ + private String code; + + /** + *一级类目 + */ + private String firstType; + + /** + *二级类目 + */ + private String secondType; + + /** + *三级类目 + */ + private String thirdType; + + + /** + * 字段名称 :品类ID + * 数据类型 :varchar(8) + * 是否必填 :true + */ + public String getCode() { + return this.code; + } + + /** + * 字段名称 :品类ID + * 数据类型 :varchar(8) + * 是否必填 :true + */ + public void setCode(String code) { + this.code = code; + } + + /** + * 字段名称 :一级类目 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getFirstType() { + return this.firstType; + } + + /** + * 字段名称 :一级类目 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setFirstType(String firstType) { + this.firstType = firstType; + } + + /** + * 字段名称 :二级类目 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public String getSecondType() { + return this.secondType; + } + + /** + * 字段名称 :二级类目 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public void setSecondType(String secondType) { + this.secondType = secondType; + } + + /** + * 字段名称 :三级类目 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public String getThirdType() { + return this.thirdType; + } + + /** + * 字段名称 :三级类目 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public void setThirdType(String thirdType) { + this.thirdType = thirdType; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/ops/ZfbBusinessCode.java b/food-api/src/main/java/com/jwsaas/entity/ops/ZfbBusinessCode.java new file mode 100644 index 0000000..35d11c8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/ops/ZfbBusinessCode.java @@ -0,0 +1,65 @@ +package com.jwsaas.entity.ops; + +import com.jwsaas.Constants; +import com.jwsaas.entity.BaseEntity; +import org.apache.ibatis.type.Alias; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:支付宝经营范围代码对照表 + * 表代码:yw_zfb_business_code + */ +@Alias(Constants.OPS_SIGN+"ZfbBusinessCode") +public class ZfbBusinessCode extends BaseEntity { + + private static final long serialVersionUID = 1471788838149633842L; + + /** + *类目ID + */ + private String code; + + /** + *类目名称 + */ + private String name; + + + /** + * 字段名称 :类目ID + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public String getCode() { + return this.code; + } + + /** + * 字段名称 :类目ID + * 数据类型 :varchar(32) + * 是否必填 :true + */ + public void setCode(String code) { + this.code = code; + } + + /** + * 字段名称 :类目名称 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :类目名称 + * 数据类型 :varchar(64) + * 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/shared/AppAuth.java b/food-api/src/main/java/com/jwsaas/entity/shared/AppAuth.java new file mode 100644 index 0000000..891c671 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/shared/AppAuth.java @@ -0,0 +1,309 @@ +package com.jwsaas.entity.shared; + +import java.util.Date; +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:应用授权表 + * 表代码:open_app_auth + */ +@Alias(com.jwsaas.Constants.SHARED_SIGN + "AppAuth") +public class AppAuth extends BaseEntity { + + private static final long serialVersionUID = 1446692888154770818L; + + /** + *应用标识 + */ + private String appSign; + + /** + *租户编码 + */ + private String tenantCode; + + /** + *应用编码 + */ + private String appCode; + + /** + *应用ID + */ + private String appId; + + /** + *应用标识 + */ + private String appKey; + + /** + *应用密钥 + */ + private String appSecret; + + /** + *提取码 + */ + private String simpleCode; + + /** + *状态 + */ + private Integer status; + + /** + *调用次数限制 + */ + private Integer callLimits; + + /** + *调用次数 + */ + private String callCounter; + + /** + *首次调用时间 + */ + private Date firstCallTime; + + /** + *末次调用时间 + */ + private Date lastCallTime; + + /** + *备注说明 + */ + private String description; + + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getAppSign() { + return appSign; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setAppSign(String appSign) { + this.appSign = appSign; + } + + /** + * 字段名称 :租户编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :租户编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :应用编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getAppCode() { + return this.appCode; + } + + /** + * 字段名称 :应用编码 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setAppCode(String appCode) { + this.appCode = appCode; + } + + /** + * 字段名称 :应用ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAppId() { + return this.appId; + } + + /** + * 字段名称 :应用ID + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAppId(String appId) { + this.appId = appId; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getAppKey() { + return this.appKey; + } + + /** + * 字段名称 :应用标识 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setAppKey(String appKey) { + this.appKey = appKey; + } + + /** + * 字段名称 :应用密钥 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getAppSecret() { + return this.appSecret; + } + + /** + * 字段名称 :应用密钥 + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setAppSecret(String appSecret) { + this.appSecret = appSecret; + } + + public String getSimpleCode() { + return simpleCode; + } + + public void setSimpleCode(String simpleCode) { + this.simpleCode = simpleCode; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :调用次数限制 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getCallLimits() { + return this.callLimits; + } + + /** + * 字段名称 :调用次数限制 + * 数据类型 :int + * 是否必填 :false + */ + public void setCallLimits(Integer callLimits) { + this.callLimits = callLimits; + } + + /** + * 字段名称 :调用次数 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public String getCallCounter() { + return this.callCounter; + } + + /** + * 字段名称 :调用次数 + * 数据类型 :bigint(18) + * 是否必填 :false + */ + public void setCallCounter(String callCounter) { + this.callCounter = callCounter; + } + + /** + * 字段名称 :首次调用时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getFirstCallTime() { + return this.firstCallTime; + } + + /** + * 字段名称 :首次调用时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setFirstCallTime(Date firstCallTime) { + this.firstCallTime = firstCallTime; + } + + /** + * 字段名称 :末次调用时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getLastCallTime() { + return this.lastCallTime; + } + + /** + * 字段名称 :末次调用时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setLastCallTime(Date lastCallTime) { + this.lastCallTime = lastCallTime; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/shared/Function.java b/food-api/src/main/java/com/jwsaas/entity/shared/Function.java new file mode 100644 index 0000000..868e2a8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/shared/Function.java @@ -0,0 +1,131 @@ +package com.jwsaas.entity.shared; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:功能表 表代码:yw_app_function + */ +@Alias(com.jwsaas.Constants.SHARED_SIGN + "Function") +public class Function extends BaseEntity { + + private static final long serialVersionUID = 1711371300142721972L; + + /** + * 功能名称 + */ + private String name; + + /** + * 功能标识 + */ + private String sign; + + /** + * 图标 + */ + private String icon; + + /** + * 样式 + */ + private String style; + + /** + * 显示序号 + */ + private Integer orderNo; + + /** + * 备注说明 + */ + private String description; + + /** + * 字段名称 :功能名称 数据类型 :varchar(16) 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :功能名称 数据类型 :varchar(16) 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :功能标识 数据类型 :varchar(32) 是否必填 :true + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :功能标识 数据类型 :varchar(32) 是否必填 :true + */ + public void setSign(String sign) { + this.sign = sign; + } + + /** + * 字段名称 :图标 数据类型 :varchar(64) 是否必填 :false + */ + public String getIcon() { + return this.icon; + } + + /** + * 字段名称 :图标 数据类型 :varchar(64) 是否必填 :false + */ + public void setIcon(String icon) { + this.icon = icon; + } + + /** + * 字段名称 :样式 数据类型 :varchar(64) 是否必填 :false + */ + public String getStyle() { + return this.style; + } + + /** + * 字段名称 :样式 数据类型 :varchar(64) 是否必填 :false + */ + public void setStyle(String style) { + this.style = style; + } + + /** + * 字段名称 :显示序号 数据类型 :int 是否必填 :true + */ + public Integer getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 数据类型 :int 是否必填 :true + */ + public void setOrderNo(Integer orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/shared/Module.java b/food-api/src/main/java/com/jwsaas/entity/shared/Module.java new file mode 100644 index 0000000..7dc04d7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/shared/Module.java @@ -0,0 +1,227 @@ +package com.jwsaas.entity.shared; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.ModuleType; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:模块表 表代码:yw_app_module + */ +@Alias(com.jwsaas.Constants.SHARED_SIGN + "Module") +public class Module extends BaseEntity { + + private static final long serialVersionUID = 1235881206043313927L; + + /** + * 父模块 + */ + private String parentId; + + /** + * 父模块名称 + */ + private String parentName; + + /** + * 资源ID + */ + private String resourcesId; + + /** + * 模块名称 + */ + private String name; + + /** + * 模块图标 + */ + private String icon; + + /** + * 显示序号 + */ + private Integer orderNo; + + /** + * 模块标识 + */ + private String sign; + + /** + * 默认模块标识 + */ + private Integer isDefault; + + /** + * 功能项 + */ + private String functionIds; + + /** + * 备注说明 + */ + private String description; + + /** + * 模块分类 + */ + private ModuleType moduleType; + + /** + * 字段名称 :父模块 数据类型 :bigint(18) 是否必填 :false + */ + public String getParentId() { + return this.parentId; + } + + /** + * 字段名称 :父模块 数据类型 :bigint(18) 是否必填 :false + */ + public void setParentId(String parentId) { + this.parentId = parentId; + } + + /** + * 父模块名称 + */ + public String getParentName() { + return parentName; + } + + /** + * 父模块名称 + */ + public void setParentName(String parentName) { + this.parentName = parentName; + } + + /** + * 字段名称 :资源ID 数据类型 :bigint(18) 是否必填 :false + */ + public String getResourcesId() { + return this.resourcesId; + } + + /** + * 字段名称 :资源ID 数据类型 :bigint(18) 是否必填 :false + */ + public void setResourcesId(String resourcesId) { + this.resourcesId = resourcesId; + } + + /** + * 字段名称 :模块名称 数据类型 :varchar(32) 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :模块名称 数据类型 :varchar(32) 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :模块图标 数据类型 :varchar(128) 是否必填 :false + */ + public String getIcon() { + return this.icon; + } + + /** + * 字段名称 :模块图标 数据类型 :varchar(128) 是否必填 :false + */ + public void setIcon(String icon) { + this.icon = icon; + } + + /** + * 字段名称 :显示序号 数据类型 :int 是否必填 :false + */ + public Integer getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 数据类型 :int 是否必填 :false + */ + public void setOrderNo(Integer orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :模块标识 数据类型 :varchar(32) 是否必填 :false + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :模块标识 数据类型 :varchar(32) 是否必填 :false + */ + public void setSign(String sign) { + this.sign = sign; + } + + /** + * 字段名称 :功能项 数据类型 :text 是否必填 :false + */ + public String getFunctionIds() { + return this.functionIds; + } + + /** + * 字段名称 :功能项 数据类型 :text 是否必填 :false + */ + public void setFunctionIds(String functionIds) { + this.functionIds = functionIds; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + /** + * 模块分类 + */ + public ModuleType getModuleType() { + return moduleType; + } + + /** + * 模块分类 + */ + public void setModuleType(ModuleType moduleType) { + this.moduleType = moduleType; + } + + /** + * 字段名称 :默认模块标识 数据类型 : tinyint 是否必填 :false + */ + public Integer getIsDefault() { + return isDefault; + } + + /** + * 字段名称 :默认模块标识 数据类型 : tinyint 是否必填 :false + */ + public void setIsDefault(Integer isDefault) { + this.isDefault = isDefault; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/shared/Resources.java b/food-api/src/main/java/com/jwsaas/entity/shared/Resources.java new file mode 100644 index 0000000..bd018a7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/shared/Resources.java @@ -0,0 +1,112 @@ +package com.jwsaas.entity.shared; + +import org.apache.ibatis.type.Alias; + +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:资源表 表代码:yw_app_resources + */ +@Alias(com.jwsaas.Constants.SHARED_SIGN + "Resources") +public class Resources extends BaseEntity { + + private static final long serialVersionUID = 1115244544601375000L; + + /** + * 所属分类 + */ + private String typeId; + + /** + * 资源名称 + */ + private String name; + + /** + * URL地址 + */ + private String url; + + /** + * 显示序号 + */ + private Integer orderNo; + + /** + * 备注说明 + */ + private String description; + + /** + * 字段名称 :所属分类 数据类型 :bigint(18) 是否必填 :true + */ + public String getTypeId() { + return this.typeId; + } + + /** + * 字段名称 :所属分类 数据类型 :bigint(18) 是否必填 :true + */ + public void setTypeId(String typeId) { + this.typeId = typeId; + } + + /** + * 字段名称 :资源名称 数据类型 :varchar(32) 是否必填 :true + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :资源名称 数据类型 :varchar(32) 是否必填 :true + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :URL地址 数据类型 :varchar(256) 是否必填 :true + */ + public String getUrl() { + return this.url; + } + + /** + * 字段名称 :URL地址 数据类型 :varchar(256) 是否必填 :true + */ + public void setUrl(String url) { + this.url = url; + } + + /** + * 字段名称 :显示序号 数据类型 :int 是否必填 :true + */ + public Integer getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :显示序号 数据类型 :int 是否必填 :true + */ + public void setOrderNo(Integer orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/split/SplitCompanyEntity.java b/food-api/src/main/java/com/jwsaas/entity/split/SplitCompanyEntity.java new file mode 100644 index 0000000..2f1e806 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/split/SplitCompanyEntity.java @@ -0,0 +1,36 @@ +package com.jwsaas.entity.split; + +import java.io.Serializable; + +/** + * @Author 37962 + * @Date 2023/9/22 + * 公司 + */ +public class SplitCompanyEntity implements Serializable { + + /** + * 公司ID + */ + private String id; + /** + * 公司统一社会信用代码 + */ + private String uniCredit; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public String getUniCredit() { + return uniCredit; + } + + public void setUniCredit(String uniCredit) { + this.uniCredit = uniCredit; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/split/SplitHandoverEntity.java b/food-api/src/main/java/com/jwsaas/entity/split/SplitHandoverEntity.java new file mode 100644 index 0000000..01f43cb --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/split/SplitHandoverEntity.java @@ -0,0 +1,40 @@ +package com.jwsaas.entity.split; + +import java.io.Serializable; + +/** + * @Author 37962 + * @Date 2023/9/22 + * 交接班记录 + */ +public class SplitHandoverEntity implements Serializable { + + /** + * 开班时间 + */ + private String datatimeBegin; + /** + * 交班时间 + */ + private String datatimeEnd; + /** + * 门店ID + */ + private String storeId; + /** + * 门店名称 + */ + private String storeName; + + public String getDatatimeBegin() { return datatimeBegin; } + public void setDatatimeBegin(String value) { this.datatimeBegin = value; } + + public String getDatatimeEnd() { return datatimeEnd; } + public void setDatatimeEnd(String value) { this.datatimeEnd = value; } + + public String getStoreId() { return storeId; } + public void setStoreId(String value) { this.storeId = value; } + + public String getStoreName() { return storeName; } + public void setStoreName(String value) { this.storeName = value; } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/split/SplitOrderEntity.java b/food-api/src/main/java/com/jwsaas/entity/split/SplitOrderEntity.java new file mode 100644 index 0000000..bcdebcd --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/split/SplitOrderEntity.java @@ -0,0 +1,337 @@ +package com.jwsaas.entity.split; + +import java.io.Serializable; +import java.util.Date; + +/** + * @Author 37962 + * @Date 2023/9/22 + * 订单 + */ +public class SplitOrderEntity implements Serializable { + /** + * 点餐数量 + */ + private long count; + /** + * 创建日期 + */ + private Date createDate; + /** + * 创建用户 + */ + private String createUser; + /** + * 消费方式:堂食、自提、外卖 + */ + private String diningStyle; + /** + * 一级分类名称:例如-营养粥品、鲜香热菜、酒水饮料 + */ + private String firstCategoryName; + /** + * 交班班次:1-早班,2-中班,3-晚班 + */ + private String handover; + /** + * 备注 + */ + private String memo; + /** + * 商品名称 + */ + private String name; + /** + * 交付渠道: -1无 0原生支付 1付呗支付 2POS通交易-3 嗖嗖支付 + */ + private String payChannel; + /** + * 付款时间 + */ + private Date payDate; + /** + * 付款方式 + */ + private String payType; + /** + * 人数 + */ + private long people; + /** + * 价格 + */ + private String price; + /** + * 商品编号 + */ + private String productNo; + /** + * 计量单位 + */ + private String productUnitName; + /** + * 退餐数量 + */ + private long rcount; + /** + * 销售时间 + */ + private Date saleDate; + /** + * 二级分类名称:例如-酒水饮料->啤酒 + */ + private String secondCategoryName; + /** + * 单据状态:0-等待付款;1-已支付;2-已退单;3-已取消;4-已完成; + */ + private String status; + /** + * 门店名称 + */ + private String storeName; + /** + * 门店编号 + */ + private String storeNo; + /** + * 餐桌号 + */ + private String tableNo; + /** + * 销售单号 + */ + private String ticketNo; + /** + * 商品类型:0普通商品1成品10原料11辅料12半成品 10以下下商品是可销售商品 ,10以上商品是不可销售商品(包括10) + */ + private String type; + /** + * 公司统一社会信用代码 + */ + private String uniCredit; + /** + * 操作员工号 + */ + private String workNo; + /** + * 订单价格 + */ + private String paid; + + + public long getCount() { + return count; + } + + public void setCount(long count) { + this.count = count; + } + + public String getCreateUser() { + return createUser; + } + + public void setCreateUser(String createUser) { + this.createUser = createUser; + } + + public String getDiningStyle() { + return diningStyle; + } + + public void setDiningStyle(String diningStyle) { + this.diningStyle = diningStyle; + } + + public String getFirstCategoryName() { + return firstCategoryName; + } + + public void setFirstCategoryName(String firstCategoryName) { + this.firstCategoryName = firstCategoryName; + } + + public String getHandover() { + return handover; + } + + public void setHandover(String handover) { + this.handover = handover; + } + + public String getMemo() { + return memo; + } + + public void setMemo(String memo) { + this.memo = memo; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public String getPayChannel() { + return payChannel; + } + + public void setPayChannel(String payChannel) { + this.payChannel = payChannel; + } + + public String getPayType() { + return payType; + } + + public void setPayType(String payType) { + this.payType = payType; + } + + public long getPeople() { + return people; + } + + public void setPeople(long people) { + this.people = people; + } + + public String getPrice() { + return price; + } + + public void setPrice(String price) { + this.price = price; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getProductUnitName() { + return productUnitName; + } + + public void setProductUnitName(String productUnitName) { + this.productUnitName = productUnitName; + } + + public long getRcount() { + return rcount; + } + + public void setRcount(long rcount) { + this.rcount = rcount; + } + + public String getSecondCategoryName() { + return secondCategoryName; + } + + public void setSecondCategoryName(String secondCategoryName) { + this.secondCategoryName = secondCategoryName; + } + + public String getStatus() { + return status; + } + + public void setStatus(String status) { + this.status = status; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getTableNo() { + return tableNo; + } + + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + public String getTicketNo() { + return ticketNo; + } + + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public String getUniCredit() { + return uniCredit; + } + + public void setUniCredit(String uniCredit) { + this.uniCredit = uniCredit; + } + + public String getWorkNo() { + return workNo; + } + + public void setWorkNo(String workNo) { + this.workNo = workNo; + } + + public Date getCreateDate() { + return createDate; + } + + public void setCreateDate(Date createDate) { + this.createDate = createDate; + } + + public Date getPayDate() { + return payDate; + } + + public void setPayDate(Date payDate) { + this.payDate = payDate; + } + + public Date getSaleDate() { + return saleDate; + } + + public void setSaleDate(Date saleDate) { + this.saleDate = saleDate; + } + + public String getPaid() { + return paid; + } + + public void setPaid(String paid) { + this.paid = paid; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/split/SplitProductEntity.java b/food-api/src/main/java/com/jwsaas/entity/split/SplitProductEntity.java new file mode 100644 index 0000000..4e1e852 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/split/SplitProductEntity.java @@ -0,0 +1,116 @@ +package com.jwsaas.entity.split; + +import java.io.Serializable; + +/** + * @Author 37962 + * @Date 2023/9/22 + * 商品 + */ +public class SplitProductEntity implements Serializable { + + /** + * 商品条码 + */ + private String barCode; + /** + * 商品品牌:店铺的别称(写入产品标签) + */ + private String brandName; + /** + * 创建日期 + */ + private String createDate; + /** + * 创建用户 + */ + private String createUser; + /** + * 商品说明 + */ + private String description; + /** + * 一级分类名称:例如-营养粥品、鲜香热菜、酒水饮料 + */ + private String firstCategoryName; + /** + * 商品名称 + */ + private String name; + /** + * 商品编号 + */ + private String no; + /** + * 售价 + */ + private String price; + /** + * 计量单位 + */ + private String productUnitName; + /** + * 二级分类名称:例如-酒水饮料->啤酒 + */ + private String secondCategoryName; + /** + * 商品类型:0普通商品1成品10原料11辅料12半成品 10以下下商品是可销售商品 ,10以上商品是不可销售商品(包括10) + */ + private String type; + /** + * 公司统一社会信用代码 + */ + private String uniCredit; + + public String getBarCode() { return barCode; } + public void setBarCode(String value) { this.barCode = value; } + + public String getBrandName() { return brandName; } + public void setBrandName(String value) { this.brandName = value; } + + public String getCreateDate() { return createDate; } + public void setCreateDate(String value) { this.createDate = value; } + + public String getCreateUser() { return createUser; } + public void setCreateUser(String value) { this.createUser = value; } + + public String getDescription() { return description; } + public void setDescription(String value) { this.description = value; } + + public String getFirstCategoryName() { + return firstCategoryName; + } + + public void setFirstCategoryName(String firstCategoryName) { + this.firstCategoryName = firstCategoryName; + } + + public String getName() { return name; } + public void setName(String value) { this.name = value; } + + public String getNo() { return no; } + public void setNo(String value) { this.no = value; } + + public String getPrice() { return price; } + public void setPrice(String value) { this.price = value; } + + public String getProductUnitName() { return productUnitName; } + public void setProductUnitName(String value) { this.productUnitName = value; } + + public String getSecondCategoryName() { return secondCategoryName; } + public void setSecondCategoryName(String value) { this.secondCategoryName = value; } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public String getUniCredit() { return uniCredit; } + public void setUniCredit(String value) { this.uniCredit = value; } + + + +} diff --git a/food-api/src/main/java/com/jwsaas/entity/task/Executor.java b/food-api/src/main/java/com/jwsaas/entity/task/Executor.java new file mode 100644 index 0000000..2d093f3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/task/Executor.java @@ -0,0 +1,179 @@ +package com.jwsaas.entity.task; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:执行器管理 + * 表代码:task_executor + */ +@Alias(com.jwsaas.Constants.TASK_SIGN + "Executor") +public class Executor extends BaseEntity { + + private static final long serialVersionUID = 1138565813699604425L; + + /** + *appName + */ + private String appName; + + /** + *名称 + */ + private String title; + + /** + *标识 + */ + private String sign; + + /** + *执行器地址类型 + */ + private Integer addressType; + + /** + *执行器地址列表 + */ + private String addressList; + + /** + *状态 + */ + private Integer status; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :appName + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getAppName() { + return this.appName; + } + + /** + * 字段名称 :appName + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setAppName(String appName) { + this.appName = appName; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public String getTitle() { + return this.title; + } + + /** + * 字段名称 :名称 + * 数据类型 :varchar(12) + * 是否必填 :false + */ + public void setTitle(String title) { + this.title = title; + } + + /** + * 字段名称 :标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSign(String sign) { + this.sign = sign; + } + + /** + * 字段名称 :执行器地址类型 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getAddressType() { + return this.addressType; + } + + /** + * 字段名称 :执行器地址类型 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setAddressType(Integer addressType) { + this.addressType = addressType; + } + + /** + * 字段名称 :执行器地址列表 + * 数据类型 :text + * 是否必填 :false + */ + public String getAddressList() { + return this.addressList; + } + + /** + * 字段名称 :执行器地址列表 + * 数据类型 :text + * 是否必填 :false + */ + public void setAddressList(String addressList) { + this.addressList = addressList; + } + + /** + * 字段名称 :状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/task/Schedule.java b/food-api/src/main/java/com/jwsaas/entity/task/Schedule.java new file mode 100644 index 0000000..4892f0a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/task/Schedule.java @@ -0,0 +1,248 @@ +package com.jwsaas.entity.task; + +import org.apache.ibatis.type.Alias; +import com.jwsaas.entity.BaseEntity; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * 表名称:任务管理 + * 表代码:task_schedule + */ +@Alias(com.jwsaas.Constants.TASK_SIGN + "Schedule") +public class Schedule extends BaseEntity { + + private static final long serialVersionUID = 1658582478040553149L; + + /** + *执行器标识 + */ + private String groupSign; + + /** + *标识 + */ + private String sign; + + /** + *任务描述 + */ + private String jobDesc; + + /** + *cron表达式 + */ + private String jobCron; + + /** + *执行器Handler + */ + private String executorHandler; + + /** + *执行参数 + */ + private String executorParam; + + /** + *报警邮件 + */ + private String alarmEmail; + + /** + *负责人 + */ + private String author; + + /** + *状态 + */ + private Integer status; + + /** + *描述 + */ + private String description; + + + /** + * 字段名称 :执行器标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getGroupSign() { + return this.groupSign; + } + + /** + * 字段名称 :执行器标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setGroupSign(String groupSign) { + this.groupSign = groupSign; + } + + /** + * 字段名称 :标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setSign(String sign) { + this.sign = sign; + } + + /** + * 字段名称 :任务描述 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getJobDesc() { + return this.jobDesc; + } + + /** + * 字段名称 :任务描述 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setJobDesc(String jobDesc) { + this.jobDesc = jobDesc; + } + + /** + * 字段名称 :cron表达式 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getJobCron() { + return this.jobCron; + } + + /** + * 字段名称 :cron表达式 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setJobCron(String jobCron) { + this.jobCron = jobCron; + } + + /** + * 字段名称 :执行器Handler + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getExecutorHandler() { + return this.executorHandler; + } + + /** + * 字段名称 :执行器Handler + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setExecutorHandler(String executorHandler) { + this.executorHandler = executorHandler; + } + + /** + * 字段名称 :执行参数 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getExecutorParam() { + return this.executorParam; + } + + /** + * 字段名称 :执行参数 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setExecutorParam(String executorParam) { + this.executorParam = executorParam; + } + + /** + * 字段名称 :报警邮件 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getAlarmEmail() { + return this.alarmEmail; + } + + /** + * 字段名称 :报警邮件 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setAlarmEmail(String alarmEmail) { + this.alarmEmail = alarmEmail; + } + + /** + * 字段名称 :负责人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getAuthor() { + return this.author; + } + + /** + * 字段名称 :负责人 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setAuthor(String author) { + this.author = author; + } + + /** + * 字段名称 :状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :描述 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/ApplyBindBankCard.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/ApplyBindBankCard.java new file mode 100644 index 0000000..08f5588 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/ApplyBindBankCard.java @@ -0,0 +1,62 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class ApplyBindBankCard implements Serializable { + + private String bizUserId; + private String name; + private String identityNo; + private String cardType; + private String cardNo; + private String phone; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public String getIdentityNo() { + return identityNo; + } + + public void setIdentityNo(String identityNo) { + this.identityNo = identityNo; + } + + public String getCardType() { + return cardType; + } + + public void setCardType(String cardType) { + this.cardType = cardType; + } + + public String getCardNo() { + return cardNo; + } + + public void setCardNo(String cardNo) { + this.cardNo = cardNo; + } + + public String getPhone() { + return phone; + } + + public void setPhone(String phone) { + this.phone = phone; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/BindBankCard.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/BindBankCard.java new file mode 100644 index 0000000..c1c95d6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/BindBankCard.java @@ -0,0 +1,44 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class BindBankCard implements Serializable { + + private String bizUserId; + private String phone; + private String tranceNum; + private String verificationCode; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getPhone() { + return phone; + } + + public void setPhone(String phone) { + this.phone = phone; + } + + public String getTranceNum() { + return tranceNum; + } + + public void setTranceNum(String tranceNum) { + this.tranceNum = tranceNum; + } + + public String getVerificationCode() { + return verificationCode; + } + + public void setVerificationCode(String verificationCode) { + this.verificationCode = verificationCode; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/BindPhone.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/BindPhone.java new file mode 100644 index 0000000..02c0414 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/BindPhone.java @@ -0,0 +1,35 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class BindPhone implements Serializable { + + private String bizUserId; + private String phone; + private String verificationCode; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getPhone() { + return phone; + } + + public void setPhone(String phone) { + this.phone = phone; + } + + public String getVerificationCode() { + return verificationCode; + } + + public void setVerificationCode(String verificationCode) { + this.verificationCode = verificationCode; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/GetMemberInfo.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/GetMemberInfo.java new file mode 100644 index 0000000..3bcd44d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/GetMemberInfo.java @@ -0,0 +1,17 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class GetMemberInfo implements Serializable { + + private String bizUserId; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/IdcardCollect.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/IdcardCollect.java new file mode 100644 index 0000000..674dc6a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/IdcardCollect.java @@ -0,0 +1,44 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class IdcardCollect implements Serializable { + + private String bizUserId; + private String picType; + private String picture; + private String ocrComparisonResultBackUrl; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getPicType() { + return picType; + } + + public void setPicType(String picType) { + this.picType = picType; + } + + public String getPicture() { + return picture; + } + + public void setPicture(String picture) { + this.picture = picture; + } + + public String getOcrComparisonResultBackUrl() { + return ocrComparisonResultBackUrl; + } + + public void setOcrComparisonResultBackUrl(String ocrComparisonResultBackUrl) { + this.ocrComparisonResultBackUrl = ocrComparisonResultBackUrl; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/LockMember.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/LockMember.java new file mode 100644 index 0000000..7da3251 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/LockMember.java @@ -0,0 +1,17 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class LockMember implements Serializable { + + private String bizUserId; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/QueryBalance.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/QueryBalance.java new file mode 100644 index 0000000..c1ee40c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/QueryBalance.java @@ -0,0 +1,17 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class QueryBalance implements Serializable { + + private String bizUserId; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/QueryBankCard.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/QueryBankCard.java new file mode 100644 index 0000000..af11da5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/QueryBankCard.java @@ -0,0 +1,17 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class QueryBankCard implements Serializable { + + private String bizUserId; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/QuickpayAgreeApply.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/QuickpayAgreeApply.java new file mode 100644 index 0000000..37ad9fb --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/QuickpayAgreeApply.java @@ -0,0 +1,107 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class QuickpayAgreeApply implements Serializable { + + private String bizUserId; + private String applyId; + private String bankCode; + private String jumpPageType; + private String name; + private String identityNo; + private String cardType; + private String cardNo; + private String phone; + private String jumpUrl; + private String backUrl; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getApplyId() { + return applyId; + } + + public void setApplyId(String applyId) { + this.applyId = applyId; + } + + public String getBankCode() { + return bankCode; + } + + public void setBankCode(String bankCode) { + this.bankCode = bankCode; + } + + public String getJumpPageType() { + return jumpPageType; + } + + public void setJumpPageType(String jumpPageType) { + this.jumpPageType = jumpPageType; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public String getIdentityNo() { + return identityNo; + } + + public void setIdentityNo(String identityNo) { + this.identityNo = identityNo; + } + + public String getCardType() { + return cardType; + } + + public void setCardType(String cardType) { + this.cardType = cardType; + } + + public String getCardNo() { + return cardNo; + } + + public void setCardNo(String cardNo) { + this.cardNo = cardNo; + } + + public String getPhone() { + return phone; + } + + public void setPhone(String phone) { + this.phone = phone; + } + + public String getJumpUrl() { + return jumpUrl; + } + + public void setJumpUrl(String jumpUrl) { + this.jumpUrl = jumpUrl; + } + + public String getBackUrl() { + return backUrl; + } + + public void setBackUrl(String backUrl) { + this.backUrl = backUrl; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/Register.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/Register.java new file mode 100644 index 0000000..a134a95 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/Register.java @@ -0,0 +1,35 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class Register implements Serializable { + + private String customerUserId; + private String memberType; + private String source; + + public String getCustomerUserId() { + return customerUserId; + } + + public void setCustomerUserId(String customerUserId) { + this.customerUserId = customerUserId; + } + + public String getMemberType() { + return memberType; + } + + public void setMemberType(String memberType) { + this.memberType = memberType; + } + + public String getSource() { + return source; + } + + public void setSource(String source) { + this.source = source; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/SendVerificationCode.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/SendVerificationCode.java new file mode 100644 index 0000000..4d54b9f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/SendVerificationCode.java @@ -0,0 +1,35 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class SendVerificationCode implements Serializable { + + private String bizUserId; + private String phone; + private String CodeType; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getPhone() { + return phone; + } + + public void setPhone(String phone) { + this.phone = phone; + } + + public String getCodeType() { + return CodeType; + } + + public void setCodeType(String codeType) { + CodeType = codeType; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/SetCompanyInfo.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/SetCompanyInfo.java new file mode 100644 index 0000000..0cbbbae --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/SetCompanyInfo.java @@ -0,0 +1,197 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class SetCompanyInfo implements Serializable { + + private String bizUserId; + private String companyName; + private String companyAddress; + private String authType; + private String uniCredit; + private String businessLicense; + private String organizationCode; + private String taxRegister; + private String expLicense; + private String telephone; + private String legalName; + private String identityType; + private String legalIds; + private String legalPhone; + private String accountNo; + private String parentBankName; + private String bankCityNo; + private String bankName; + private String unionBank; + private String province; + private String city; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getCompanyName() { + return companyName; + } + + public void setCompanyName(String companyName) { + this.companyName = companyName; + } + + public String getCompanyAddress() { + return companyAddress; + } + + public void setCompanyAddress(String companyAddress) { + this.companyAddress = companyAddress; + } + + public String getAuthType() { + return authType; + } + + public void setAuthType(String authType) { + this.authType = authType; + } + + public String getUniCredit() { + return uniCredit; + } + + public void setUniCredit(String uniCredit) { + this.uniCredit = uniCredit; + } + + public String getBusinessLicense() { + return businessLicense; + } + + public void setBusinessLicense(String businessLicense) { + this.businessLicense = businessLicense; + } + + public String getOrganizationCode() { + return organizationCode; + } + + public void setOrganizationCode(String organizationCode) { + this.organizationCode = organizationCode; + } + + public String getTaxRegister() { + return taxRegister; + } + + public void setTaxRegister(String taxRegister) { + this.taxRegister = taxRegister; + } + + public String getExpLicense() { + return expLicense; + } + + public void setExpLicense(String expLicense) { + this.expLicense = expLicense; + } + + public String getTelephone() { + return telephone; + } + + public void setTelephone(String telephone) { + this.telephone = telephone; + } + + public String getLegalName() { + return legalName; + } + + public void setLegalName(String legalName) { + this.legalName = legalName; + } + + public String getIdentityType() { + return identityType; + } + + public void setIdentityType(String identityType) { + this.identityType = identityType; + } + + public String getLegalIds() { + return legalIds; + } + + public void setLegalIds(String legalIds) { + this.legalIds = legalIds; + } + + public String getLegalPhone() { + return legalPhone; + } + + public void setLegalPhone(String legalPhone) { + this.legalPhone = legalPhone; + } + + public String getAccountNo() { + return accountNo; + } + + public void setAccountNo(String accountNo) { + this.accountNo = accountNo; + } + + public String getParentBankName() { + return parentBankName; + } + + public void setParentBankName(String parentBankName) { + this.parentBankName = parentBankName; + } + + public String getBankCityNo() { + return bankCityNo; + } + + public void setBankCityNo(String bankCityNo) { + this.bankCityNo = bankCityNo; + } + + public String getBankName() { + return bankName; + } + + public void setBankName(String bankName) { + this.bankName = bankName; + } + + public String getUnionBank() { + return unionBank; + } + + public void setUnionBank(String unionBank) { + this.unionBank = unionBank; + } + + public String getProvince() { + return province; + } + + public void setProvince(String province) { + this.province = province; + } + + public String getCity() { + return city; + } + + public void setCity(String city) { + this.city = city; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/SetRealName.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/SetRealName.java new file mode 100644 index 0000000..023d41d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/SetRealName.java @@ -0,0 +1,35 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class SetRealName implements Serializable { + + private String bizUserId; + private String name; + private String identityNo; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public String getIdentityNo() { + return identityNo; + } + + public void setIdentityNo(String identityNo) { + this.identityNo = identityNo; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/SignAcctProtocol.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/SignAcctProtocol.java new file mode 100644 index 0000000..7c5b0c3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/SignAcctProtocol.java @@ -0,0 +1,44 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class SignAcctProtocol implements Serializable { + + private String bizUserId; + private String signAcctName; + private String source; + private String backUrl; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getSignAcctName() { + return signAcctName; + } + + public void setSignAcctName(String signAcctName) { + this.signAcctName = signAcctName; + } + + public String getSource() { + return source; + } + + public void setSource(String source) { + this.source = source; + } + + public String getBackUrl() { + return backUrl; + } + + public void setBackUrl(String backUrl) { + this.backUrl = backUrl; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/SingalAgentPay.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/SingalAgentPay.java new file mode 100644 index 0000000..bf11c2e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/SingalAgentPay.java @@ -0,0 +1,118 @@ +package com.jwsaas.entity.tl.member; + +import java.io.Serializable; +import java.util.List; + +/** + * @Author 37962 + * @Date 2023/8/13 + */ +public class SingalAgentPay implements Serializable { + /** + * 商户订单号(支付订单) + */ + private String bizOrderNo; + /** + * 源托管代收订单付款信息 + */ + private String collectPayList; + /** + * 商户系统用户标识,商户系统中唯一编号。 + */ + private String bizUserId; + /** + * 后台通知地址 + */ + private String backUrl; + /** + * 总金额 分 + */ + private Long amount; + /** + * 手续费 分 + */ + private Long fee; + /** + * 分账规则 + */ + private List splitRuleList; + + /** + * 业务码 3001 + */ + private String tradeCode; + + private String remark; + + public String getBizOrderNo() { + return bizOrderNo; + } + + public void setBizOrderNo(String bizOrderNo) { + this.bizOrderNo = bizOrderNo; + } + + public String getCollectPayList() { + return collectPayList; + } + + public void setCollectPayList(String collectPayList) { + this.collectPayList = collectPayList; + } + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getBackUrl() { + return backUrl; + } + + public void setBackUrl(String backUrl) { + this.backUrl = backUrl; + } + + public Long getAmount() { + return amount; + } + + public void setAmount(Long amount) { + this.amount = amount; + } + + public Long getFee() { + return fee; + } + + public void setFee(Long fee) { + this.fee = fee; + } + + public List getSplitRuleList() { + return splitRuleList; + } + + public void setSplitRuleList(List splitRuleList) { + this.splitRuleList = splitRuleList; + } + + public String getTradeCode() { + return tradeCode; + } + + public void setTradeCode(String tradeCode) { + this.tradeCode = tradeCode; + } + + public String getRemark() { + return remark; + } + + public void setRemark(String remark) { + this.remark = remark; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/TermInfoManage.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/TermInfoManage.java new file mode 100644 index 0000000..34ae746 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/TermInfoManage.java @@ -0,0 +1,62 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class TermInfoManage implements Serializable { + + private String bizUserId; + private String operationType; + private String vspMerchantid; + private String vspCusId; + private String appid; + private String vspTermid; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getOperationType() { + return operationType; + } + + public void setOperationType(String operationType) { + this.operationType = operationType; + } + + public String getVspMerchantid() { + return vspMerchantid; + } + + public void setVspMerchantid(String vspMerchantid) { + this.vspMerchantid = vspMerchantid; + } + + public String getVspCusId() { + return vspCusId; + } + + public void setVspCusId(String vspCusId) { + this.vspCusId = vspCusId; + } + + public String getAppid() { + return appid; + } + + public void setAppid(String appid) { + this.appid = appid; + } + + public String getVspTermid() { + return vspTermid; + } + + public void setVspTermid(String vspTermid) { + this.vspTermid = vspTermid; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/UnBindBankCard.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/UnBindBankCard.java new file mode 100644 index 0000000..7f53b53 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/UnBindBankCard.java @@ -0,0 +1,26 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class UnBindBankCard implements Serializable { + + private String bizUserId; + private String cardNo; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getCardNo() { + return cardNo; + } + + public void setCardNo(String cardNo) { + this.cardNo = cardNo; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/UnBindPhone.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/UnBindPhone.java new file mode 100644 index 0000000..fbaa22f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/UnBindPhone.java @@ -0,0 +1,35 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class UnBindPhone implements Serializable { + + private String bizUserId; + private String phone; + private String verificationCode; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getPhone() { + return phone; + } + + public void setPhone(String phone) { + this.phone = phone; + } + + public String getVerificationCode() { + return verificationCode; + } + + public void setVerificationCode(String verificationCode) { + this.verificationCode = verificationCode; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/UnLockMember.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/UnLockMember.java new file mode 100644 index 0000000..cb64489 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/UnLockMember.java @@ -0,0 +1,17 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class UnLockMember implements Serializable { + + private String bizUserId; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/UpdateCompanyInfo.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/UpdateCompanyInfo.java new file mode 100644 index 0000000..6af67bb --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/UpdateCompanyInfo.java @@ -0,0 +1,197 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +public class UpdateCompanyInfo implements Serializable { + + private String bizUserId; + private String companyName; + private String companyAddress; + private String authType; + private String uniCredit; + private String businessLicense; + private String organizationCode; + private String taxRegister; + private String expLicense; + private String telephone; + private String legalName; + private String identityType; + private String legalIds; + private String legalPhone; + private String accountNo; + private String parentBankName; + private String bankCityNo; + private String bankName; + private String unionBank; + private String province; + private String city; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getCompanyName() { + return companyName; + } + + public void setCompanyName(String companyName) { + this.companyName = companyName; + } + + public String getCompanyAddress() { + return companyAddress; + } + + public void setCompanyAddress(String companyAddress) { + this.companyAddress = companyAddress; + } + + public String getAuthType() { + return authType; + } + + public void setAuthType(String authType) { + this.authType = authType; + } + + public String getUniCredit() { + return uniCredit; + } + + public void setUniCredit(String uniCredit) { + this.uniCredit = uniCredit; + } + + public String getBusinessLicense() { + return businessLicense; + } + + public void setBusinessLicense(String businessLicense) { + this.businessLicense = businessLicense; + } + + public String getOrganizationCode() { + return organizationCode; + } + + public void setOrganizationCode(String organizationCode) { + this.organizationCode = organizationCode; + } + + public String getTaxRegister() { + return taxRegister; + } + + public void setTaxRegister(String taxRegister) { + this.taxRegister = taxRegister; + } + + public String getExpLicense() { + return expLicense; + } + + public void setExpLicense(String expLicense) { + this.expLicense = expLicense; + } + + public String getTelephone() { + return telephone; + } + + public void setTelephone(String telephone) { + this.telephone = telephone; + } + + public String getLegalName() { + return legalName; + } + + public void setLegalName(String legalName) { + this.legalName = legalName; + } + + public String getIdentityType() { + return identityType; + } + + public void setIdentityType(String identityType) { + this.identityType = identityType; + } + + public String getLegalIds() { + return legalIds; + } + + public void setLegalIds(String legalIds) { + this.legalIds = legalIds; + } + + public String getLegalPhone() { + return legalPhone; + } + + public void setLegalPhone(String legalPhone) { + this.legalPhone = legalPhone; + } + + public String getAccountNo() { + return accountNo; + } + + public void setAccountNo(String accountNo) { + this.accountNo = accountNo; + } + + public String getParentBankName() { + return parentBankName; + } + + public void setParentBankName(String parentBankName) { + this.parentBankName = parentBankName; + } + + public String getBankCityNo() { + return bankCityNo; + } + + public void setBankCityNo(String bankCityNo) { + this.bankCityNo = bankCityNo; + } + + public String getBankName() { + return bankName; + } + + public void setBankName(String bankName) { + this.bankName = bankName; + } + + public String getUnionBank() { + return unionBank; + } + + public void setUnionBank(String unionBank) { + this.unionBank = unionBank; + } + + public String getProvince() { + return province; + } + + public void setProvince(String province) { + this.province = province; + } + + public String getCity() { + return city; + } + + public void setCity(String city) { + this.city = city; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/VspTermidInfoManage.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/VspTermidInfoManage.java new file mode 100644 index 0000000..367ece8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/VspTermidInfoManage.java @@ -0,0 +1,83 @@ +package com.jwsaas.entity.tl.member; + +import java.io.Serializable; + +/** + * @Author 37962 + * @Date 2023/8/9 + */ +public class VspTermidInfoManage implements Serializable { + + private String vspMerchantid; + private String vspCusid; + private String termno; + private String operation; + private String devicetype; + private String termsn; + private String termstate; + private String termaddress; + + public String getVspMerchantid() { + return vspMerchantid; + } + + public void setVspMerchantid(String vspMerchantid) { + this.vspMerchantid = vspMerchantid; + } + + public String getVspCusid() { + return vspCusid; + } + + public void setVspCusid(String vspCusid) { + this.vspCusid = vspCusid; + } + + public String getTermno() { + return termno; + } + + public void setTermno(String termno) { + this.termno = termno; + } + + public String getOperation() { + return operation; + } + + public void setOperation(String operation) { + this.operation = operation; + } + + public String getDevicetype() { + return devicetype; + } + + public void setDevicetype(String devicetype) { + this.devicetype = devicetype; + } + + public String getTermsn() { + return termsn; + } + + public void setTermsn(String termsn) { + this.termsn = termsn; + } + + public String getTermstate() { + return termstate; + } + + public void setTermstate(String termstate) { + this.termstate = termstate; + } + + public String getTermaddress() { + return termaddress; + } + + public void setTermaddress(String termaddress) { + this.termaddress = termaddress; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/member/WithdrawApply.java b/food-api/src/main/java/com/jwsaas/entity/tl/member/WithdrawApply.java new file mode 100644 index 0000000..422d6ca --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/member/WithdrawApply.java @@ -0,0 +1,124 @@ +package com.jwsaas.entity.tl.member; + + +import java.io.Serializable; + +/** + * @author zzq + * @version 1.0.0 + * @Title {@link} + * @Description + * @date 2020/5/27 + */ +public class WithdrawApply implements Serializable { + + + private String bizUserId; + private String reqsn; + private String bankcard; + private String bankCardPro; + private Long amount; + private Long fee; + private String withdrawType; + private String validateType; + private String notify_url; + private String orderExpireDatetime; + private String consumer_ip; + private String remark; + + public String getBizUserId() { + return bizUserId; + } + + public void setBizUserId(String bizUserId) { + this.bizUserId = bizUserId; + } + + public String getReqsn() { + return reqsn; + } + + public void setReqsn(String reqsn) { + this.reqsn = reqsn; + } + + public String getBankcard() { + return bankcard; + } + + public void setBankcard(String bankcard) { + this.bankcard = bankcard; + } + + public String getBankCardPro() { + return bankCardPro; + } + + public void setBankCardPro(String bankCardPro) { + this.bankCardPro = bankCardPro; + } + + public Long getAmount() { + return amount; + } + + public void setAmount(Long amount) { + this.amount = amount; + } + + public Long getFee() { + return fee; + } + + public void setFee(Long fee) { + this.fee = fee; + } + + public String getWithdrawType() { + return withdrawType; + } + + public void setWithdrawType(String withdrawType) { + this.withdrawType = withdrawType; + } + + public String getValidateType() { + return validateType; + } + + public void setValidateType(String validateType) { + this.validateType = validateType; + } + + public String getNotify_url() { + return notify_url; + } + + public void setNotify_url(String notify_url) { + this.notify_url = notify_url; + } + + public String getOrderExpireDatetime() { + return orderExpireDatetime; + } + + public void setOrderExpireDatetime(String orderExpireDatetime) { + this.orderExpireDatetime = orderExpireDatetime; + } + + public String getConsumer_ip() { + return consumer_ip; + } + + public void setConsumer_ip(String consumer_ip) { + this.consumer_ip = consumer_ip; + } + + public String getRemark() { + return remark; + } + + public void setRemark(String remark) { + this.remark = remark; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/order/AgentCollectApply.java b/food-api/src/main/java/com/jwsaas/entity/tl/order/AgentCollectApply.java new file mode 100644 index 0000000..7ddee96 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/order/AgentCollectApply.java @@ -0,0 +1,163 @@ +package com.jwsaas.entity.tl.order; + +import java.io.Serializable; + +/** + * 托管代收 + * @Author 37962 + * @Date 2023/6/12 + */ +public class AgentCollectApply implements Serializable { + + private static final long serialVersionUID = -7990310382699513609L; + //付款方userid + private String payuserid; + //商户交易单号 + private String reqsn; + //付款方userid类型 + private String payuseridtype; + //收款列表 + private String recieverList; + //交易方式 + private String paytype; + //交易金额 + private Long amount; + //手续费 + private Long fee; + //页面跳转同步通知页面路径 + private String frontUrl; + //服务器异步通知页面路径 + private String backUrl; + //订单有效时间 + private String orderExpireDatetime; + //支付限制 + private String limit_pay; + //用户付款码 + private String authCode; + //访问终端类型 + private String source ; + //备注 + private String remark; + //收银宝商户号 + private String vspCusId; + + public String getPayuserid() { + return payuserid; + } + + public void setPayuserid(String payuserid) { + this.payuserid = payuserid; + } + + public String getReqsn() { + return reqsn; + } + + public void setReqsn(String reqsn) { + this.reqsn = reqsn; + } + + public String getPayuseridtype() { + return payuseridtype; + } + + public void setPayuseridtype(String payuseridtype) { + this.payuseridtype = payuseridtype; + } + + public String getRecieverList() { + return recieverList; + } + + public void setRecieverList(String recieverList) { + this.recieverList = recieverList; + } + + public String getPaytype() { + return paytype; + } + + public void setPaytype(String paytype) { + this.paytype = paytype; + } + + public Long getAmount() { + return amount; + } + + public void setAmount(Long amount) { + this.amount = amount; + } + + public Long getFee() { + return fee; + } + + public void setFee(Long fee) { + this.fee = fee; + } + + public String getFrontUrl() { + return frontUrl; + } + + public void setFrontUrl(String frontUrl) { + this.frontUrl = frontUrl; + } + + public String getBackUrl() { + return backUrl; + } + + public void setBackUrl(String backUrl) { + this.backUrl = backUrl; + } + + public String getOrderExpireDatetime() { + return orderExpireDatetime; + } + + public void setOrderExpireDatetime(String orderExpireDatetime) { + this.orderExpireDatetime = orderExpireDatetime; + } + + public String getLimit_pay() { + return limit_pay; + } + + public void setLimit_pay(String limit_pay) { + this.limit_pay = limit_pay; + } + + public String getAuthCode() { + return authCode; + } + + public void setAuthCode(String authCode) { + this.authCode = authCode; + } + + public String getSource() { + return source; + } + + public void setSource(String source) { + this.source = source; + } + + public String getRemark() { + return remark; + } + + public void setRemark(String remark) { + this.remark = remark; + } + + public String getVspCusId() { + return vspCusId; + } + + public void setVspCusId(String vspCusId) { + this.vspCusId = vspCusId; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/order/ApplicationTransfer.java b/food-api/src/main/java/com/jwsaas/entity/tl/order/ApplicationTransfer.java new file mode 100644 index 0000000..0c38349 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/order/ApplicationTransfer.java @@ -0,0 +1,52 @@ +package com.jwsaas.entity.tl.order; + + +import java.io.Serializable; + +/** + * @author zzq + * @version 1.0.0 + * @Title {@link} + * @Description + * @date 2020/5/27 + */ +public class ApplicationTransfer implements Serializable { + + + private String bizTransferNo; + private String targetBizUserId; + private Long amount; + private String extendInfo; + + public String getBizTransferNo() { + return bizTransferNo; + } + + public void setBizTransferNo(String bizTransferNo) { + this.bizTransferNo = bizTransferNo; + } + + public String getTargetBizUserId() { + return targetBizUserId; + } + + public void setTargetBizUserId(String targetBizUserId) { + this.targetBizUserId = targetBizUserId; + } + + public Long getAmount() { + return amount; + } + + public void setAmount(Long amount) { + this.amount = amount; + } + + public String getExtendInfo() { + return extendInfo; + } + + public void setExtendInfo(String extendInfo) { + this.extendInfo = extendInfo; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/order/ConsumeApply.java b/food-api/src/main/java/com/jwsaas/entity/tl/order/ConsumeApply.java new file mode 100644 index 0000000..d85efc8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/order/ConsumeApply.java @@ -0,0 +1,152 @@ +package com.jwsaas.entity.tl.order; + + +import java.io.Serializable; + +/** + * @author zzq + * @version 1.0.0 + * @Title {@link} + * @Description + * @date 2020/5/27 + */ +public class ConsumeApply implements Serializable { + + private static final long serialVersionUID = -7990310382699513609L; + + private String meruserid; + private String payuserid; + private String reqsn; + private String payuseridtype; + private String paytype; + private Long amount; + private Long fee; + private String orderExpireDatetime; + private String authcode; + private String returl; + private String notify_url; + private String limitPay; + private String consumer_ip; + private String remark; + private String vspCusid; + + public String getMeruserid() { + return meruserid; + } + + public void setMeruserid(String meruserid) { + this.meruserid = meruserid; + } + + public String getPayuserid() { + return payuserid; + } + + public void setPayuserid(String payuserid) { + this.payuserid = payuserid; + } + + public String getReqsn() { + return reqsn; + } + + public void setReqsn(String reqsn) { + this.reqsn = reqsn; + } + + public String getPayuseridtype() { + return payuseridtype; + } + + public void setPayuseridtype(String payuseridtype) { + this.payuseridtype = payuseridtype; + } + + public String getPaytype() { + return paytype; + } + + public void setPaytype(String paytype) { + this.paytype = paytype; + } + + public Long getAmount() { + return amount; + } + + public void setAmount(Long amount) { + this.amount = amount; + } + + public Long getFee() { + return fee; + } + + public void setFee(Long fee) { + this.fee = fee; + } + + public String getOrderExpireDatetime() { + return orderExpireDatetime; + } + + public void setOrderExpireDatetime(String orderExpireDatetime) { + this.orderExpireDatetime = orderExpireDatetime; + } + + public String getAuthcode() { + return authcode; + } + + public void setAuthcode(String authcode) { + this.authcode = authcode; + } + + public String getReturl() { + return returl; + } + + public void setReturl(String returl) { + this.returl = returl; + } + + public String getNotify_url() { + return notify_url; + } + + public void setNotify_url(String notify_url) { + this.notify_url = notify_url; + } + + public String getLimitPay() { + return limitPay; + } + + public void setLimitPay(String limitPay) { + this.limitPay = limitPay; + } + + public String getConsumer_ip() { + return consumer_ip; + } + + public void setConsumer_ip(String consumer_ip) { + this.consumer_ip = consumer_ip; + } + + public String getRemark() { + return remark; + } + + public void setRemark(String remark) { + this.remark = remark; + } + + public String getVspCusid() { + return vspCusid; + } + + public void setVspCusid(String vspCusid) { + this.vspCusid = vspCusid; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/order/OrderRefund.java b/food-api/src/main/java/com/jwsaas/entity/tl/order/OrderRefund.java new file mode 100644 index 0000000..5a682f0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/order/OrderRefund.java @@ -0,0 +1,89 @@ +package com.jwsaas.entity.tl.order; + + +import java.io.Serializable; + +/** + * @author zzq + * @version 1.0.0 + * @Title {@link} + * @Description + * @date 2020/5/27 + */ +public class OrderRefund implements Serializable { + + private static final long serialVersionUID = -7990310382699513609L; + + private String reqsn; + private String oldreqsn; + private String payuserid; + private Long amount; + private Long fee; + private String backUrl; + private String remark; + private String refundType; + + public String getReqsn() { + return reqsn; + } + + public void setReqsn(String reqsn) { + this.reqsn = reqsn; + } + + public String getOldreqsn() { + return oldreqsn; + } + + public void setOldreqsn(String oldreqsn) { + this.oldreqsn = oldreqsn; + } + + public String getPayuserid() { + return payuserid; + } + + public void setPayuserid(String payuserid) { + this.payuserid = payuserid; + } + + public Long getAmount() { + return amount; + } + + public void setAmount(Long amount) { + this.amount = amount; + } + + public Long getFee() { + return fee; + } + + public void setFee(Long fee) { + this.fee = fee; + } + + public String getBackUrl() { + return backUrl; + } + + public void setBackUrl(String backUrl) { + this.backUrl = backUrl; + } + + public String getRemark() { + return remark; + } + + public void setRemark(String remark) { + this.remark = remark; + } + + public String getRefundType() { + return refundType; + } + + public void setRefundType(String refundType) { + this.refundType = refundType; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/tl/order/RecieverList.java b/food-api/src/main/java/com/jwsaas/entity/tl/order/RecieverList.java new file mode 100644 index 0000000..e0d8cf0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/tl/order/RecieverList.java @@ -0,0 +1,27 @@ +package com.jwsaas.entity.tl.order; + +/** + * @Author 37962 + * @Date 2023/6/12 + */ +public class RecieverList { + + private String bizUserld; + private Long amount; + + public String getBizUserld() { + return bizUserld; + } + + public void setBizUserld(String bizUserld) { + this.bizUserld = bizUserld; + } + + public Long getAmount() { + return amount; + } + + public void setAmount(Long amount) { + this.amount = amount; + } +} diff --git a/food-api/src/main/java/com/jwsaas/entity/wxdc/BaseWeixinEntity.java b/food-api/src/main/java/com/jwsaas/entity/wxdc/BaseWeixinEntity.java new file mode 100644 index 0000000..e84b1be --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxdc/BaseWeixinEntity.java @@ -0,0 +1,20 @@ +package com.jwsaas.entity.wxdc; + +import com.jwsaas.entity.BaseEntity; + +public abstract class BaseWeixinEntity extends BaseEntity { + + private static final long serialVersionUID = -5133020566582992611L; + + /** 微信公众号标识 */ + private String wid; + + public String getWid() { + return wid; + } + + public void setWid(String wid) { + this.wid = wid; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/entity/wxdc/Order.java b/food-api/src/main/java/com/jwsaas/entity/wxdc/Order.java new file mode 100644 index 0000000..5f10183 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxdc/Order.java @@ -0,0 +1,555 @@ +package com.jwsaas.entity.wxdc; + +import java.util.List; + +import com.jwsaas.entity.BaseEntity; + +/*** + * 订单信息 + * @author louxutao + * + */ +public class Order extends BaseEntity{ + + /**** + * wid + */ + private String wid; + + /**** + * 门店ID + */ + private String ticketId; + + /**** + * 门店ID + */ + private String ticketNo; + + + /**** + * 门店ID + */ + private String storeId; + + /**** + * 门店ID + */ + private String storeNo; + + /**** + * 门店名称 + */ + private String storeName; + + /*** + * 门店posNo + */ + private String posNo; + + /*** + * 门店营业员 + */ + private String workerNo; + + /**** + * 桌号 + */ + private String tableId; + + /**** + * 桌号 + */ + private String tableNo; + + /**** + * 桌号 + */ + private String tableName; + + /**** + * 会员Id + */ + private String memberId; + + /**** + * 人数 + */ + private Integer people; + + /**** + * 营业模式(0:堂食 1:外带) + */ + private Integer busMode; + + /**** + * 就餐方式(0:堂食 1:当天预定) + */ + private String takeMethod; + + /**** + * 就餐时间 + */ + private String takeTime; + + /**** + * 消费金额 + */ + private Double amount; + + /**** + * 优惠额 + */ + private Double discountTotal; + + /**** + * 应收金额 + */ + private Double receivable; + + /**** + * 会员应收金额(用于在支付时展示会员价) + */ + private Double memberCash; + + /*** + * 会员优惠金额(用于在支付时展示会员优惠金额) + */ + private Double memberProAmount; + + /**** + * 销售渠道 1:微信点餐 + */ + private String channel; + + /** + * 订单是否退款 + */ + private Integer refundStatus; + + /**** + * 支付状态 + */ + private int status; + + /**** + * 取餐号 + */ + private String takeNo; + + + /**** + * 付款类型 + */ + private Integer payType; + + /**** + * 付款方式 + */ + private String payMode; + + /**** + * 下单时间 + */ + private String saleDate; + + /**** + * 支付时间 + */ + private String payDate; + + + /**** + * 退款原因 + */ + private String backCause; + + /**** + * 门店意见 + */ + private String storeReason; + + /**** + * 取消原因 + */ + private String cancelReason; + + + /**** + * 备注 + */ + private String description; + + /*** + * 手机号 + */ + private String phone; + + + /*** + * 收货人姓名 + */ + private String receiveName; + + /*** + * 收货人手机号 + */ + private String receiveMobile; + + /*** + * 收货地址 + */ + private String receiveAddress; + + /*** + * 餐盒费 + */ + private double boxFee; + + /*** + * 配送费 + */ + private double distributionFee; + + /**** + * 订单产品明细 + */ + private List items; + + /*** + * 订单支付记录 + */ + private List pays; + + + + public String getWid() { + return wid; + } + + public void setWid(String wid) { + this.wid = wid; + } + + public String getTicketId() { + return ticketId; + } + + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + public String getTicketNo() { + return ticketNo; + } + + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreName() { + return storeName; + } + + public String getPosNo() { + return posNo; + } + + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + public String getWorkerNo() { + return workerNo; + } + + public void setWorkerNo(String workerNo) { + this.workerNo = workerNo; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public String getTableId() { + return tableId; + } + + public void setTableId(String tableId) { + this.tableId = tableId; + } + + public String getTableNo() { + return tableNo; + } + + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + public String getTableName() { + return tableName; + } + + public void setTableName(String tableName) { + this.tableName = tableName; + } + + public String getMemberId() { + return memberId; + } + + public void setMemberId(String memberId) { + this.memberId = memberId; + } + + public Integer getPeople() { + return people; + } + + public void setPeople(Integer people) { + this.people = people; + } + + public Integer getBusMode() { + return busMode; + } + + public void setBusMode(Integer busMode) { + this.busMode = busMode; + } + + public String getTakeMethod() { + return takeMethod; + } + + public void setTakeMethod(String takeMethod) { + this.takeMethod = takeMethod; + } + + public String getTakeTime() { + return takeTime; + } + + public void setTakeTime(String takeTime) { + this.takeTime = takeTime; + } + + public Double getAmount() { + return amount; + } + + public void setAmount(Double amount) { + this.amount = amount; + } + + public Double getDiscountTotal() { + return discountTotal; + } + + public void setDiscountTotal(Double discountTotal) { + this.discountTotal = discountTotal; + } + + public Double getReceivable() { + return receivable; + } + + public void setReceivable(Double receivable) { + this.receivable = receivable; + } + + public Double getMemberCash() { + return memberCash; + } + + public void setMemberCash(Double memberCash) { + this.memberCash = memberCash; + } + + public Double getMemberProAmount() { + return memberProAmount; + } + + public void setMemberProAmount(Double memberProAmount) { + this.memberProAmount = memberProAmount; + } + + public String getChannel() { + return channel; + } + + public void setChannel(String channel) { + this.channel = channel; + } + + public Integer getRefundStatus() { + return refundStatus; + } + + public void setRefundStatus(Integer refundStatus) { + this.refundStatus = refundStatus; + } + + public int getStatus() { + return status; + } + + public void setStatus(int status) { + this.status = status; + } + + public String getTakeNo() { + return takeNo; + } + + public void setTakeNo(String takeNo) { + this.takeNo = takeNo; + } + + public Integer getPayType() { + return payType; + } + + public void setPayType(Integer payType) { + this.payType = payType; + } + + public String getPayMode() { + return payMode; + } + + public void setPayMode(String payMode) { + this.payMode = payMode; + } + + public String getSaleDate() { + return saleDate; + } + + public void setSaleDate(String saleDate) { + this.saleDate = saleDate; + } + + public String getPayDate() { + return payDate; + } + + public void setPayDate(String payDate) { + this.payDate = payDate; + } + + public String getBackCause() { + return backCause; + } + + public void setBackCause(String backCause) { + this.backCause = backCause; + } + + public String getStoreReason() { + return storeReason; + } + + public void setStoreReason(String storeReason) { + this.storeReason = storeReason; + } + + public String getCancelReason() { + return cancelReason; + } + + public void setCancelReason(String cancelReason) { + this.cancelReason = cancelReason; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public String getPhone() { + return phone; + } + + public void setPhone(String phone) { + this.phone = phone; + } + + public String getReceiveName() { + return receiveName; + } + + public void setReceiveName(String receiveName) { + this.receiveName = receiveName; + } + + public String getReceiveMobile() { + return receiveMobile; + } + + public void setReceiveMobile(String receiveMobile) { + this.receiveMobile = receiveMobile; + } + + public String getReceiveAddress() { + return receiveAddress; + } + + public void setReceiveAddress(String receiveAddress) { + this.receiveAddress = receiveAddress; + } + + public double getBoxFee() { + return boxFee; + } + + public void setBoxFee(double boxFee) { + this.boxFee = boxFee; + } + + public double getDistributionFee() { + return distributionFee; + } + + public void setDistributionFee(double distributionFee) { + this.distributionFee = distributionFee; + } + + public List getItems() { + return items; + } + + public void setItems(List items) { + this.items = items; + } + + public List getPays() { + return pays; + } + + public void setPays(List pays) { + this.pays = pays; + } + + +} diff --git a/food-api/src/main/java/com/jwsaas/entity/wxdc/OrderItem.java b/food-api/src/main/java/com/jwsaas/entity/wxdc/OrderItem.java new file mode 100644 index 0000000..dba68fe --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxdc/OrderItem.java @@ -0,0 +1,444 @@ +package com.jwsaas.entity.wxdc; + +import java.util.List; + +import org.apache.commons.lang3.StringUtils; + +/*** + * 订单商品详情 + * @author louxutao + * + */ +public class OrderItem { + + private String id; + /**** + * 菜品ID + */ + private String productId; + + /**** + * 菜品编号 + */ + private String productNo; + + /**** + * 商品Id + */ + private String goodsId; + + /**** + * 商品名称 + */ + private String goodsName; + + /**** + * 品类Id + */ + private String categoryId; + + /**** + * 产品单位Id + */ + private String productUnitId; + + /**** + * 规格ID + */ + private String specId; + + /**** + * 规格名称 + */ + private String specName; + + /**** + * 数量 + */ + private Double count; + + /**** + * 销售价格 + */ + private Double price; + + /**** + * 优惠后价格 + */ + private Double discountPrice; + + /**** + * 菜品原价 + */ + private Double priceOrg; + + /**** + * 消费金额 + */ + private Double amount; + + /**** + * 优惠额 + */ + private Double discountTotal; + + /**** + * 应收金额 + */ + private Double receivable; + + /**** + * 加价金额 + */ + private Double addPriceTotal; + + /**** + * 加价优惠金额 + */ + private Double discountAddTotal; + + /**** + * 加价消费金额 + */ + private Double amountAddTotal; + + /**** + * 加价消费金额 + */ + private Double amountTotal; + + /**** + * 应收总额(应收金额+加价应收总额) + */ + private Double receivableTotal; + + /**** + * 应收总额(应收金额+加价应收总额) + */ + private Integer LineNo; + + /**** + * 是否套菜 (1普通菜 2 主菜 3 明细菜) + */ + private Integer isSuit; + + /**** + * 主菜Id + */ + private String suitId; + + /**** + * 主菜系统Id(主菜 数据库记录Id) + */ + private String parentId; + + /**** + * 图片地址 + */ + private String dfsAccessDomain; + + /**** + * 图片组名 + */ + private String groupName; + + /**** + * 图片 + */ + private String picture; + + /**** + * 图片 + */ + private String pic; + + /**** + * 餐盒数量 + */ + private double boxNum; + + /**** + * 餐盒费 + */ + private double boxPrice; + + /**** + * 商品优惠明细 + */ + private List promotions; + + /**** + * 商品做法明细 + */ + private List makes; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public String getProductId() { + return productId; + } + + public void setProductId(String productId) { + this.productId = productId; + } + + public String getProductNo() { + return productNo; + } + + public void setProductNo(String productNo) { + this.productNo = productNo; + } + + public String getGoodsId() { + return goodsId; + } + + public void setGoodsId(String goodsId) { + this.goodsId = goodsId; + } + + public String getGoodsName() { + return goodsName; + } + + public void setGoodsName(String goodsName) { + this.goodsName = goodsName; + } + + public String getCategoryId() { + return categoryId; + } + + public void setCategoryId(String categoryId) { + this.categoryId = categoryId; + } + + public String getProductUnitId() { + return productUnitId; + } + + public void setProductUnitId(String productUnitId) { + this.productUnitId = productUnitId; + } + + public String getSpecId() { + return specId; + } + + public void setSpecId(String specId) { + this.specId = specId; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public Double getCount() { + return count; + } + + public void setCount(Double count) { + this.count = count; + } + + public Double getPrice() { + return price; + } + + public void setPrice(Double price) { + this.price = price; + } + + public Double getDiscountPrice() { + return discountPrice; + } + + public void setDiscountPrice(Double discountPrice) { + this.discountPrice = discountPrice; + } + + public Double getPriceOrg() { + return priceOrg; + } + + public void setPriceOrg(Double priceOrg) { + this.priceOrg = priceOrg; + } + + public Double getAmount() { + return amount; + } + + public void setAmount(Double amount) { + this.amount = amount; + } + + public Double getDiscountTotal() { + return discountTotal; + } + + public void setDiscountTotal(Double discountTotal) { + this.discountTotal = discountTotal; + } + + public Double getReceivable() { + return receivable; + } + + public void setReceivable(Double receivable) { + this.receivable = receivable; + } + + public Double getAddPriceTotal() { + return addPriceTotal; + } + + public void setAddPriceTotal(Double addPriceTotal) { + this.addPriceTotal = addPriceTotal; + } + + public Double getDiscountAddTotal() { + return discountAddTotal; + } + + public void setDiscountAddTotal(Double discountAddTotal) { + this.discountAddTotal = discountAddTotal; + } + + public Double getAmountAddTotal() { + return amountAddTotal; + } + + public void setAmountAddTotal(Double amountAddTotal) { + this.amountAddTotal = amountAddTotal; + } + + public Double getAmountTotal() { + return amountTotal; + } + + public void setAmountTotal(Double amountTotal) { + this.amountTotal = amountTotal; + } + + public Double getReceivableTotal() { + return receivableTotal; + } + + public void setReceivableTotal(Double receivableTotal) { + this.receivableTotal = receivableTotal; + } + + public Integer getLineNo() { + return LineNo; + } + + public void setLineNo(Integer lineNo) { + LineNo = lineNo; + } + + public Integer getIsSuit() { + return isSuit; + } + + public void setIsSuit(Integer isSuit) { + this.isSuit = isSuit; + } + + public String getSuitId() { + return suitId; + } + + public void setSuitId(String suitId) { + this.suitId = suitId; + } + + public String getParentId() { + return parentId; + } + + public void setParentId(String parentId) { + this.parentId = parentId; + } + + public String getDfsAccessDomain() { + return dfsAccessDomain; + } + + public void setDfsAccessDomain(String dfsAccessDomain) { + this.dfsAccessDomain = dfsAccessDomain; + } + + public String getGroupName() { + return groupName; + } + + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + public String getPicture() { + return picture; + } + + public void setPicture(String picture) { + this.picture = picture; + } + + public String getPic() { + if(StringUtils.isNotBlank(this.dfsAccessDomain) + && StringUtils.isNotBlank(this.groupName) && StringUtils.isNotBlank(this.picture)){ + return this.dfsAccessDomain+"/"+this.groupName+"/"+this.picture; + }else{ + return ""; + } + } + + public void setPic(String pic) { + this.pic = pic; + } + + public double getBoxNum() { + return boxNum; + } + + public void setBoxNum(double boxNum) { + this.boxNum = boxNum; + } + + public double getBoxPrice() { + return boxPrice; + } + + public void setBoxPrice(double boxPrice) { + this.boxPrice = boxPrice; + } + + public List getPromotions() { + return promotions; + } + + public void setPromotions(List promotions) { + this.promotions = promotions; + } + + public List getMakes() { + return makes; + } + + public void setMakes(List makes) { + this.makes = makes; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/entity/wxdc/OrderItemMake.java b/food-api/src/main/java/com/jwsaas/entity/wxdc/OrderItemMake.java new file mode 100644 index 0000000..b997338 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxdc/OrderItemMake.java @@ -0,0 +1,140 @@ +package com.jwsaas.entity.wxdc; + +/*** + * 订单商品做法 + * @author louxutao + * + */ +public class OrderItemMake { + + /*** + * id + */ + private String id; + + /*** + * 订单Id + */ + private String orderItemId; + + /*** + * 做法ID + */ + private String makeId; + + /*** + * 做法名称 + */ + private String makeName; + + /*** + * 做法加价 + */ + private Double addPrice; + + /*** + * 折后单价 + */ + private Double discountPrice; + + /*** + * 做法数量 + */ + private Double count; + + /*** + * 加价总额 + */ + private Double addTotal; + + /*** + * 折后总额 + */ + private Double discountAddTotal; + + /*** + * 做法管理数量标识(0否1是) + */ + private Integer mngNum; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public String getOrderItemId() { + return orderItemId; + } + + public void setOrderItemId(String orderItemId) { + this.orderItemId = orderItemId; + } + + public String getMakeId() { + return makeId; + } + + public void setMakeId(String makeId) { + this.makeId = makeId; + } + + public String getMakeName() { + return makeName; + } + + public void setMakeName(String makeName) { + this.makeName = makeName; + } + + public Double getAddPrice() { + return addPrice; + } + + public void setAddPrice(Double addPrice) { + this.addPrice = addPrice; + } + + public Double getDiscountPrice() { + return discountPrice; + } + + public void setDiscountPrice(Double discountPrice) { + this.discountPrice = discountPrice; + } + + public Double getCount() { + return count; + } + + public void setCount(Double count) { + this.count = count; + } + + public Double getAddTotal() { + return addTotal; + } + + public void setAddTotal(Double addTotal) { + this.addTotal = addTotal; + } + + public Double getDiscountAddTotal() { + return discountAddTotal; + } + + public void setDiscountAddTotal(Double discountAddTotal) { + this.discountAddTotal = discountAddTotal; + } + + public Integer getMngNum() { + return mngNum; + } + + public void setMngNum(Integer mngNum) { + this.mngNum = mngNum; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/entity/wxdc/OrderPay.java b/food-api/src/main/java/com/jwsaas/entity/wxdc/OrderPay.java new file mode 100644 index 0000000..35743e4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxdc/OrderPay.java @@ -0,0 +1,237 @@ +package com.jwsaas.entity.wxdc; + +/*** + * 订单支付记录 + * @author louxutao + * + */ +public class OrderPay { + + /*** + * id + */ + private String id; + + /*** + * 订单Id + */ + private String ticketId; + + /*** + * 订单编号 + */ + private String ticketNo; + + /*** + * 门店编号 + */ + private String storeId; + + /*** + * 支付编号 + */ + private String payNo; + + /*** + * 凭证号 + */ + private String voucherNo; + + /*** + * 支付方式编码 + */ + private Integer payType; + + /*** + * 支付方式 + */ + private String payMode; + + /*** + * 会员卡号 + */ + private String cartNum; + + /*** + * 应付金额 + */ + private Double money; + + /*** + * 实付金额 + */ + private Double paid; + + /*** + * 实付金额 + */ + private Double rchange; + + /*** + * 支付时间 + */ + private String payDate; + + /*** + * 支付状态 0-未付款;1-已付款;2-已退款;3-已取消; + */ + private Integer status; + + /*** + * 支付状态描述 待支付 ;支付成功 ;支付失败原因 + */ + private String statusDesc; + + /*** + * 备注 + */ + private String memo; + + /*** + * 付款账号 + */ + private String payAccount; + + + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public String getTicketId() { + return ticketId; + } + + public void setTicketId(String ticketId) { + this.ticketId = ticketId; + } + + public String getTicketNo() { + return ticketNo; + } + + public void setTicketNo(String ticketNo) { + this.ticketNo = ticketNo; + } + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + public String getPayNo() { + return payNo; + } + + public void setPayNo(String payNo) { + this.payNo = payNo; + } + + public String getVoucherNo() { + return voucherNo; + } + + public void setVoucherNo(String voucherNo) { + this.voucherNo = voucherNo; + } + + public Integer getPayType() { + return payType; + } + + public void setPayType(Integer payType) { + this.payType = payType; + } + + public String getPayMode() { + return payMode; + } + + public void setPayMode(String payMode) { + this.payMode = payMode; + } + + public String getCartNum() { + return cartNum; + } + + public void setCartNum(String cartNum) { + this.cartNum = cartNum; + } + + + public Double getMoney() { + return money; + } + + public void setMoney(Double money) { + this.money = money; + } + + public Double getPaid() { + return paid; + } + + public void setPaid(Double paid) { + this.paid = paid; + } + + public Double getRchange() { + return rchange; + } + + public void setRchange(Double rchange) { + this.rchange = rchange; + } + + public String getPayDate() { + return payDate; + } + + public void setPayDate(String payDate) { + this.payDate = payDate; + } + + public Integer getStatus() { + return status; + } + + public void setStatus(Integer status) { + this.status = status; + } + + public String getStatusDesc() { + return statusDesc; + } + + public void setStatusDesc(String statusDesc) { + this.statusDesc = statusDesc; + } + + public String getMemo() { + return memo; + } + + public void setMemo(String memo) { + this.memo = memo; + } + + public String getPayAccount() { + return payAccount; + } + + public void setPayAccount(String payAccount) { + this.payAccount = payAccount; + } + + + + +} diff --git a/food-api/src/main/java/com/jwsaas/entity/wxdc/OrderPromotion.java b/food-api/src/main/java/com/jwsaas/entity/wxdc/OrderPromotion.java new file mode 100644 index 0000000..d8468a7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxdc/OrderPromotion.java @@ -0,0 +1,170 @@ +package com.jwsaas.entity.wxdc; + +import java.math.BigDecimal; + +/*** + * 订单详情 + * @author louxutao + * + */ +public class OrderPromotion { + + /*** + * id + */ + private String id; + + /*** + * 订单Id + */ + private String orderId; + + /*** + * 订单编号 + */ + private String tradeNo; + + /*** + * 商品Id + */ + private String productId; + + /*** + * 单品Id + */ + private String dishId; + + /*** + * 商品名称 + */ + private String name; + + /*** + * 商品图片 + */ + private String pic; + + /*** + * 商品规格 + */ + private String speId; + + /*** + * 规格名称 + */ + private String speName; + + /*** + * 商品价格 + */ + private BigDecimal price; + + /*** + * 购买数量 + */ + private BigDecimal quantity; + + /*** + * 小计金额 + */ + private BigDecimal amount; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public String getOrderId() { + return orderId; + } + + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + public String getTradeNo() { + return tradeNo; + } + + public void setTradeNo(String tradeNo) { + this.tradeNo = tradeNo; + } + + public String getProductId() { + return productId; + } + + public void setProductId(String productId) { + this.productId = productId; + } + + public String getDishId() { + return dishId; + } + + public void setDishId(String dishId) { + this.dishId = dishId; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public String getPic() { + return pic; + } + + public void setPic(String pic) { + this.pic = pic; + } + + public String getSpeId() { + return speId; + } + + public void setSpeId(String speId) { + this.speId = speId; + } + + public String getSpeName() { + return speName; + } + + public void setSpeName(String speName) { + this.speName = speName; + } + + public BigDecimal getPrice() { + return price; + } + + public void setPrice(BigDecimal price) { + this.price = price; + } + + public BigDecimal getQuantity() { + return quantity; + } + + public void setQuantity(BigDecimal quantity) { + this.quantity = quantity; + } + + public BigDecimal getAmount() { + return amount; + } + + public void setAmount(BigDecimal amount) { + this.amount = amount; + } + + + +} diff --git a/food-api/src/main/java/com/jwsaas/entity/wxdc/ProductPromotion.java b/food-api/src/main/java/com/jwsaas/entity/wxdc/ProductPromotion.java new file mode 100644 index 0000000..7da2555 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxdc/ProductPromotion.java @@ -0,0 +1,75 @@ +package com.jwsaas.entity.wxdc; + +/*** + * 商品优惠信息 + * @author louxutao + * + */ +public class ProductPromotion { + + /*** + * 前台系统ID + */ + private String id; + + /*** + * 产品明细ID + */ + private String orderItemId; + + /*** + * 优惠类型 (0赠送 1折扣 2优惠券 3会员卡折扣 4满减 5满送 6议价 7兑换 8会员价 9立减 50套菜分摊) + */ + private Integer type; + + /*** + * 优惠明细 + */ + private String info; + + /*** + * 优惠金额 + */ + private Double discountMoney; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public String getOrderItemId() { + return orderItemId; + } + + public void setOrderItemId(String orderItemId) { + this.orderItemId = orderItemId; + } + + public Integer getType() { + return type; + } + + public void setType(Integer type) { + this.type = type; + } + + public String getInfo() { + return info; + } + + public void setInfo(String info) { + this.info = info; + } + + public Double getDiscountMoney() { + return discountMoney; + } + + public void setDiscountMoney(Double discountMoney) { + this.discountMoney = discountMoney; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinAccount.java b/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinAccount.java new file mode 100644 index 0000000..c958837 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinAccount.java @@ -0,0 +1,439 @@ +package com.jwsaas.entity.wxdc; + +import org.apache.ibatis.type.Alias; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * + * @author 张莹 + * + * @version 创建时间:2017-8-29 + * + * 表名称:微信公众号管理 + * + * 数据表:wx_weixin_account + * + */ +@Alias(com.jwsaas.Constants.WXDC_SIGN + "WeixinAccount") +public class WeixinAccount extends BaseWeixinEntity { + + private static final long serialVersionUID = 1610091383069930542L; + + /** + * 租户标识 + */ + private String tenantCode; + + /** + * Hashids + */ + private String hashids; + + /** + * 商户logo + */ + private String logoUrl; + + /** + * 公众号名称 + */ + private String name; + + /** + * 公众号类型 + */ + private String accountType; + + /** + * 是否认证 + */ + private Integer isVerify; + + /** + * 开启OAuth + */ + private Integer isOauth; + + /** + * AppId + */ + private String appId; + + /** + * AppSecret + */ + private String appSecret; + + /** + * Token + */ + private String token; + + /** + * 服务器地址 + */ + private String url; + + /** + * 支付方式 + */ + private Integer payType; + + /** + * 信息加密方式 + */ + private String encryptType; + + /** + * 消息加密密钥 + */ + private String aesKey; + + /** + * 一卡通参数 + */ + private String cards; + + /** + * 微信支付参数 + */ + private String pays; + + /** + * 开放平台参数 + */ + private String apis; + + /** + * 模板消息 + */ + private String templateMsg; + + /** + * 附加参数值 + */ + private String additionalParams; + + /** + * 状态 + */ + private Integer status; + + /** + * 备注说明 + */ + private String description; + + /** + * 扩展应用字段,JSON格式 + */ + private String applicationIdentity; + + + + + + public String getApplicationIdentity() { + return applicationIdentity; + } + + public void setApplicationIdentity(String applicationIdentity) { + this.applicationIdentity = applicationIdentity; + } + + /** + * 字段名称 :租户标识 数据类型 :varchar(16) 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :租户标识 数据类型 :varchar(16) 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + /** + * 字段名称 :Hashids 数据类型 :varchar(256) 是否必填 :false + */ + public String getHashids() { + return this.hashids; + } + + /** + * 字段名称 :Hashids 数据类型 :varchar(256) 是否必填 :false + */ + public void setHashids(String hashids) { + this.hashids = hashids; + } + + /** + * 字段名称 :商户logo 数据类型 :varchar(128) 是否必填 :false + */ + public String getLogoUrl() { + return this.logoUrl; + } + + /** + * 字段名称 :商户logo 数据类型 :varchar(128) 是否必填 :false + */ + public void setLogoUrl(String logoUrl) { + this.logoUrl = logoUrl; + } + + /** + * 字段名称 :公众号名称 数据类型 :varchar(64) 是否必填 :false + */ + public String getName() { + return this.name; + } + + /** + * 字段名称 :公众号名称 数据类型 :varchar(64) 是否必填 :false + */ + public void setName(String name) { + this.name = name; + } + + /** + * 字段名称 :公众号类型 数据类型 :varchar(16) 是否必填 :false + */ + public String getAccountType() { + return this.accountType; + } + + /** + * 字段名称 :公众号类型 数据类型 :varchar(16) 是否必填 :false + */ + public void setAccountType(String accountType) { + this.accountType = accountType; + } + + /** + * 字段名称 :是否认证 数据类型 :int(4) 是否必填 :false + */ + public Integer getIsVerify() { + return this.isVerify; + } + + /** + * 字段名称 :是否认证 数据类型 :int(4) 是否必填 :false + */ + public void setIsVerify(Integer isVerify) { + this.isVerify = isVerify; + } + + /** + * 字段名称 :开启OAuth 数据类型 :int(4) 是否必填 :false + */ + public Integer getIsOauth() { + return this.isOauth; + } + + /** + * 字段名称 :开启OAuth 数据类型 :int(4) 是否必填 :false + */ + public void setIsOauth(Integer isOauth) { + this.isOauth = isOauth; + } + + /** + * 字段名称 :AppId 数据类型 :varchar(64) 是否必填 :false + */ + public String getAppId() { + return this.appId; + } + + /** + * 字段名称 :AppId 数据类型 :varchar(64) 是否必填 :false + */ + public void setAppId(String appId) { + this.appId = appId; + } + + /** + * 字段名称 :AppSecret 数据类型 :varchar(64) 是否必填 :false + */ + public String getAppSecret() { + return this.appSecret; + } + + /** + * 字段名称 :AppSecret 数据类型 :varchar(64) 是否必填 :false + */ + public void setAppSecret(String appSecret) { + this.appSecret = appSecret; + } + + /** + * 字段名称 :Token 数据类型 :varchar(32) 是否必填 :false + */ + public String getToken() { + return this.token; + } + + /** + * 字段名称 :Token 数据类型 :varchar(32) 是否必填 :false + */ + public void setToken(String token) { + this.token = token; + } + + /** + * 字段名称 :服务器地址 数据类型 :varchar(256) 是否必填 :false + */ + public String getUrl() { + return this.url; + } + + /** + * 字段名称 :服务器地址 数据类型 :varchar(256) 是否必填 :false + */ + public void setUrl(String url) { + this.url = url; + } + + /** + * 字段名称 :支付方式 数据类型 :int(4) 是否必填 :false + */ + public Integer getPayType() { + return this.payType; + } + + /** + * 字段名称 :支付方式 数据类型 :int(4) 是否必填 :false + */ + public void setPayType(Integer payType) { + this.payType = payType; + } + + /** + * 字段名称 :信息加密方式 数据类型 :varchar(16) 是否必填 :false + */ + public String getEncryptType() { + return this.encryptType; + } + + /** + * 字段名称 :信息加密方式 数据类型 :varchar(16) 是否必填 :false + */ + public void setEncryptType(String encryptType) { + this.encryptType = encryptType; + } + + /** + * 字段名称 :消息加密密钥 数据类型 :varchar(64) 是否必填 :false + */ + public String getAesKey() { + return this.aesKey; + } + + /** + * 字段名称 :消息加密密钥 数据类型 :varchar(64) 是否必填 :false + */ + public void setAesKey(String aesKey) { + this.aesKey = aesKey; + } + + /** + * 字段名称 :一卡通参数 数据类型 :varchar(1024) 是否必填 :false + */ + public String getCards() { + return this.cards; + } + + /** + * 字段名称 :一卡通参数 数据类型 :varchar(1024) 是否必填 :false + */ + public void setCards(String cards) { + this.cards = cards; + } + + /** + * 字段名称 :微信支付参数 数据类型 :varchar(1024) 是否必填 :false + */ + public String getPays() { + return this.pays; + } + + /** + * 字段名称 :微信支付参数 数据类型 :varchar(1024) 是否必填 :false + */ + public void setPays(String pays) { + this.pays = pays; + } + + /** + * 字段名称 :开放平台参数 数据类型 :varchar(1024) 是否必填 :false + */ + public String getApis() { + return this.apis; + } + + /** + * 字段名称 :开放平台参数 数据类型 :varchar(1024) 是否必填 :false + */ + public void setApis(String apis) { + this.apis = apis; + } + + /** + * 字段名称 :模板消息 数据类型 :longtext 是否必填 :false + */ + public String getTemplateMsg() { + return this.templateMsg; + } + + /** + * 字段名称 :模板消息 数据类型 :longtext 是否必填 :false + */ + public void setTemplateMsg(String templateMsg) { + this.templateMsg = templateMsg; + } + + /** + * 字段名称 :附加参数值 数据类型 :longtext 是否必填 :false + */ + public String getAdditionalParams() { + return this.additionalParams; + } + + /** + * 字段名称 :附加参数值 数据类型 :longtext 是否必填 :false + */ + public void setAdditionalParams(String additionalParams) { + this.additionalParams = additionalParams; + } + + /** + * 字段名称 :状态 数据类型 :int(4) 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 数据类型 :int(4) 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinOrderPay.java b/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinOrderPay.java new file mode 100644 index 0000000..48355ff --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinOrderPay.java @@ -0,0 +1,788 @@ +package com.jwsaas.entity.wxdc; + +import com.jwsaas.entity.BaseEntity; + +/** + * + * @author 张莹 + * + * @version 创建时间:2017-2-22 + * + * 表名称:微信订单记录 + * + * 数据表:wx_weixin_order_pay + * + */ +public class WeixinOrderPay extends BaseEntity { + + private static final long serialVersionUID = 1721830006990913596L; + + private String wid; + + /** + * 门店ID + */ + private String storeId; + + /** + * 门店No + */ + private String storeNo; + + /** + * 门店名称 + */ + private String storeName; + + /** + * 会员Id + */ + private String memberId; + + /** + * posNo + */ + private String posNo; + + /** + * 营业员名称 + */ + private String workerNo; + + /** + * openId + */ + private String openId; + + /** + * userId + */ + private String userId; + + /** + * 订单Id + */ + private String orderId; + /** + * 订单号 + */ + private String orderNo; + + /** + * 交易单号 + */ + private String outTradeNo; + + /** + * 销售单号 + */ + private String busNo; + + /** + * 支付单号 + */ + private String payNo; + + /** + * 就餐方式 0:堂食 1:外带 + */ + private String busMode; + + /** + * 支付方式 + */ + private String payway; + + /** + * 订单金额 + */ + private Double amount; + + /** + * 会员金额 + */ + private Double memberMoney; + + /** + * 优惠金额 + */ + private Double discountAmount; + + /** + * 应收金额 + */ + private Double receiveAmount; + + /** + * 总数量 + */ + private Double num; + + /** + * 购物详情 + */ + private String details; + + /** + * 订单提交时间 + */ + private String orderTime; + + /** + * 销售时间 + */ + private String saleDate; + + /** + * 餐桌Id + */ + private String tableId; + + /** + * 桌号 + */ + private String tableNo; + + /** + * 桌号 + */ + private String tableName; + + /** + * 收货人姓名 + */ + private String disName; + + /** + * 收货人手机号 + */ + private String disMobile; + + /** + * 配送地址 + */ + private String disAddress; + + /** + * 配送时间 + */ + private String disTime; + + /** + * 预定人姓名 + */ + private String bookName; + + /** + * 预定人性别 + */ + private Integer bookSex; + + /** + * 预定人手机号 + */ + private String bookMobile; + + /** + * 预定日期 + */ + private String bookDate; + + /** + * 预定时间 + */ + private String bookTime; + + /** + * 预定人数 + */ + private Integer bookNum; + + /** + * 模式 + */ + private Integer mode; + + /** + * 状态 + * 0-新建 1-支付成功 2-支付失败 4-正常 + */ + private Integer status; + + /** + * 返回结果 + */ + private String result; + + /** + * 备注说明 + */ + private String description; + + /** + * 餐盒费 + */ + private Double boxFee; + /*** + * 收餐人姓名 + */ + private String receiveName; + /*** + * 收餐人电话 + */ + private String receiveMobile; + /** + * 收餐人地址 + */ + private String receiveAddress; + /** + * 配送费 + */ + private Double distributionFee; + + public String getWid() { + return wid; + } + + public void setWid(String wid) { + this.wid = wid; + } + + /** + * 字段名称 :门店ID 数据类型 :bigint(18) 是否必填 :false + */ + public String getStoreId() { + return this.storeId; + } + + /** + * 字段名称 :门店ID 数据类型 :bigint(18) 是否必填 :false + */ + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + /** + * 字段名称 :门店名称 数据类型 :varchar(32) 是否必填 :false + */ + public String getStoreName() { + return this.storeName; + } + + /** + * 字段名称 :门店名称 数据类型 :varchar(32) 是否必填 :false + */ + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public String getMemberId() { + return memberId; + } + + public void setMemberId(String memberId) { + this.memberId = memberId; + } + + public String getPosNo() { + return posNo; + } + + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + public String getWorkerNo() { + return workerNo; + } + + public void setWorkerNo(String workerNo) { + this.workerNo = workerNo; + } + + /** + * 字段名称 :openId 数据类型 :varchar(128) 是否必填 :false + */ + public String getOpenId() { + return this.openId; + } + + /** + * 字段名称 :openId 数据类型 :varchar(128) 是否必填 :false + */ + public void setOpenId(String openId) { + this.openId = openId; + } + + public String getUserId() { + return userId; + } + + public void setUserId(String userId) { + this.userId = userId; + } + + public String getOrderId() { + return orderId; + } + + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + /** + * 字段名称 :订单号 数据类型 :varchar(32) 是否必填 :false + */ + public String getOrderNo() { + return this.orderNo; + } + + /** + * 字段名称 :订单号 数据类型 :varchar(32) 是否必填 :false + */ + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + + /** + * 字段名称 :交易单号 数据类型 :varchar(128) 是否必填 :false + */ + public String getOutTradeNo() { + return this.outTradeNo; + } + + /** + * 字段名称 :交易单号 数据类型 :varchar(128) 是否必填 :false + */ + public void setOutTradeNo(String outTradeNo) { + this.outTradeNo = outTradeNo; + } + + /** + * 字段名称 :销售单号 数据类型 :varchar(32) 是否必填 :false + */ + public String getBusNo() { + return this.busNo; + } + + /** + * 字段名称 :销售单号 数据类型 :varchar(32) 是否必填 :false + */ + public void setBusNo(String busNo) { + this.busNo = busNo; + } + + /** + * 字段名称 :支付单号 数据类型 :varchar(128) 是否必填 :false + */ + public String getPayNo() { + return this.payNo; + } + + /** + * 字段名称 :支付单号 数据类型 :varchar(128) 是否必填 :false + */ + public void setPayNo(String payNo) { + this.payNo = payNo; + } + + public String getBusMode() { + return busMode; + } + + public void setBusMode(String busMode) { + this.busMode = busMode; + } + + /** + * 字段名称 :支付方式 数据类型 :int + */ + public String getPayway() { + return this.payway; + } + + /** + * 字段名称 :支付方式 数据类型 :int + */ + public void setPayway(String payway) { + this.payway = payway; + } + + /** + * 字段名称 :会员金额 数据类型 :decimal(24,2) 是否必填 :false + */ + public Double getMemberMoney() { + return this.memberMoney; + } + + /** + * 字段名称 :会员金额 数据类型 :decimal(24,2) 是否必填 :false + */ + public void setMemberMoney(Double memberMoney) { + this.memberMoney = memberMoney; + } + + public Double getAmount() { + return amount; + } + + public void setAmount(Double amount) { + this.amount = amount; + } + + public Double getDiscountAmount() { + return discountAmount; + } + + public void setDiscountAmount(Double discountAmount) { + this.discountAmount = discountAmount; + } + + public Double getReceiveAmount() { + return receiveAmount; + } + + public void setReceiveAmount(Double receiveAmount) { + this.receiveAmount = receiveAmount; + } + + public static long getSerialversionuid() { + return serialVersionUID; + } + + /** + * 字段名称 :总数量 数据类型 :decimal(24,2) 是否必填 :false + */ + public Double getNum() { + return this.num; + } + + /** + * 字段名称 :总数量 数据类型 :decimal(24,2) 是否必填 :false + */ + public void setNum(Double num) { + this.num = num; + } + + /** + * 字段名称 :购物详情 数据类型 :longtext 是否必填 :false + */ + public String getDetails() { + return this.details; + } + + /** + * 字段名称 :购物详情 数据类型 :longtext 是否必填 :false + */ + public void setDetails(String details) { + this.details = details; + } + + /** + * 字段名称 :订单提交时间 数据类型 :varchar(32) 是否必填 :false + */ + public String getOrderTime() { + return this.orderTime; + } + + /** + * 字段名称 :订单提交时间 数据类型 :varchar(32) 是否必填 :false + */ + public void setOrderTime(String orderTime) { + this.orderTime = orderTime; + } + + /** + * 字段名称 :销售时间 数据类型 :varchar(32) 是否必填 :false + */ + public String getSaleDate() { + return this.saleDate; + } + + /** + * 字段名称 :销售时间 数据类型 :varchar(32) 是否必填 :false + */ + public void setSaleDate(String saleDate) { + this.saleDate = saleDate; + } + + /** + * 字段名称 :餐桌Id 数据类型 :bigint(18) 是否必填 :false + */ + public String getTableId() { + return this.tableId; + } + + /** + * 字段名称 :餐桌Id 数据类型 :bigint(18) 是否必填 :false + */ + public void setTableId(String tableId) { + this.tableId = tableId; + } + + /** + * 字段名称 :桌号 数据类型 :varchar(16) 是否必填 :false + */ + public String getTableNo() { + return this.tableNo; + } + + /** + * 字段名称 :桌号 数据类型 :varchar(16) 是否必填 :false + */ + public void setTableNo(String tableNo) { + this.tableNo = tableNo; + } + + public String getTableName() { + return tableName; + } + + public void setTableName(String tableName) { + this.tableName = tableName; + } + + /** + * 字段名称 :收货人姓名 数据类型 :varchar(32) 是否必填 :false + */ + public String getDisName() { + return this.disName; + } + + /** + * 字段名称 :收货人姓名 数据类型 :varchar(32) 是否必填 :false + */ + public void setDisName(String disName) { + this.disName = disName; + } + + /** + * 字段名称 :收货人手机号 数据类型 :varchar(16) 是否必填 :false + */ + public String getDisMobile() { + return this.disMobile; + } + + /** + * 字段名称 :收货人手机号 数据类型 :varchar(16) 是否必填 :false + */ + public void setDisMobile(String disMobile) { + this.disMobile = disMobile; + } + + /** + * 字段名称 :配送地址 数据类型 :varchar(128) 是否必填 :false + */ + public String getDisAddress() { + return this.disAddress; + } + + /** + * 字段名称 :配送地址 数据类型 :varchar(128) 是否必填 :false + */ + public void setDisAddress(String disAddress) { + this.disAddress = disAddress; + } + + /** + * 字段名称 :配送时间 数据类型 :varchar(32) 是否必填 :false + */ + public String getDisTime() { + return this.disTime; + } + + /** + * 字段名称 :配送时间 数据类型 :varchar(32) 是否必填 :false + */ + public void setDisTime(String disTime) { + this.disTime = disTime; + } + + /** + * 字段名称 :预定人姓名 数据类型 :varchar(32) 是否必填 :false + */ + public String getBookName() { + return this.bookName; + } + + /** + * 字段名称 :预定人姓名 数据类型 :varchar(32) 是否必填 :false + */ + public void setBookName(String bookName) { + this.bookName = bookName; + } + + /** + * 字段名称 :预定人性别 数据类型 :int 是否必填 :false + */ + public Integer getBookSex() { + return this.bookSex; + } + + /** + * 字段名称 :预定人性别 数据类型 :int 是否必填 :false + */ + public void setBookSex(Integer bookSex) { + this.bookSex = bookSex; + } + + /** + * 字段名称 :预定人手机号 数据类型 :varchar(16) 是否必填 :false + */ + public String getBookMobile() { + return this.bookMobile; + } + + /** + * 字段名称 :预定人手机号 数据类型 :varchar(16) 是否必填 :false + */ + public void setBookMobile(String bookMobile) { + this.bookMobile = bookMobile; + } + + /** + * 字段名称 :预定日期 数据类型 :varchar(16) 是否必填 :false + */ + public String getBookDate() { + return this.bookDate; + } + + /** + * 字段名称 :预定日期 数据类型 :varchar(16) 是否必填 :false + */ + public void setBookDate(String bookDate) { + this.bookDate = bookDate; + } + + /** + * 字段名称 :预定时间 数据类型 :varchar(16) 是否必填 :false + */ + public String getBookTime() { + return this.bookTime; + } + + /** + * 字段名称 :预定时间 数据类型 :varchar(16) 是否必填 :false + */ + public void setBookTime(String bookTime) { + this.bookTime = bookTime; + } + + /** + * 字段名称 :预定人数 数据类型 :int 是否必填 :false + */ + public Integer getBookNum() { + return this.bookNum; + } + + /** + * 字段名称 :预定人数 数据类型 :int 是否必填 :false + */ + public void setBookNum(Integer bookNum) { + this.bookNum = bookNum; + } + + /** + * 字段名称 :模式 数据类型 :int 是否必填 :false + */ + public Integer getMode() { + return this.mode; + } + + /** + * 字段名称 :模式 数据类型 :int 是否必填 :false + */ + public void setMode(Integer mode) { + this.mode = mode; + } + + /** + * 字段名称 :状态 数据类型 :int(4) 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 数据类型 :int(4) 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :返回结果 数据类型 :varchar(128) 是否必填 :false + */ + public String getResult() { + return this.result; + } + + /** + * 字段名称 :返回结果 数据类型 :varchar(128) 是否必填 :false + */ + public void setResult(String result) { + this.result = result; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + public String getReceiveMobile() { + return receiveMobile; + } + + public void setReceiveMobile(String receiveMobile) { + this.receiveMobile = receiveMobile; + } + + public String getReceiveAddress() { + return receiveAddress; + } + + public void setReceiveAddress(String receiveAddress) { + this.receiveAddress = receiveAddress; + } + + public Double getDistributionFee() { + return distributionFee; + } + + public void setDistributionFee(Double distributionFee) { + this.distributionFee = distributionFee; + } + + public Double getBoxFee() { + return boxFee; + } + + public void setBoxFee(Double boxFee) { + this.boxFee = boxFee; + } + + public String getReceiveName() { + return receiveName; + } + + public void setReceiveName(String receiveName) { + this.receiveName = receiveName; + } +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinPayResult.java b/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinPayResult.java new file mode 100644 index 0000000..a7be47c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinPayResult.java @@ -0,0 +1,553 @@ +package com.jwsaas.entity.wxdc; + +import com.jwsaas.entity.BaseEntity; + +/** + * + * @author 张莹 + * + * @version 创建时间:2016-4-29 + * + * 表名称:支付结果 + * + * 数据表:wx_weixin_pay_result + * + */ +public class WeixinPayResult extends BaseEntity { + + private static final long serialVersionUID = 1666126118266355475L; + + /** + * 返回状态码 + */ + private String returnCode; + + /** + * 返回信息 + */ + private String returnMsg; + + /** + * 公众账号ID + */ + private String appId; + + /** + * 商户号 + */ + private String mchId; + + /** + * 子商户公众账号ID + */ + private String subAppId; + + /** + * 子商户号 + */ + private String subMchId; + + /** + * 设备号 + */ + private String deviceInfo; + + /** + * 随机字符串 + */ + private String nonceStr; + + /** + * 签名 + */ + private String sign; + + /** + * 业务结果 + */ + private String resultCode; + + /** + * 错误代码 + */ + private String errCode; + + /** + * 错误代码描述 + */ + private String errCodeDes; + + /** + * 用户标识 + */ + private String openId; + + /** + * 用户子标识 + */ + private String subOpenId; + + /** + * 是否关注 + */ + private String isSubscribe; + + /** + * 交易类型 + */ + private String tradeType; + + /** + * 付款银行 + */ + private String bankType; + + /** + * 总金额 + */ + private Integer totalFee; + + /** + * 货币类型 + */ + private String feeType; + + /** + * 现金支付金额 + */ + private Integer cashFee; + + /** + * 现金支付货币类型 + */ + private String cashFeeType; + + /** + * 代金券或立减优惠金额 + */ + private Integer couponFee; + + /** + * 代金券或立减优惠使用数量 + */ + private Integer couponCount; + + /** + * 微信支付订单号 + */ + private String transactionId; + + /** + * 商户订单号 + */ + private String outTradeNo; + + /** + * 商家数据包 + */ + private String attach; + + /** + * 支付完成时间 + */ + private String timeEnd; + + /** + * 状态 + */ + private Integer status; + + /** + * 备注说明 + */ + private String description; + + /** + * 字段名称 :返回状态码 数据类型 :varchar(16) 是否必填 :false + */ + public String getReturnCode() { + return this.returnCode; + } + + /** + * 字段名称 :返回状态码 数据类型 :varchar(16) 是否必填 :false + */ + public void setReturnCode(String returnCode) { + this.returnCode = returnCode; + } + + /** + * 字段名称 :返回信息 数据类型 :varchar(128) 是否必填 :false + */ + public String getReturnMsg() { + return this.returnMsg; + } + + /** + * 字段名称 :返回信息 数据类型 :varchar(128) 是否必填 :false + */ + public void setReturnMsg(String returnMsg) { + this.returnMsg = returnMsg; + } + + /** + * 字段名称 :公众账号ID 数据类型 :varchar(32) 是否必填 :false + */ + public String getAppId() { + return this.appId; + } + + /** + * 字段名称 :公众账号ID 数据类型 :varchar(32) 是否必填 :false + */ + public void setAppId(String appId) { + this.appId = appId; + } + + /** + * 字段名称 :商户号 数据类型 :varchar(32) 是否必填 :false + */ + public String getMchId() { + return this.mchId; + } + + /** + * 字段名称 :商户号 数据类型 :varchar(32) 是否必填 :false + */ + public void setMchId(String mchId) { + this.mchId = mchId; + } + + public String getSubAppId() { + return subAppId; + } + + public void setSubAppId(String subAppId) { + this.subAppId = subAppId; + } + + public String getSubMchId() { + return subMchId; + } + + public void setSubMchId(String subMchId) { + this.subMchId = subMchId; + } + + /** + * 字段名称 :设备号 数据类型 :varchar(32) 是否必填 :false + */ + public String getDeviceInfo() { + return this.deviceInfo; + } + + /** + * 字段名称 :设备号 数据类型 :varchar(32) 是否必填 :false + */ + public void setDeviceInfo(String deviceInfo) { + this.deviceInfo = deviceInfo; + } + + /** + * 字段名称 :随机字符串 数据类型 :varchar(32) 是否必填 :false + */ + public String getNonceStr() { + return this.nonceStr; + } + + /** + * 字段名称 :随机字符串 数据类型 :varchar(32) 是否必填 :false + */ + public void setNonceStr(String nonceStr) { + this.nonceStr = nonceStr; + } + + /** + * 字段名称 :签名 数据类型 :varchar(32) 是否必填 :false + */ + public String getSign() { + return this.sign; + } + + /** + * 字段名称 :签名 数据类型 :varchar(32) 是否必填 :false + */ + public void setSign(String sign) { + this.sign = sign; + } + + /** + * 字段名称 :业务结果 数据类型 :varchar(16) 是否必填 :false + */ + public String getResultCode() { + return this.resultCode; + } + + /** + * 字段名称 :业务结果 数据类型 :varchar(16) 是否必填 :false + */ + public void setResultCode(String resultCode) { + this.resultCode = resultCode; + } + + /** + * 字段名称 :错误代码 数据类型 :varchar(32) 是否必填 :false + */ + public String getErrCode() { + return this.errCode; + } + + /** + * 字段名称 :错误代码 数据类型 :varchar(32) 是否必填 :false + */ + public void setErrCode(String errCode) { + this.errCode = errCode; + } + + /** + * 字段名称 :错误代码描述 数据类型 :varchar(128) 是否必填 :false + */ + public String getErrCodeDes() { + return this.errCodeDes; + } + + /** + * 字段名称 :错误代码描述 数据类型 :varchar(128) 是否必填 :false + */ + public void setErrCodeDes(String errCodeDes) { + this.errCodeDes = errCodeDes; + } + + /** + * 字段名称 :用户标识 数据类型 :varchar(128) 是否必填 :false + */ + public String getOpenId() { + return this.openId; + } + + /** + * 字段名称 :用户标识 数据类型 :varchar(128) 是否必填 :false + */ + public void setOpenId(String openId) { + this.openId = openId; + } + + public String getSubOpenId() { + return subOpenId; + } + + public void setSubOpenId(String subOpenId) { + this.subOpenId = subOpenId; + } + + /** + * 字段名称 :是否关注 数据类型 :varchar(2) 是否必填 :false + */ + public String getIsSubscribe() { + return this.isSubscribe; + } + + /** + * 字段名称 :是否关注 数据类型 :varchar(2) 是否必填 :false + */ + public void setIsSubscribe(String isSubscribe) { + this.isSubscribe = isSubscribe; + } + + /** + * 字段名称 :交易类型 数据类型 :varchar(16) 是否必填 :false + */ + public String getTradeType() { + return this.tradeType; + } + + /** + * 字段名称 :交易类型 数据类型 :varchar(16) 是否必填 :false + */ + public void setTradeType(String tradeType) { + this.tradeType = tradeType; + } + + /** + * 字段名称 :付款银行 数据类型 :varchar(16) 是否必填 :false + */ + public String getBankType() { + return this.bankType; + } + + /** + * 字段名称 :付款银行 数据类型 :varchar(16) 是否必填 :false + */ + public void setBankType(String bankType) { + this.bankType = bankType; + } + + /** + * 字段名称 :总金额 数据类型 :int 是否必填 :false + */ + public Integer getTotalFee() { + return this.totalFee; + } + + /** + * 字段名称 :总金额 数据类型 :int 是否必填 :false + */ + public void setTotalFee(Integer totalFee) { + this.totalFee = totalFee; + } + + /** + * 字段名称 :货币类型 数据类型 :varchar(16) 是否必填 :false + */ + public String getFeeType() { + return this.feeType; + } + + /** + * 字段名称 :货币类型 数据类型 :varchar(16) 是否必填 :false + */ + public void setFeeType(String feeType) { + this.feeType = feeType; + } + + /** + * 字段名称 :现金支付金额 数据类型 :int 是否必填 :false + */ + public Integer getCashFee() { + return this.cashFee; + } + + /** + * 字段名称 :现金支付金额 数据类型 :int 是否必填 :false + */ + public void setCashFee(Integer cashFee) { + this.cashFee = cashFee; + } + + /** + * 字段名称 :现金支付货币类型 数据类型 :varchar(16) 是否必填 :false + */ + public String getCashFeeType() { + return this.cashFeeType; + } + + /** + * 字段名称 :现金支付货币类型 数据类型 :varchar(16) 是否必填 :false + */ + public void setCashFeeType(String cashFeeType) { + this.cashFeeType = cashFeeType; + } + + /** + * 字段名称 :代金券或立减优惠金额 数据类型 :int 是否必填 :false + */ + public Integer getCouponFee() { + return this.couponFee; + } + + /** + * 字段名称 :代金券或立减优惠金额 数据类型 :int 是否必填 :false + */ + public void setCouponFee(Integer couponFee) { + this.couponFee = couponFee; + } + + /** + * 字段名称 :代金券或立减优惠使用数量 数据类型 :int 是否必填 :false + */ + public Integer getCouponCount() { + return this.couponCount; + } + + /** + * 字段名称 :代金券或立减优惠使用数量 数据类型 :int 是否必填 :false + */ + public void setCouponCount(Integer couponCount) { + this.couponCount = couponCount; + } + + /** + * 字段名称 :微信支付订单号 数据类型 :varchar(32) 是否必填 :false + */ + public String getTransactionId() { + return this.transactionId; + } + + /** + * 字段名称 :微信支付订单号 数据类型 :varchar(32) 是否必填 :false + */ + public void setTransactionId(String transactionId) { + this.transactionId = transactionId; + } + + /** + * 字段名称 :商户订单号 数据类型 :varchar(32) 是否必填 :false + */ + public String getOutTradeNo() { + return this.outTradeNo; + } + + /** + * 字段名称 :商户订单号 数据类型 :varchar(32) 是否必填 :false + */ + public void setOutTradeNo(String outTradeNo) { + this.outTradeNo = outTradeNo; + } + + /** + * 字段名称 :商家数据包 数据类型 :varchar(128) 是否必填 :false + */ + public String getAttach() { + return this.attach; + } + + /** + * 字段名称 :商家数据包 数据类型 :varchar(128) 是否必填 :false + */ + public void setAttach(String attach) { + this.attach = attach; + } + + /** + * 字段名称 :支付完成时间 数据类型 :varchar(14) 是否必填 :false + */ + public String getTimeEnd() { + return this.timeEnd; + } + + /** + * 字段名称 :支付完成时间 数据类型 :varchar(14) 是否必填 :false + */ + public void setTimeEnd(String timeEnd) { + this.timeEnd = timeEnd; + } + + /** + * 字段名称 :状态 数据类型 :int(4) 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 数据类型 :int(4) 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinPayUnifiedOrder.java b/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinPayUnifiedOrder.java new file mode 100644 index 0000000..76b432a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinPayUnifiedOrder.java @@ -0,0 +1,572 @@ +package com.jwsaas.entity.wxdc; + +import com.jwsaas.entity.BaseEntity; + +/** + * + * @author 张莹 + * + * @version 创建时间:2016-4-29 + * + * 表名称:统一下单 + * + * 数据表:wx_weixin_pay_unified_order + * + */ +public class WeixinPayUnifiedOrder extends BaseEntity { + + private static final long serialVersionUID = 1688646329992311233L; + + /** + * 公众账号ID + */ + private String appId; + + /** + * 商户号 + */ + private String mchId; + + /** + * 子商户公众账号ID + */ + private String subAppId; + + /** + * 子商户号 + */ + private String subMchId; + + /** + * 设备号 + */ + private String deviceInfo; + + /** + * 商品描述 + */ + private String body; + + /** + * 商品详情 + */ + private String detail; + + /** + * 附加数据 + */ + private String attach; + + /** + * 商户订单号 + */ + private String outTradeNo; + + /** + * 货币类型 + */ + private String feeType; + + /** + * 总金额 + */ + private Integer totalFee; + + /** + * 终端IP + */ + private String creaeIp; + + /** + * 交易起始时间 + */ + private String timeStart; + + /** + * 交易结束时间 + */ + private String timeExpire; + + /** + * 商品标记 + */ + private String goodsTag; + + /** + * 通知地址 + */ + private String notifyUrl; + + /** + * 交易类型 + */ + private String tradeType; + + /** + * 商品ID + */ + private String productId; + + /** + * 指定支付方式 + */ + private String limitPay; + + /** + * 用户标识 + */ + private String openId; + + /** + * 用户子标识 + */ + private String subOpenId; + + /** + * 返回状态码 + */ + private String returnCode; + + /** + * 返回信息 + */ + private String returnMsg; + + /** + * 业务结果 + */ + private String resultCode; + + /** + * 错误代码 + */ + private String errCode; + + /** + * 错误代码描述 + */ + private String errCodeDes; + + /** + * 预支付交易会话标识 + */ + private String prepayId; + + /** + * 二维码链接 + */ + private String codeUrl; + + /** + * 状态 + */ + private Integer status; + + /** + * 备注说明 + */ + private String description; + + /** + * 字段名称 :公众账号ID 数据类型 :varchar(32) 是否必填 :false + */ + public String getAppId() { + return this.appId; + } + + /** + * 字段名称 :公众账号ID 数据类型 :varchar(32) 是否必填 :false + */ + public void setAppId(String appId) { + this.appId = appId; + } + + /** + * 字段名称 :商户号 数据类型 :varchar(32) 是否必填 :false + */ + public String getMchId() { + return this.mchId; + } + + /** + * 字段名称 :商户号 数据类型 :varchar(32) 是否必填 :false + */ + public void setMchId(String mchId) { + this.mchId = mchId; + } + + public String getSubAppId() { + return subAppId; + } + + public void setSubAppId(String subAppId) { + this.subAppId = subAppId; + } + + public String getSubMchId() { + return subMchId; + } + + public void setSubMchId(String subMchId) { + this.subMchId = subMchId; + } + + /** + * 字段名称 :设备号 数据类型 :varchar(32) 是否必填 :false + */ + public String getDeviceInfo() { + return this.deviceInfo; + } + + /** + * 字段名称 :设备号 数据类型 :varchar(32) 是否必填 :false + */ + public void setDeviceInfo(String deviceInfo) { + this.deviceInfo = deviceInfo; + } + + /** + * 字段名称 :商品描述 数据类型 :varchar(128) 是否必填 :false + */ + public String getBody() { + return this.body; + } + + /** + * 字段名称 :商品描述 数据类型 :varchar(128) 是否必填 :false + */ + public void setBody(String body) { + this.body = body; + } + + /** + * 字段名称 :商品详情 数据类型 :text 是否必填 :false + */ + public String getDetail() { + return this.detail; + } + + /** + * 字段名称 :商品详情 数据类型 :text 是否必填 :false + */ + public void setDetail(String detail) { + this.detail = detail; + } + + /** + * 字段名称 :附加数据 数据类型 :varchar(128) 是否必填 :false + */ + public String getAttach() { + return this.attach; + } + + /** + * 字段名称 :附加数据 数据类型 :varchar(128) 是否必填 :false + */ + public void setAttach(String attach) { + this.attach = attach; + } + + /** + * 字段名称 :商户订单号 数据类型 :varchar(32) 是否必填 :false + */ + public String getOutTradeNo() { + return this.outTradeNo; + } + + /** + * 字段名称 :商户订单号 数据类型 :varchar(32) 是否必填 :false + */ + public void setOutTradeNo(String outTradeNo) { + this.outTradeNo = outTradeNo; + } + + /** + * 字段名称 :货币类型 数据类型 :varchar(16) 是否必填 :false + */ + public String getFeeType() { + return this.feeType; + } + + /** + * 字段名称 :货币类型 数据类型 :varchar(16) 是否必填 :false + */ + public void setFeeType(String feeType) { + this.feeType = feeType; + } + + /** + * 字段名称 :总金额 数据类型 :int 是否必填 :false + */ + public Integer getTotalFee() { + return this.totalFee; + } + + /** + * 字段名称 :总金额 数据类型 :int 是否必填 :false + */ + public void setTotalFee(Integer totalFee) { + this.totalFee = totalFee; + } + + /** + * 字段名称 :终端IP 数据类型 :varchar(16) 是否必填 :false + */ + public String getCreaeIp() { + return this.creaeIp; + } + + /** + * 字段名称 :终端IP 数据类型 :varchar(16) 是否必填 :false + */ + public void setCreaeIp(String creaeIp) { + this.creaeIp = creaeIp; + } + + /** + * 字段名称 :交易起始时间 数据类型 :varchar(16) 是否必填 :false + */ + public String getTimeStart() { + return this.timeStart; + } + + /** + * 字段名称 :交易起始时间 数据类型 :varchar(16) 是否必填 :false + */ + public void setTimeStart(String timeStart) { + this.timeStart = timeStart; + } + + /** + * 字段名称 :交易结束时间 数据类型 :varchar(16) 是否必填 :false + */ + public String getTimeExpire() { + return this.timeExpire; + } + + /** + * 字段名称 :交易结束时间 数据类型 :varchar(16) 是否必填 :false + */ + public void setTimeExpire(String timeExpire) { + this.timeExpire = timeExpire; + } + + /** + * 字段名称 :商品标记 数据类型 :varchar(32) 是否必填 :false + */ + public String getGoodsTag() { + return this.goodsTag; + } + + /** + * 字段名称 :商品标记 数据类型 :varchar(32) 是否必填 :false + */ + public void setGoodsTag(String goodsTag) { + this.goodsTag = goodsTag; + } + + /** + * 字段名称 :通知地址 数据类型 :varchar(256) 是否必填 :false + */ + public String getNotifyUrl() { + return this.notifyUrl; + } + + /** + * 字段名称 :通知地址 数据类型 :varchar(256) 是否必填 :false + */ + public void setNotifyUrl(String notifyUrl) { + this.notifyUrl = notifyUrl; + } + + /** + * 字段名称 :交易类型 数据类型 :varchar(16) 是否必填 :false + */ + public String getTradeType() { + return this.tradeType; + } + + /** + * 字段名称 :交易类型 数据类型 :varchar(16) 是否必填 :false + */ + public void setTradeType(String tradeType) { + this.tradeType = tradeType; + } + + /** + * 字段名称 :商品ID 数据类型 :varchar(32) 是否必填 :false + */ + public String getProductId() { + return this.productId; + } + + /** + * 字段名称 :商品ID 数据类型 :varchar(32) 是否必填 :false + */ + public void setProductId(String productId) { + this.productId = productId; + } + + /** + * 字段名称 :指定支付方式 数据类型 :varchar(32) 是否必填 :false + */ + public String getLimitPay() { + return this.limitPay; + } + + /** + * 字段名称 :指定支付方式 数据类型 :varchar(32) 是否必填 :false + */ + public void setLimitPay(String limitPay) { + this.limitPay = limitPay; + } + + /** + * 字段名称 :用户标识 数据类型 :varchar(128) 是否必填 :false + */ + public String getOpenId() { + return this.openId; + } + + /** + * 字段名称 :用户标识 数据类型 :varchar(128) 是否必填 :false + */ + public void setOpenId(String openId) { + this.openId = openId; + } + + public String getSubOpenId() { + return subOpenId; + } + + public void setSubOpenId(String subOpenId) { + this.subOpenId = subOpenId; + } + + /** + * 字段名称 :返回状态码 数据类型 :varchar(16) 是否必填 :false + */ + public String getReturnCode() { + return this.returnCode; + } + + /** + * 字段名称 :返回状态码 数据类型 :varchar(16) 是否必填 :false + */ + public void setReturnCode(String returnCode) { + this.returnCode = returnCode; + } + + /** + * 字段名称 :返回信息 数据类型 :varchar(128) 是否必填 :false + */ + public String getReturnMsg() { + return this.returnMsg; + } + + /** + * 字段名称 :返回信息 数据类型 :varchar(128) 是否必填 :false + */ + public void setReturnMsg(String returnMsg) { + this.returnMsg = returnMsg; + } + + /** + * 字段名称 :业务结果 数据类型 :varchar(16) 是否必填 :false + */ + public String getResultCode() { + return this.resultCode; + } + + /** + * 字段名称 :业务结果 数据类型 :varchar(16) 是否必填 :false + */ + public void setResultCode(String resultCode) { + this.resultCode = resultCode; + } + + /** + * 字段名称 :错误代码 数据类型 :varchar(32) 是否必填 :false + */ + public String getErrCode() { + return this.errCode; + } + + /** + * 字段名称 :错误代码 数据类型 :varchar(32) 是否必填 :false + */ + public void setErrCode(String errCode) { + this.errCode = errCode; + } + + /** + * 字段名称 :错误代码描述 数据类型 :varchar(128) 是否必填 :false + */ + public String getErrCodeDes() { + return this.errCodeDes; + } + + /** + * 字段名称 :错误代码描述 数据类型 :varchar(128) 是否必填 :false + */ + public void setErrCodeDes(String errCodeDes) { + this.errCodeDes = errCodeDes; + } + + /** + * 字段名称 :预支付交易会话标识 数据类型 :varchar(64) 是否必填 :false + */ + public String getPrepayId() { + return this.prepayId; + } + + /** + * 字段名称 :预支付交易会话标识 数据类型 :varchar(64) 是否必填 :false + */ + public void setPrepayId(String prepayId) { + this.prepayId = prepayId; + } + + /** + * 字段名称 :二维码链接 数据类型 :varchar(64) 是否必填 :false + */ + public String getCodeUrl() { + return this.codeUrl; + } + + /** + * 字段名称 :二维码链接 数据类型 :varchar(64) 是否必填 :false + */ + public void setCodeUrl(String codeUrl) { + this.codeUrl = codeUrl; + } + + /** + * 字段名称 :状态 数据类型 :int(4) 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 数据类型 :int(4) 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 数据类型 :varchar(128) 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinRechargeOrder.java b/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinRechargeOrder.java new file mode 100644 index 0000000..380aa25 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinRechargeOrder.java @@ -0,0 +1,380 @@ +package com.jwsaas.entity.wxdc; + +import com.jwsaas.entity.BaseEntity; + +/*** + * 微信点餐-会员卡充值订单 + * @author louxutao + * + */ +public class WeixinRechargeOrder extends BaseEntity { + + private static final long serialVersionUID = 1721830006990913596L; + + + /** + * userId + */ + private String userId; + /** + * 门店ID + */ + private String storeId; + + /** + * 门店No + */ + private String storeNo; + + /** + * 门店名称 + */ + private String storeName; + + + /*** + * 门店默认pos + */ + private String posNo; + + /*** + * + */ + private String workerNo; + + /** + * 订单编号 + */ + private String tradeNo; + + /** + * 支付凭证 + */ + private String payVoucherNo; + + /** + * 会员id + */ + private String memberId; + + /** + * 充值卡号 + */ + private String cardNo; + /** + * 会员手机号 + */ + private String mobile; + + /** + * 充值方案Id + */ + private String schemeId; + + /** + * 充值方案编号 + */ + private String schemeNo; + + /** + * 充值赠送明细Id + */ + private String detailId; + + + /** + * 充值金额 + */ + private Double amount; + + + /** + * 赠送金额 + */ + private Double giftAmount; + + /** + * 赠送积分 + */ + private Double giftPoint; + + /** + * 充值前金额 + */ + private Double preAmount; + + /** + * 充值后金额 + */ + private Double aftAmount; + + /** + * 充值前积分 + */ + private Double prePoint; + + /** + * 充值后积分 + */ + private Double aftPoint; + + /** + * 赠送详情 + */ + private String giftDetail; + + /*** + * 批次号 + */ + private String batchNo; + + /*** + * 流水号 + */ + private String serialNo; + + /*** + * 交易时间(yyyy-MM-dd HH:mm:ss) + */ + private String tradeTime; + + /** + * 状态 0:待支付 ;1:已支付;2:已充值;3:充值失败 + */ + private int status; + + /** + * 订单提交时间 + */ + private String result; + + /** + * 销售时间 + */ + private String description; + + public String getUserId() { + return userId; + } + + public void setUserId(String userId) { + this.userId = userId; + } + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public String getPosNo() { + return posNo; + } + + public void setPosNo(String posNo) { + this.posNo = posNo; + } + + public String getWorkerNo() { + return workerNo; + } + + public void setWorkerNo(String workerNo) { + this.workerNo = workerNo; + } + + public String getTradeNo() { + return tradeNo; + } + + public void setTradeNo(String tradeNo) { + this.tradeNo = tradeNo; + } + + public String getPayVoucherNo() { + return payVoucherNo; + } + + public void setPayVoucherNo(String payVoucherNo) { + this.payVoucherNo = payVoucherNo; + } + + public String getMemberId() { + return memberId; + } + + public void setMemberId(String memberId) { + this.memberId = memberId; + } + + public String getCardNo() { + return cardNo; + } + + public void setCardNo(String cardNo) { + this.cardNo = cardNo; + } + + public String getMobile() { + return mobile; + } + + public void setMobile(String mobile) { + this.mobile = mobile; + } + + public String getSchemeId() { + return schemeId; + } + + public void setSchemeId(String schemeId) { + this.schemeId = schemeId; + } + + public String getSchemeNo() { + return schemeNo; + } + + public void setSchemeNo(String schemeNo) { + this.schemeNo = schemeNo; + } + + public String getDetailId() { + return detailId; + } + + public void setDetailId(String detailId) { + this.detailId = detailId; + } + + public Double getAmount() { + return amount; + } + + public void setAmount(Double amount) { + this.amount = amount; + } + + public Double getGiftAmount() { + return giftAmount; + } + + public void setGiftAmount(Double giftAmount) { + this.giftAmount = giftAmount; + } + + public Double getGiftPoint() { + return giftPoint; + } + + public void setGiftPoint(Double giftPoint) { + this.giftPoint = giftPoint; + } + + public Double getPreAmount() { + return preAmount; + } + + public void setPreAmount(Double preAmount) { + this.preAmount = preAmount; + } + + public Double getAftAmount() { + return aftAmount; + } + + public void setAftAmount(Double aftAmount) { + this.aftAmount = aftAmount; + } + + public Double getPrePoint() { + return prePoint; + } + + public void setPrePoint(Double prePoint) { + this.prePoint = prePoint; + } + + public Double getAftPoint() { + return aftPoint; + } + + public void setAftPoint(Double aftPoint) { + this.aftPoint = aftPoint; + } + + public String getGiftDetail() { + return giftDetail; + } + + public void setGiftDetail(String giftDetail) { + this.giftDetail = giftDetail; + } + + public String getBatchNo() { + return batchNo; + } + + public void setBatchNo(String batchNo) { + this.batchNo = batchNo; + } + + public String getSerialNo() { + return serialNo; + } + + public void setSerialNo(String serialNo) { + this.serialNo = serialNo; + } + + public String getTradeTime() { + return tradeTime; + } + + public void setTradeTime(String tradeTime) { + this.tradeTime = tradeTime; + } + + public int getStatus() { + return status; + } + + public void setStatus(int status) { + this.status = status; + } + + public String getResult() { + return result; + } + + public void setResult(String result) { + this.result = result; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinUser.java b/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinUser.java new file mode 100644 index 0000000..6d10630 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxdc/WeixinUser.java @@ -0,0 +1,577 @@ +package com.jwsaas.entity.wxdc; + +import java.util.Date; + +import org.apache.ibatis.type.Alias; + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * + * @author 张莹 + * + * @version 创建时间:2017-9-26 + * + * 表名称:微信用戶信息 + * + * 数据表:wx_weixin_user + * + */ +@Alias(com.jwsaas.Constants.WXDC_SIGN + "WeixinUser") +public class WeixinUser extends BaseWeixinEntity { + + private static final long serialVersionUID = 1707398724730151390L; + + /** + *租户标识 + */ + private String tenantCode; + + /** + *openid + */ + private String openid; + + /** + *unionid + */ + private String unionid; + + /** + *登陆标识 + */ + private Integer loginFlag; + + /** + *最后登录时间 + */ + private Date lastLoginTime; + + /** + *昵称 + */ + private String nickname; + + /** + *性别 + */ + private Integer sex; + + /** + *省份 + */ + private String province; + + /** + *城市 + */ + private String city; + + /** + *国家 + */ + private String country; + + /** + *语言 + */ + private String language; + + /** + *地理位置纬度 + */ + private String latitude; + + /** + *地理位置经度 + */ + private String longitude; + + /** + *地理位置精度 + */ + private String wprecision; + + /** + *头像 + */ + private String headimgurl; + + /** + *是否关注 + */ + private Integer isSubscribe; + + /** + *关注时间 + */ + private String subscribeTime; + + /** + *分组ID + */ + private String groupid; + + /** + *会员备注 + */ + private String remark; + + /** + *状态 + */ + private Integer status; + + /** + *备注说明 + */ + private String description; + + /** + *扩展信息 + */ + private String extendInfo; + + /** + * 手机号 + */ + private String mobile; + + /** + * 会员卡手机号 + */ + private String vipMobile; + + /** + * 字段名称 :租户标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getTenantCode() { + return this.tenantCode; + } + + /** + * 字段名称 :租户标识 + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + + /** + * 字段名称 :openid + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getOpenid() { + return this.openid; + } + + /** + * 字段名称 :openid + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setOpenid(String openid) { + this.openid = openid; + } + + + /** + * 字段名称 :unionid + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public String getUnionid() { + return this.unionid; + } + + /** + * 字段名称 :unionid + * 数据类型 :varchar(64) + * 是否必填 :false + */ + public void setUnionid(String unionid) { + this.unionid = unionid; + } + + /** + * 字段名称 :登陆标识 + * 数据类型 :int(4) + * 是否必填 :false + */ + public Integer getLoginFlag() { + return this.loginFlag; + } + + /** + * 字段名称 :登陆标识 + * 数据类型 :int(4) + * 是否必填 :false + */ + public void setLoginFlag(Integer loginFlag) { + this.loginFlag = loginFlag; + } + + + /** + * 字段名称 :最后登录时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public Date getLastLoginTime() { + return this.lastLoginTime; + } + + /** + * 字段名称 :最后登录时间 + * 数据类型 :datetime + * 是否必填 :false + */ + public void setLastLoginTime(Date lastLoginTime) { + this.lastLoginTime = lastLoginTime; + } + + + /** + * 字段名称 :昵称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getNickname() { + return this.nickname; + } + + /** + * 字段名称 :昵称 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setNickname(String nickname) { + this.nickname = nickname; + } + + + /** + * 字段名称 :性别 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getSex() { + return this.sex; + } + + /** + * 字段名称 :性别 + * 数据类型 :int + * 是否必填 :false + */ + public void setSex(Integer sex) { + this.sex = sex; + } + + + /** + * 字段名称 :省份 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getProvince() { + return this.province; + } + + /** + * 字段名称 :省份 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setProvince(String province) { + this.province = province; + } + + + /** + * 字段名称 :城市 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCity() { + return this.city; + } + + /** + * 字段名称 :城市 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCity(String city) { + this.city = city; + } + + + /** + * 字段名称 :国家 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getCountry() { + return this.country; + } + + /** + * 字段名称 :国家 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setCountry(String country) { + this.country = country; + } + + + /** + * 字段名称 :语言 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getLanguage() { + return this.language; + } + + /** + * 字段名称 :语言 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setLanguage(String language) { + this.language = language; + } + + + /** + * 字段名称 :地理位置纬度 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getLatitude() { + return this.latitude; + } + + /** + * 字段名称 :地理位置纬度 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setLatitude(String latitude) { + this.latitude = latitude; + } + + + /** + * 字段名称 :地理位置经度 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getLongitude() { + return this.longitude; + } + + /** + * 字段名称 :地理位置经度 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setLongitude(String longitude) { + this.longitude = longitude; + } + + + /** + * 字段名称 :地理位置精度 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getWprecision() { + return this.wprecision; + } + + /** + * 字段名称 :地理位置精度 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setWprecision(String wprecision) { + this.wprecision = wprecision; + } + + + /** + * 字段名称 :头像 + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public String getHeadimgurl() { + return this.headimgurl; + } + + /** + * 字段名称 :头像 + * 数据类型 :varchar(1024) + * 是否必填 :false + */ + public void setHeadimgurl(String headimgurl) { + this.headimgurl = headimgurl; + } + + + /** + * 字段名称 :是否关注 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getIsSubscribe() { + return this.isSubscribe; + } + + /** + * 字段名称 :是否关注 + * 数据类型 :int + * 是否必填 :false + */ + public void setIsSubscribe(Integer isSubscribe) { + this.isSubscribe = isSubscribe; + } + + + /** + * 字段名称 :关注时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getSubscribeTime() { + return this.subscribeTime; + } + + /** + * 字段名称 :关注时间 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setSubscribeTime(String subscribeTime) { + this.subscribeTime = subscribeTime; + } + + + /** + * 字段名称 :分组ID + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public String getGroupid() { + return this.groupid; + } + + /** + * 字段名称 :分组ID + * 数据类型 :varchar(16) + * 是否必填 :false + */ + public void setGroupid(String groupid) { + this.groupid = groupid; + } + + + /** + * 字段名称 :会员备注 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public String getRemark() { + return this.remark; + } + + /** + * 字段名称 :会员备注 + * 数据类型 :varchar(32) + * 是否必填 :false + */ + public void setRemark(String remark) { + this.remark = remark; + } + + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public Integer getStatus() { + return this.status; + } + + /** + * 字段名称 :状态 + * 数据类型 :int + * 是否必填 :false + */ + public void setStatus(Integer status) { + this.status = status; + } + + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public String getDescription() { + return this.description; + } + + /** + * 字段名称 :备注说明 + * 数据类型 :varchar(128) + * 是否必填 :false + */ + public void setDescription(String description) { + this.description = description; + } + + + /** + * 字段名称 :扩展信息 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public String getExtendInfo() { + return this.extendInfo; + } + + /** + * 字段名称 :扩展信息 + * 数据类型 :varchar(256) + * 是否必填 :false + */ + public void setExtendInfo(String extendInfo) { + this.extendInfo = extendInfo; + } + + public String getMobile() { + return mobile; + } + + public void setMobile(String mobile) { + this.mobile = mobile; + } + + public String getVipMobile() { + return vipMobile; + } + + public void setVipMobile(String vipMobile) { + this.vipMobile = vipMobile; + } + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/entity/wxyh/BaseWeixinYHEntity.java b/food-api/src/main/java/com/jwsaas/entity/wxyh/BaseWeixinYHEntity.java new file mode 100644 index 0000000..821e239 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxyh/BaseWeixinYHEntity.java @@ -0,0 +1,20 @@ +package com.jwsaas.entity.wxyh; + +import com.jwsaas.entity.BaseEntity; + +public abstract class BaseWeixinYHEntity extends BaseEntity { + + private static final long serialVersionUID = -5133020566582992612L; + + /** 微信公众号标识 */ + private String wid; + + public String getWid() { + return wid; + } + + public void setWid(String wid) { + this.wid = wid; + } + +} diff --git a/food-api/src/main/java/com/jwsaas/entity/wxyh/WeixinUser.java b/food-api/src/main/java/com/jwsaas/entity/wxyh/WeixinUser.java new file mode 100644 index 0000000..cb32133 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/entity/wxyh/WeixinUser.java @@ -0,0 +1,304 @@ +package com.jwsaas.entity.wxyh; + +import java.util.Date; + +import org.apache.ibatis.type.Alias; + + +//Generated from PowerDesigner file ,Written by 张莹. + +/** + * + * @author 娄许涛 + * + * @version 创建时间:2017-12-20 + * + * 表名称:小程序要货用戶信息 + * + * 数据表:wx_wxyh_user + * + */ +@Alias(com.jwsaas.Constants.WXYH_SIGN + "WeixinUser") +public class WeixinUser extends BaseWeixinYHEntity{ + + private static final long serialVersionUID = 1L; + + /** + *租户标识 + */ + private String tenantId; + + /** + *租户标识 + */ + private String tenantCode; + + /** + *门店Id + */ + private String storeId; + + /** + *门店编号 + */ + private String storeNo; + + /** + *门店名称 + */ + private String storeName; + + /** + *openid + */ + private String openid; + + /** + *用户id + */ + private String workerId; + + /** + *用户工号 + */ + private String workerNo; + + /** + *用户名称 + */ + private String workerName; + + /** + * 手机号 + */ + private String mobile; + + + /** + *昵称 + */ + private String nickName; + + /** + *性别 + */ + private Integer sex; + + /** + *省份 + */ + private String province; + + /** + *城市 + */ + private String city; + + /** + *国家 + */ + private String country; + + /** + *语言 + */ + private String language; + + /** + *头像 + */ + private String headimgurl; + + public String getTenantId() { + return tenantId; + } + + public void setTenantId(String tenantId) { + this.tenantId = tenantId; + } + + public String getTenantCode() { + return tenantCode; + } + + public void setTenantCode(String tenantCode) { + this.tenantCode = tenantCode; + } + + public String getStoreId() { + return storeId; + } + + public void setStoreId(String storeId) { + this.storeId = storeId; + } + + public String getStoreNo() { + return storeNo; + } + + public void setStoreNo(String storeNo) { + this.storeNo = storeNo; + } + + public String getStoreName() { + return storeName; + } + + public void setStoreName(String storeName) { + this.storeName = storeName; + } + + public String getOpenid() { + return openid; + } + + public void setOpenid(String openid) { + this.openid = openid; + } + + public String getWorkerId() { + return workerId; + } + + public void setWorkerId(String workerId) { + this.workerId = workerId; + } + + public String getWorkerNo() { + return workerNo; + } + + public void setWorkerNo(String workerNo) { + this.workerNo = workerNo; + } + + public String getWorkerName() { + return workerName; + } + + public void setWorkerName(String workerName) { + this.workerName = workerName; + } + + public String getMobile() { + return mobile; + } + + public void setMobile(String mobile) { + this.mobile = mobile; + } + + public String getNickName() { + return nickName; + } + + public void setNickName(String nickName) { + this.nickName = nickName; + } + + public Integer getSex() { + return sex; + } + + public void setSex(Integer sex) { + this.sex = sex; + } + + public String getProvince() { + return province; + } + + public void setProvince(String province) { + this.province = province; + } + + public String getCity() { + return city; + } + + public void setCity(String city) { + this.city = city; + } + + public String getCountry() { + return country; + } + + public void setCountry(String country) { + this.country = country; + } + + public String getLanguage() { + return language; + } + + public void setLanguage(String language) { + this.language = language; + } + + public String getHeadimgurl() { + return headimgurl; + } + + public void setHeadimgurl(String headimgurl) { + this.headimgurl = headimgurl; + } + + public static long getSerialversionuid() { + return serialVersionUID; + } + +// /** +// *地理位置纬度 +// */ +// private String latitude; +// +// /** +// *地理位置经度 +// */ +// private String longitude; +// +// /** +// *地理位置精度 +// */ +// private String wprecision; + +// /** +// *是否关注 +// */ +// private Integer isSubscribe; +// +// /** +// *关注时间 +// */ +// private String subscribeTime; +// +// /** +// *分组ID +// */ +// private String groupid; +// +// /** +// *会员备注 +// */ +// private String remark; +// +// /** +// *状态 +// */ +// private Integer status; +// +// /** +// *备注说明 +// */ +// private String description; +// +// /** +// *扩展信息 +// */ +// private String extendInfo; + + + +} \ No newline at end of file diff --git a/food-api/src/main/java/com/jwsaas/service/BaseService.java b/food-api/src/main/java/com/jwsaas/service/BaseService.java new file mode 100644 index 0000000..779fd5a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/BaseService.java @@ -0,0 +1,289 @@ +package com.jwsaas.service; + +import java.io.Serializable; +import java.util.List; +import java.util.Map; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.BaseEntity; +import com.jwsaas.pager.Pager; + +/** + * Service接口 - Service接口基类 + */ +public interface BaseService { + + /** + * 根据主键获取唯一的实体对象. + * + * @param tenantId + * 租户标识 + * @param id + * 主键 + * @return + * @throws ServiceException + */ + T get(String tenantId, PK id) throws Exception; + + /** + * + * @param tenantId + * 租户标识 + * @param property + * 属性名 + * @param value + * 属性值 + * @return + * @throws Exception + */ + T find(String tenantId, String property, Object value) throws Exception; + + /** + * 根据列名和值查询数据列表 + * + * @param tenantId + * 租户标识 + * @param property + * 属性名 + * @param value + * 属性值 + * @return + * @throws Exception + */ + List findList(String tenantId, String property, Object value) throws Exception; + + /** + * 根据主键ID获取数据列表 + * + * @param tenantId + * 租户标识 + * @param ids + * 主键集合 + * @return + * @throws Exception + */ + List findListByIds(String tenantId, List ids) throws Exception; + + /** + * 保存实体对象 + * + * @param tenantId + * 租户标识 + * @param entity + * 实体对象 + * @return + * @throws Exception + */ + T save(String tenantId, T entity) throws Exception; + + /** + * 批量保存实体对象 + * + * @param tenantId + * 租户标识 + * @param entity + * 实体对象集合 + * @return + * @throws Exception + */ + Integer save(String tenantId, List entity) throws Exception; + + /** + * 修改对象 + * + * @param tenantId + * 租户标识 + * @param entity + * 实体对象 + * @return + * @throws Exception + */ + Integer update(String tenantId, T entity) throws Exception; + + /** + * 批量修改对象 + * + * @param tenantId + * 租户标识 + * @param entity + * 实体对象集合 + * @return + * @throws Exception + */ + Integer update(String tenantId, List entity) throws Exception; + + /** + * 删除对象 + * + * @param tenantId + * 租户标识 + * @param id + * 对象ID + * @return + * @throws Exception + */ + Integer delete(String tenantId, PK id) throws Exception; + + /** + * 批量删除对象 + * + * @param tenantId + * 租户标识 + * @param ids + * 对象ID集合 + * @return + * @throws Exception + */ + Integer delete(String tenantId, List ids) throws Exception; + + /** + * 获取分页数据 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager getPager(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取列表数据 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @return + * @throws Exception + */ + List getList(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取当前总记录数 + * + * @param tenantId + * 租户标识 + * @return + * @throws Exception + */ + Long getTotalCount(String tenantId) throws Exception; + + /** + * 根据属性和值判断记录是否存在 + * + * @param tenantId + * 租户标识 + * @param property + * 属性名 + * @param value + * 属性值 + * @return + * @throws DataSourceDescriptorException + * @throws ServiceException + */ + Boolean isExist(String tenantId, String property, Object value) throws Exception; + + /** + * 根据列名和值删除数据 + * + * @param tenantId + * 租户标识 + * @param property + * 列名称 + * @param value + * 列值 + * @return + * @throws Exception + */ + Integer deleteByProperty(String tenantId, String property, Object value) throws Exception; + + /** + * 根据动态条件删除数据 + * + * @param tenantId + * 租户标识 + * @param criteria + * 动态条件,不能为空 + * @return + * @throws Exception + */ + Integer deleteByCriteria(String tenantId, Criteria criteria) throws Exception; + + /** + * 批量删除对象 + * + * @param tenantId + * 租户标识 + * @param ids + * @return + * @throws Exception + */ + Integer deleteByIds(String tenantId, List ids) throws Exception; + + /** + * 根据SQL语句获取集合列表,建议应用在实体对象不明确、复杂查询和报表统计方法中 + * + * @param tenantId + * 租户ID + * @param sql + * SQL + * @return List集合 + * @throws Exception + */ + List> selectList(String tenantId, String sql) throws Exception; + + /** + * 根据SQL语句获取集合,建议应用在实体对象不明确、复杂查询和报表统计方法中 + * + * @param tenantId + * 租户ID + * @param sql + * SQL + * @return Map对象 + * @throws Exception + */ + Map selectOne(String tenantId, String sql) throws Exception; + + /** + * 根据SQL获取分页集合,建议应用在实体对象不明确、复杂查询和报表统计方法中 + * + * @param tenantId + * 租户ID + * @param sql + * SQL + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager selectPager(String tenantId, String sql, Pager pager) throws Exception; + + /** + * 批量删除对象(逻辑删除) + * + * @param tenantId + * 租户标识 + * @param ids + * @return + * @throws Exception + */ + Integer deleteByIdsLogical(String tenantId, List ids, String currentUser) throws Exception; + + /** + * 获取最大编号 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @return + * @throws Exception + */ + String getMaxNo(String tenantId, Criteria criteria) throws Exception; + + +} diff --git a/food-api/src/main/java/com/jwsaas/service/HelloService.java b/food-api/src/main/java/com/jwsaas/service/HelloService.java new file mode 100644 index 0000000..b59c402 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/HelloService.java @@ -0,0 +1,10 @@ +package com.jwsaas.service; + +/** + * Hello接口 + */ +public interface HelloService { + + public String sayHello(String tenantId) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/TenantService.java b/food-api/src/main/java/com/jwsaas/service/TenantService.java new file mode 100644 index 0000000..ca22f97 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/TenantService.java @@ -0,0 +1,10 @@ +package com.jwsaas.service; + +import com.jwsaas.entity.Tenant; + +/** + * 租户管理数据接口 + */ +public interface TenantService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/AdjustPriceProductService.java b/food-api/src/main/java/com/jwsaas/service/food/AdjustPriceProductService.java new file mode 100644 index 0000000..a9ae305 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/AdjustPriceProductService.java @@ -0,0 +1,34 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.AdjustPriceProduct; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 调价商品数据接口 + */ +public interface AdjustPriceProductService extends BaseService { + + /** + * 获取列表数据,包含商品信息(商品编码,商品名称,规格编码,规格名称等) + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取分页集合对象 + * + * @param tenantId + * 租户ID + * @param criteria + * 查询条件 + * @param pageBounds + * 分页参数 + * @return 分页对象 + */ + Pager getPagerExtend(String tenantId, Criteria criteria, Pager pager) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/AdjustPriceStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/AdjustPriceStoreService.java new file mode 100644 index 0000000..5488a30 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/AdjustPriceStoreService.java @@ -0,0 +1,19 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.AdjustPriceStore; +import com.jwsaas.service.BaseService; + +/** + * 调价单门店明细数据接口 + */ +public interface AdjustPriceStoreService extends BaseService { + + /** + * 获取列表数据,包含门店名称 + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/AdjustPriceTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/AdjustPriceTicketService.java new file mode 100644 index 0000000..5df2fad --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/AdjustPriceTicketService.java @@ -0,0 +1,56 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.AdjustPriceProduct; +import com.jwsaas.entity.food.AdjustPriceStore; +import com.jwsaas.entity.food.AdjustPriceTicket; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 商品调价单据数据接口 + */ +public interface AdjustPriceTicketService extends BaseService { + + /** + * 保存商品调价单 + * + * @param tenantId + * @param ticket + * 调价单主单据 + * @param storeList + * 门店 + * @param productList + * 商品 + * @return + * @throws Exception + */ + AdjustPriceTicket saveTicket(String tenantId, AdjustPriceTicket ticket, List storeList, List productList) throws Exception; + + /** + * 修改商品调价单 + * + * @param tenantId + * @param ticket + * 调价单主单据 + * @param storeList + * 门店 + * @param productList + * 商品 + * @return + * @throws Exception + */ + Integer updateTicket(String tenantId, AdjustPriceTicket ticket, List storeList, List productList) throws Exception; + + + /** + * 获取指定门店调价单 + * + * @param tenantId + * @return + * @throws Exception + */ + Pager getPagerByStoreId(String tenantId, Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/AdvertCaptionService.java b/food-api/src/main/java/com/jwsaas/service/food/AdvertCaptionService.java new file mode 100644 index 0000000..a2fca7f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/AdvertCaptionService.java @@ -0,0 +1,76 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.AdvertCaption; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 双屏广告字幕数据接口 + */ +public interface AdvertCaptionService extends BaseService { + + /** + * 根据广告字幕ID,获取已关联该广告字幕的门店信息分页数据 + */ + Pager getPager4RelatedStore(String tenantId, String advertCaptionId, Criteria criteria, Pager pager) throws Exception; + + /** + * 根据广告字幕ID,获取未关联该广告字幕的门店信息分页数据 + */ + Pager getPager4UnRelatedStore(String tenantId, String advertCaptionId, Criteria criteria, Pager pager) throws Exception; + + /** + * 保存广告字幕关联门店信息 + * + * @param tenantId + * @param advertCaptionId + * 广告字幕ID + * @param isAll + * 是否全部 (true-全部,false-不是全部) + * @param storeIdList + * 门店ID列表(isAll为false时生效) + * @param currentUser + * 操作人 + * @throws Exception + */ + void saveStoreRelated(String tenantId, String advertCaptionId, Boolean isAll, List storeIdList, String currentUser) throws Exception; + + /** + * 取消/删除广告字幕关联门店信息 + * + * @param tenantId + * @param advertCaptionId + * 广告字幕ID + * @param isAll + * 是否全部 (true-全部,false-不是全部) + * @param storeIdList + * 门店ID列表(isAll为false时生效) + * @param currentUser + * 操作人 + * @throws Exception + */ + void deleteStoreRelated(String tenantId, String advertCaptionId, Boolean isAll, List storeIdList, String currentUser) throws Exception; + + /** + * 根据门店ID获取门店双屏滚动字幕 + * + * @param tenantId + * @param storeId + * @return + * @throws Exception + */ + public List getListBystoreId(String tenantId, String storeId) throws Exception; + + /** + * 删除所选门店与广告字幕关联信息 + * @param tenantId + * @param storeId + * @param captionIds + * @return + * @throws Exception + */ + Integer deleteRelationByStoreId(String tenantId, String storeId, List captionIds) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/AdvertPictureService.java b/food-api/src/main/java/com/jwsaas/service/food/AdvertPictureService.java new file mode 100644 index 0000000..44e23a3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/AdvertPictureService.java @@ -0,0 +1,91 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.AdvertPicture; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 双屏广告图片数据接口 + */ +public interface AdvertPictureService extends BaseService { + + /** + * 根据广告图片ID,获取已关联该广告图片的门店信息分页数据 + */ + Pager getPager4RelatedStore(String tenantId, String pictureId, Criteria criteria, Pager pager) throws Exception; + + /** + * 根据广告图片ID,获取未关联该广告图片的门店信息分页数据 + */ + Pager getPager4UnRelatedStore(String tenantId, String pictureId, Criteria criteria, Pager pager) throws Exception; + + /** + * 保存广告图片关联门店信息 + * + * @param tenantId + * @param pictureId + * 广告图片ID + * @param isAll + * 是否全部 (true-全部,false-不是全部) + * @param storeIdList + * 门店ID列表(isAll为false时生效) + * @param currentUser + * 操作人 + * @throws Exception + */ + void saveStoreRelated(String tenantId, String pictureId, Boolean isAll, List storeIdList, String currentUser) throws Exception; + + /** + * 取消/删除广告图片关联门店信息 + * + * @param tenantId + * @param pictureId + * 广告图片ID + * @param isAll + * 是否全部 (true-全部,false-不是全部) + * @param storeIdList + * 门店ID列表(isAll为false时生效) + * @param currentUser + * 操作人 + * @throws Exception + */ + void deleteStoreRelated(String tenantId, String pictureId, Boolean isAll, List storeIdList, String currentUser) throws Exception; + + /** + * 根据门店ID获取门店双屏广告 + * @param tenantId + * @param storeId + * @return + * @throws Exception + */ + public List getListBystoreId(String tenantId, String storeId) throws Exception; + + /** + * 保存广告图片门店关联信息 + * + * @param tenantId + * @param onRelation + * true-关联,false-取消关联 + * @param storeIdList + * 门店ID列表 + * @param idList + * 广告图片ID列表 + * @param currentUser + * 操作人 + * @throws Exception + */ + void saveStoreRelatedExtend(String tenantId, Boolean onRelation, List storeIdList, List idList, String currentUser) throws Exception; + + /** + * 删除所选门店与图片关联信息 + * @param tenantId + * @param storeId + * @param pictureIds + * @return + * @throws Exception + */ + Integer deleteRelationByStoreId(String tenantId, String storeId, List pictureIds) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/AgentService.java b/food-api/src/main/java/com/jwsaas/service/food/AgentService.java new file mode 100644 index 0000000..9982073 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/AgentService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.Agent; +import com.jwsaas.service.BaseService; + +/** + * 总部代理商信息数据接口 + */ +public interface AgentService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/AgentStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/AgentStoreService.java new file mode 100644 index 0000000..c18318e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/AgentStoreService.java @@ -0,0 +1,60 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.AgentStore; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 总部代理商门店关联数据接口 + */ +public interface AgentStoreService extends BaseService { + + /** + * 根据代理商id获取valueId集合; + * @param tenantId + * @param valueType 1-区域;2-门店; + * @param agentId + * @return + * @throws Exception + */ + List getValueIdsByAgentId(String tenantId, Integer valueType, String agentId) throws Exception; + + /** + * 获取门店信息详情分页; + * @param tenantId + * @param criteria + * @param pager + * @return + */ + Pager getPagerExtend(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取门店信息详情; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取代理商区域下门店id集合; + * @param tenantId + * @param agentId + * @return + * @throws Exception + */ + List getStoreIdsByAreaValueId(String tenantId, String agentId) throws Exception; + + /** + * 获取代理商下所有门店ID; + * @param tenantId + * @param agentId + * @return + * @throws Exception + */ + List getAllStoreIdsByAgentId(String tenantId, String agentId) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/AskGoodsDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/AskGoodsDetailService.java new file mode 100644 index 0000000..cf7c2c4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/AskGoodsDetailService.java @@ -0,0 +1,62 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.AskGoodsDetail; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 要货单明细数据接口 + */ +public interface AskGoodsDetailService extends BaseService { + + /** + * 要货单 + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerWithDispatch(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取要货汇总数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListByAskGoodsSummary(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取要货汇总数据(分页); + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerByAskGoodsSummary(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取带有商品分类信息的要货汇总数据(分页); + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerWithTypeIdByAskGoodsSummary(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取带有商品分类信息的要货汇总数据 + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListWithTypeIdByAskGoodsSummary(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTemplateDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTemplateDetailService.java new file mode 100644 index 0000000..395624c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTemplateDetailService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.AskGoodsTemplateDetail; +import com.jwsaas.service.BaseService; + +/** + * 要货单模板明细数据接口 + */ +public interface AskGoodsTemplateDetailService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTemplateService.java b/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTemplateService.java new file mode 100644 index 0000000..1d8579e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTemplateService.java @@ -0,0 +1,74 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.AskGoodsTemplate; +import com.jwsaas.entity.food.AskGoodsTemplateDetail; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 要货单模板数据接口 + */ +public interface AskGoodsTemplateService extends BaseService { + + /** + * 保存模板,模板明细,模板对应门店Id; + * + * @param tenantId + * @param askGoodsTemplate + * @param storeIds + * @param specIds + * @return + */ + Integer saveTemplateDetailAndStores(String tenantId, AskGoodsTemplate askGoodsTemplate, List storeIds, List specIds, List descriptions) throws Exception; + + /** + * 更新模板,模板明细,模板对应门店Id; + * + * @param tenantId + * @param askGoodsTemplate + * @param storeList + * @param specIds + * @return + */ + Integer updateTemplateDetailAndStores(String tenantId, AskGoodsTemplate askGoodsTemplate, List storeList, List specIds, List descriptions) throws Exception; + + /** + * 删除要货模板,对应门店Id、对应明细; + * + * @param tenantId + * @param id + * @return + */ + Integer deleteStoreAndDetailsById(String tenantId, String id) throws Exception; + + /** + * 根据门店ID,获取该门店可用模板信息 + */ + Pager getPagerByStoreId(String tenantId, Criteria criteria, Pager pager, String storeId) throws Exception; + + /** + * 新增要货模板 + * + * @param tenantId + * @param ticket + * @param detail + * @return + * @throws Exception + */ + public String saveAskGoodsTemplate(String tenantId, AskGoodsTemplate template, List detail) throws Exception; + + /** + * 新增要货模板 + * + * @param tenantId + * @param ticket + * @param detail + * @return + * @throws Exception + */ + public String updateAskGoodsTemplate(String tenantId, AskGoodsTemplate template, List detail) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTemplateStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTemplateStoreService.java new file mode 100644 index 0000000..1a5f50b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTemplateStoreService.java @@ -0,0 +1,21 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.AskGoodsTemplateStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 要货单模板门店关联数据接口 + */ +public interface AskGoodsTemplateStoreService extends BaseService { + + /** + * 门店信息列表 + * @param tenantId + * @param criteria + * @return + */ + List getStoreInfoList(String tenantId, Criteria criteria,boolean isBatch); +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTicketLogService.java b/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTicketLogService.java new file mode 100644 index 0000000..6324689 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTicketLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.AskGoodsTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 要货操作记录数据接口 + */ +public interface AskGoodsTicketLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTicketPayService.java b/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTicketPayService.java new file mode 100644 index 0000000..8af8200 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTicketPayService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.AskGoodsTicketPay; +import com.jwsaas.service.BaseService; + +/** + * 要货单付款明细数据接口 + */ +public interface AskGoodsTicketPayService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTicketService.java new file mode 100644 index 0000000..f085357 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/AskGoodsTicketService.java @@ -0,0 +1,69 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.AskGoodsDetail; +import com.jwsaas.entity.food.AskGoodsTicket; +import com.jwsaas.entity.food.AskGoodsTicketLog; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 要货单数据接口 + */ +public interface AskGoodsTicketService extends BaseService { + + /** + * 新增要货单据 + * + * @param tenantId + * @param ticket + * @param detail + * @return + * @throws Exception + */ + public String saveAskGoodsTicket(String tenantId, AskGoodsTicket ticket, List detail,AskGoodsTicketLog log) throws Exception; + + /** + * 修改要货单据 + * + * @param tenantId + * @param ticket + * @param detail + * @return + * @throws Exception + */ + public String updateAskGoodsTicket(String tenantId, AskGoodsTicket ticket, List detail,AskGoodsTicketLog log) throws Exception; + + /** + * 更改要货单状态 + * + * @param tenantId + * 租户标识 + * @param entity + * 实体对象 + * @return + * @throws Exception + */ + public String updateAskGoodsTicketStatus(String tenantId, AskGoodsTicket ticket,AskGoodsTicketLog log) throws Exception; + + /** + * 根据条件获取要货单id集合; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getTicketIdsList(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取含有配送单的分页信息; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerWithDispatch(String tenantId, Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/BaiduFoodService.java b/food-api/src/main/java/com/jwsaas/service/food/BaiduFoodService.java new file mode 100644 index 0000000..3998abf --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/BaiduFoodService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.BaiduFood; +import com.jwsaas.service.BaseService; + +/** + * 百度菜品信息数据接口 + */ +public interface BaiduFoodService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/BaiduOrderProductService.java b/food-api/src/main/java/com/jwsaas/service/food/BaiduOrderProductService.java new file mode 100644 index 0000000..2349b23 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/BaiduOrderProductService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.BaiduOrderProduct; +import com.jwsaas.service.BaseService; + +/** + * 百度外卖订单商品信息数据接口 + */ +public interface BaiduOrderProductService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/BaiduOrderService.java b/food-api/src/main/java/com/jwsaas/service/food/BaiduOrderService.java new file mode 100644 index 0000000..b970aab --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/BaiduOrderService.java @@ -0,0 +1,25 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.BaiduOrder; +import com.jwsaas.entity.food.BaiduOrderProduct; +import com.jwsaas.service.BaseService; + +/** + * 百度外卖订单数据接口 + */ +public interface BaiduOrderService extends BaseService { + + /** + * 百度外卖订单存储 + * + * @param tenantId + * @param order + * @param product + * @return + * @throws Exception + */ + public String saveOrder(String tenantId, BaiduOrder order, List product) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/BrandService.java b/food-api/src/main/java/com/jwsaas/service/food/BrandService.java new file mode 100644 index 0000000..a3bf822 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/BrandService.java @@ -0,0 +1,26 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.Brand; +import com.jwsaas.service.BaseService; + +/** + * 品牌管理数据接口 + */ +public interface BrandService extends BaseService { + + String selectMaxValue(String tenantId, String property) throws Exception; + + /** + * 获取列表数据 + * + * @param tenantId + * 租户标识 + * @param storeId + * 门店ID + * @return + * @throws Exception + */ + List getListBystoreId(String tenantId, String storeId) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/BusinessPlanDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/BusinessPlanDetailService.java new file mode 100644 index 0000000..0aacb1a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/BusinessPlanDetailService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.BusinessPlanDetail; +import com.jwsaas.service.BaseService; + +/** + * 营业日方案班次数据接口 + */ +public interface BusinessPlanDetailService extends BaseService { + + /** + * 获取门店营业日方案班次 + * + * @param tenantId + * @param storeId + * @return + * @throws Exception + */ + public List getBusinessPlanDetailByStoreId(String tenantId, String storeId) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/BusinessPlanService.java b/food-api/src/main/java/com/jwsaas/service/food/BusinessPlanService.java new file mode 100644 index 0000000..827ff3f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/BusinessPlanService.java @@ -0,0 +1,86 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.BusinessPlan; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 营业日方案数据接口 + */ +public interface BusinessPlanService extends BaseService { + + String selectMaxValue(String tenantId, String property) throws Exception; + + /** + * 获取门店营业日方案 + * + * @param tenantId + * @param storeId + * @return + * @throws Exception + */ + public List getBusinessPlanByStoreId(String tenantId, String storeId) throws Exception; + + /** + * 根据营业日方案ID,获取应用该方案的门店列表 + * + * @param tenantId + * @param planId + * 营业日方案ID + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerForStore(String tenantId, String planId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取没有应用营业日方案的门店列表 + * + * @param tenantId + * @param storeAreaId + * 门店区域ID + * @param storeTypeId + * 门店类型ID + * @param brandId + * 品牌ID + * @param property + * 搜索属性 + * @param keyword + * 关键字 + * @param pager + * @return + * @throws Exception + */ + Pager getPagerForStoreNoPlan(String tenantId, String storeAreaId, String storeTypeId, String brandId, String property, String keyword, Pager pager) throws Exception; + + /** + * 保存营业日方案应用门店信息 + * + * @param tenantId + * @param planId + * 营业日方案ID + * @param storeIdList + * 门店ID列表 + * @return + * @throws Exception + */ + Integer saveStoreRelation(String tenantId, String planId, List storeIdList) throws Exception; + + /** + * 刪除营业日方案应用门店信息 + * + * @param tenantId + * @param planId + * 营业日方案ID + * @param storeIdList + * 门店ID列表 + * @return + * @throws Exception + */ + Integer deleteStoreRelation(String tenantId, String planId, List storeIdList) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CandaoStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/CandaoStoreService.java new file mode 100644 index 0000000..d5da0c1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CandaoStoreService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CandaoStore; +import com.jwsaas.service.BaseService; + +/** + * 餐道门店信息数据接口 + */ +public interface CandaoStoreService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CategoryService.java b/food-api/src/main/java/com/jwsaas/service/food/CategoryService.java new file mode 100644 index 0000000..fe56ba7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CategoryService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.Category; +import com.jwsaas.service.BaseService; + +/** + * 数据字典数据接口 + */ +public interface CategoryService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CheckTemplateDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/CheckTemplateDetailService.java new file mode 100644 index 0000000..843536b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CheckTemplateDetailService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CheckTemplateDetail; +import com.jwsaas.service.BaseService; + +/** + * 总部库存盘点模板明细数据接口 + */ +public interface CheckTemplateDetailService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CheckTemplateService.java b/food-api/src/main/java/com/jwsaas/service/food/CheckTemplateService.java new file mode 100644 index 0000000..32c1c1d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CheckTemplateService.java @@ -0,0 +1,42 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CheckTemplate; +import com.jwsaas.entity.food.CheckTemplateDetail; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 总部库存盘点模板数据接口 + */ +public interface CheckTemplateService extends BaseService { + + /** + *保存模板、模板明细; + * @param tenantId + * @param template + * @param details + * @return + * @throws Exception + */ + Integer saveTemplateAndDetail(String tenantId, CheckTemplate template, List details) throws Exception; + + /** + * 更新模板、模板明细; + * @param tenantId + * @param template + * @param details + * @return + * @throws Exception + */ + Integer updateTemplateAndDetail(String tenantId, CheckTemplate template, List details) throws Exception; + + /** + * 删除模板、模板明细; + * @param tenantId + * @param sids + * @return + * @throws Exception + */ + Integer deleteTemplateAndDetail(String tenantId, List sids) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CheckTicketDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/CheckTicketDetailService.java new file mode 100644 index 0000000..580fec4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CheckTicketDetailService.java @@ -0,0 +1,34 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.CheckTicketDetail; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 总部库存盘点单明细数据接口 + */ +public interface CheckTicketDetailService extends BaseService { + + /** + * 关联盘点单信息; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getExtendsPager(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 关联盘点单信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getExtendsList(String tenantId, Criteria criteria) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CheckTicketLogService.java b/food-api/src/main/java/com/jwsaas/service/food/CheckTicketLogService.java new file mode 100644 index 0000000..6bd755a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CheckTicketLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CheckTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 总部盘点单操作记录数据接口 + */ +public interface CheckTicketLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CheckTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/CheckTicketService.java new file mode 100644 index 0000000..e387e72 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CheckTicketService.java @@ -0,0 +1,71 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CheckTicket; +import com.jwsaas.entity.food.CheckTicketDetail; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 总部库存盘点单数据接口 + */ +public interface CheckTicketService extends BaseService { + + /** + * 保存单据、单据明细; + * @param tenantId + * @param ticket + * @param details + * @return + * @throws Exception + */ + Integer saveTicketAndDetails(String tenantId, CheckTicket ticket, List details) throws Exception; + + /** + * 更新盘点明细; + * @param tenantId + * @param ticketIds + * @param details + * @return + * @throws Exception + */ + Integer updateDetailsAndTicketIds(String tenantId, List ticketIds, List details,String userName) throws Exception; + + /** + * 作废盘点单; + * @param tenantId + * @param storageId + * @return + * @throws Exception + */ + Integer updateInvalid(String tenantId, String storageId,String userName) throws Exception; + + /** + * 审核盘点单简易方法; + * @param tenantId + * @param storageId + * @param userName + * @return + * @throws Exception + */ + Integer updateAuditEasy(String tenantId, String storageId, String userName) throws Exception; + + /** + * 审核盘点单,根据明细进行出入库操作; + * @param tenantId + * @param storageId + * @param userName + * @return + * @throws Exception + */ + Integer updateAudit(String tenantId, String storageId, String userName) throws Exception; + + /** + * 删除盘点明细,判断单据是否还有明细删除单据; + * @param tenantId + * @param id + * @return + * @throws Exception + */ + Integer deleteDetailByDetailId(String tenantId, String id,String userName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CostFeeItemService.java b/food-api/src/main/java/com/jwsaas/service/food/CostFeeItemService.java new file mode 100644 index 0000000..b7043b8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CostFeeItemService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CostFeeItem; +import com.jwsaas.service.BaseService; + +/** + * 成本费用项目数据接口 + */ +public interface CostFeeItemService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CostFeeTypeService.java b/food-api/src/main/java/com/jwsaas/service/food/CostFeeTypeService.java new file mode 100644 index 0000000..f299cbd --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CostFeeTypeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CostFeeType; +import com.jwsaas.service.BaseService; + +/** + * 成本费用项目分类数据接口 + */ +public interface CostFeeTypeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CostTicketPayTypeService.java b/food-api/src/main/java/com/jwsaas/service/food/CostTicketPayTypeService.java new file mode 100644 index 0000000..bf2ea21 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CostTicketPayTypeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CostTicketPayType; +import com.jwsaas.service.BaseService; + +/** + * 经营会计报表支付方式统计数据接口 + */ +public interface CostTicketPayTypeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductChangeService.java b/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductChangeService.java new file mode 100644 index 0000000..605dd99 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductChangeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CostTicketProductChange; +import com.jwsaas.service.BaseService; + +/** + * 经营会计报表生产变动费数据接口 + */ +public interface CostTicketProductChangeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductFixedChangeService.java b/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductFixedChangeService.java new file mode 100644 index 0000000..c348be7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductFixedChangeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CostTicketProductFixedChange; +import com.jwsaas.service.BaseService; + +/** + * 经营会计报表固定费数据接口 + */ +public interface CostTicketProductFixedChangeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductMoreChangeService.java b/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductMoreChangeService.java new file mode 100644 index 0000000..18c3ee0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductMoreChangeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CostTicketProductMoreChange; +import com.jwsaas.service.BaseService; + +/** + * 经营会计报表辅助生产变动费数据接口 + */ +public interface CostTicketProductMoreChangeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductOtherChangeService.java b/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductOtherChangeService.java new file mode 100644 index 0000000..22d747f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductOtherChangeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CostTicketProductOtherChange; +import com.jwsaas.service.BaseService; + +/** + * 经营会计报表其他变动费数据接口 + */ +public interface CostTicketProductOtherChangeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductTypeService.java b/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductTypeService.java new file mode 100644 index 0000000..658094b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CostTicketProductTypeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CostTicketProductType; +import com.jwsaas.service.BaseService; + +/** + * 经营会计报表分类统计数据接口 + */ +public interface CostTicketProductTypeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CostTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/CostTicketService.java new file mode 100644 index 0000000..7448216 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CostTicketService.java @@ -0,0 +1,46 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.CostTicket; +import com.jwsaas.entity.food.CostTicketPayType; +import com.jwsaas.entity.food.CostTicketProductChange; +import com.jwsaas.entity.food.CostTicketProductFixedChange; +import com.jwsaas.entity.food.CostTicketProductMoreChange; +import com.jwsaas.entity.food.CostTicketProductOtherChange; +import com.jwsaas.entity.food.CostTicketProductType; +import com.jwsaas.service.BaseService; + +/** + * 经营会计报表主单数据接口 + */ +public interface CostTicketService extends BaseService { + + /** + * 保存经营会计报表 + * @param tenantId + * @param costTicket + * @param productType + * @param payType + * @param productChange + * @param productMoreChange + * @param productOtherChange + * @param productFixedChange + * @return + */ + public CostTicket saveCostTicket(String tenantId,CostTicket costTicket,List productType,List payType,List productChange,List productMoreChange,List productOtherChange,List productFixedChange) throws Exception; + + /** + * 修改经营会计报表 + * @param tenantId + * @param costTicket + * @param productType + * @param payType + * @param productChange + * @param productMoreChange + * @param productOtherChange + * @param productFixedChange + * @return + */ + public Integer updateCostTicket(String tenantId,CostTicket costTicket,List productType,List payType,List productChange,List productMoreChange,List productOtherChange,List productFixedChange)throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateProductChangeService.java b/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateProductChangeService.java new file mode 100644 index 0000000..483d621 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateProductChangeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CostTicketTemplateProductChange; +import com.jwsaas.service.BaseService; + +/** + * 经营会计报表生产变动费模板数据接口 + */ +public interface CostTicketTemplateProductChangeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateProductFixedChangeService.java b/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateProductFixedChangeService.java new file mode 100644 index 0000000..1427dc9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateProductFixedChangeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CostTicketTemplateProductFixedChange; +import com.jwsaas.service.BaseService; + +/** + * 经营会计报表固定费模板数据接口 + */ +public interface CostTicketTemplateProductFixedChangeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateProductMoreChangeService.java b/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateProductMoreChangeService.java new file mode 100644 index 0000000..4506ca4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateProductMoreChangeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CostTicketTemplateProductMoreChange; +import com.jwsaas.service.BaseService; + +/** + * 经营会计报表辅助生产变动费模板数据接口 + */ +public interface CostTicketTemplateProductMoreChangeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateProductOtherChangeService.java b/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateProductOtherChangeService.java new file mode 100644 index 0000000..aed07b6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateProductOtherChangeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CostTicketTemplateProductOtherChange; +import com.jwsaas.service.BaseService; + +/** + * 经营会计报表其他变动费模板数据接口 + */ +public interface CostTicketTemplateProductOtherChangeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateService.java b/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateService.java new file mode 100644 index 0000000..8f8dda9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CostTicketTemplateService.java @@ -0,0 +1,80 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.*; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 经营会计报表模板数据接口 + */ +public interface CostTicketTemplateService extends BaseService { + + /** + * 保存模板,及其对应门店、商品变动、辅助商品变动、固定费用、变动费用信息; + * @param tenantId + * @param template + * @param productList + * @param assistProductList + * @param fixedList + * @param unfixedList + * @param userName + * @return + * @throws Exception + */ + CostTicketTemplate saveTemplate(String tenantId, CostTicketTemplate template,List productList, List assistProductList, List fixedList, List unfixedList, String userName) throws Exception; + + /** + * 根据条件获取对应关系值; + * @param tenantId + * @param property + * @param criteria + * @return + * @throws Exception + */ + List getListByCriteria(String tenantId, String property, Criteria criteria) throws Exception; + + /** + * 修改模板,及其对应门店、商品变动、辅助商品变动、固定费用、变动费用信息; + * @param tenantId + * @param template + * @param changeList + * @param moreChangeList + * @param fixedList + * @param unfixedList + * @param userName + * @return + * @throws Exception + */ + Integer updateTicket(String tenantId, CostTicketTemplate template, List changeList, List moreChangeList, List fixedList, List unfixedList, String userName) throws Exception; + + /** + * 删除模板,及其对应门店、商品变动、辅助商品变动、固定费用、变动费用信息; + * @param tenantId + * @param id + * @return + * @throws Exception + */ + Integer deleteTemplateById(String tenantId, String id) throws Exception; + + /** + * 保存关联信息; + * @param tenantId + * @param ticketId + * @param templates + * @return + * @throws Exception + */ + Integer saveTemplateRelation(String tenantId,String ticketId, List templates) throws Exception; + + /** + * + * @param tenantId + * @param ticketId + * @param storeList + * @return + * @throws Exception + */ + Integer deleteRelation(String tenantId, String ticketId, List storeList) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CouponCodeDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/CouponCodeDetailService.java new file mode 100644 index 0000000..ed111b6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CouponCodeDetailService.java @@ -0,0 +1,33 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.CouponCodeDetail; +import com.jwsaas.service.BaseService; + +/** + * 优惠券券码信息数据接口 + */ +public interface CouponCodeDetailService extends BaseService { + + /** + * 优惠券核销 + * @param couponCode + * @param storeId + * @param storeName + * @param storeNo + * @param workerNo + * @param posNo + * @param busNo + * @return + */ + public Integer updateCouponCodeCheck(String tenantId,String couponCode,String storeId,String storeName,String storeNo,String workerNo,String posNo,String busNo); + + /** + * 生成需要核销的优惠券; + * @param tenantId + * @param couponId + * @param userName + * @return + * @throws Exception + */ + Integer saveCreateCoupons(String tenantId, String couponId, String userName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CouponService.java b/food-api/src/main/java/com/jwsaas/service/food/CouponService.java new file mode 100644 index 0000000..17a1631 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CouponService.java @@ -0,0 +1,50 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.Coupon; +import com.jwsaas.pager.Pager; +import com.jwsaas.entity.food.CouponStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 优惠券信息数据接口 + */ +public interface CouponService extends BaseService { + + /** + * 根据门店ID,获取优惠券信息 + */ + Pager getPagerByStoreId(String tenantId, String storeId, Criteria criteria, Pager pager) throws Exception; + + /** + * 保存优惠券及其对应门店; + * @param tenantId + * @param coupon + * @param storeList + * @return + * @throws Exception + */ + Coupon saveCoupon(String tenantId, Coupon coupon, List storeList)throws Exception; + + /** + * 修改优惠券及其对应门店; + * @param tenantId + * @param coupon + * @param storeList + * @return + * @throws Exception + */ + Integer updateCoupon(String tenantId, Coupon coupon, List storeList)throws Exception; + + /** + * 定时任务执行代金券结束状态改变; + * @param tenantId + * @param couponId + * @param currentUser + * @return + * @throws Exception + */ + Integer updateCouponFinishByTask(String tenantId, String couponId, String currentUser) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CouponStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/CouponStoreService.java new file mode 100644 index 0000000..854a35c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CouponStoreService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.CouponStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 优惠券门店关联表数据接口 + */ +public interface CouponStoreService extends BaseService { + + /** + * 获取优惠券对应门店Id集合; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getStoreIdList(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CouponTicketProductService.java b/food-api/src/main/java/com/jwsaas/service/food/CouponTicketProductService.java new file mode 100644 index 0000000..ff623f6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CouponTicketProductService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.CouponTicketProduct; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 商品优惠券商品信息数据接口 + */ +public interface CouponTicketProductService extends BaseService { + + /** + * 获取列表数据,包含商品信息(商品编码,商品名称,规格编码,规格名称等) + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; + + Pager getPagerByStoreId(String tenantId, String storeId, Criteria criteria, Pager pager) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CouponTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/CouponTicketService.java new file mode 100644 index 0000000..8a0d3eb --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CouponTicketService.java @@ -0,0 +1,45 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.CouponTicket; +import com.jwsaas.entity.food.CouponTicketProduct; +import com.jwsaas.entity.food.CouponTicketStore; +import com.jwsaas.service.BaseService; + +/** + * 商品优惠券单据数据接口 + */ +public interface CouponTicketService extends BaseService { + + /** + * 保存商品优惠券单据 + * + * @param tenantId + * @param ticket + * 优惠券主单据 + * @param storeList + * 门店 + * @param productList + * 商品 + * @return + * @throws Exception + */ + CouponTicket saveTicket(String tenantId, CouponTicket ticket, List storeList, List productList) throws Exception; + + /** + * 修改商品优惠券单据 + * + * @param tenantId + * @param ticket + * 优惠券主单据 + * @param storeList + * 门店 + * @param productList + * 商品 + * @return + * @throws Exception + */ + Integer updateTicket(String tenantId, CouponTicket ticket, List storeList, List productList) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/CouponTicketStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/CouponTicketStoreService.java new file mode 100644 index 0000000..5d1da57 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/CouponTicketStoreService.java @@ -0,0 +1,19 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.CouponTicketStore; +import com.jwsaas.service.BaseService; + +/** + * 商品优惠券门店数据接口 + */ +public interface CouponTicketStoreService extends BaseService { + + /** + * 获取列表数据,包含门店名称 + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/DeliverService.java b/food-api/src/main/java/com/jwsaas/service/food/DeliverService.java new file mode 100644 index 0000000..fc6491d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/DeliverService.java @@ -0,0 +1,50 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.Deliver; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 配送员信息数据接口 + */ +public interface DeliverService extends BaseService { + + /** + * 根据配送员id,获取配送员对应门店Ids + * @param tenantId + * @param deliverId + * @return + * @throws Exception + */ + List getStoreIdsByDeliverId(String tenantId, String deliverId) throws Exception; + + /** + * 保存配送员,对应门店Id; + * @param tenantId + * @param deliver + * @param storeIdList + * @return + */ + Deliver saveDeliverAndStoreIds(String tenantId, Deliver deliver, List storeIdList) throws Exception ; + + /** + * 更新配送员,对应门店Id; + * @param tenantId + * @param deliver + * @param storeIdList + * @return + * @throws Exception + */ + Integer updateDeliverAndStoreIds(String tenantId, Deliver deliver, List storeIdList) throws Exception; + + /** + * 删除对应门店Ids; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + Integer deleteRelations(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/DfsFileService.java b/food-api/src/main/java/com/jwsaas/service/food/DfsFileService.java new file mode 100644 index 0000000..33d2fde --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/DfsFileService.java @@ -0,0 +1,17 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.DfsFile; +import com.jwsaas.service.BaseService; + +/** + * 文件管理数据接口 + */ +public interface DfsFileService extends BaseService { + + Integer updateUseCount(String tenantId, String userName, List list) throws Exception; + + Integer updateDeleteCount(String tenantId, String userName, List list) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/DispatchSettlePlanPayModeService.java b/food-api/src/main/java/com/jwsaas/service/food/DispatchSettlePlanPayModeService.java new file mode 100644 index 0000000..1b064dc --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/DispatchSettlePlanPayModeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.DispatchSettlePlanPayMode; +import com.jwsaas.service.BaseService; + +/** + * 配送结算方案收银方式关联数据接口 + */ +public interface DispatchSettlePlanPayModeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/DispatchSettlePlanService.java b/food-api/src/main/java/com/jwsaas/service/food/DispatchSettlePlanService.java new file mode 100644 index 0000000..b24b084 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/DispatchSettlePlanService.java @@ -0,0 +1,67 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.DispatchSettlePlan; +import com.jwsaas.entity.food.DispatchSettlePlanPayMode; +import com.jwsaas.service.BaseService; + +/** + * 配送结算方案数据接口 + */ +public interface DispatchSettlePlanService extends BaseService { + + /** + * 根据门店ID,获取列表数据 + */ + List getListByStoreId(String tenantId, String storeId, Criteria criteria) throws Exception; + + /** + * 获取已经有方案的门店id; + * @param tenantId + * @return + * @throws Exception + */ + List getAllStoreId(String tenantId) throws Exception; + + /** + * 保存方案,方案对应支付方式,方案对应门店; + * @param tenantId + * @param plan + * @param payModes + * @param storeIds + * @return + * @throws Exception + */ + DispatchSettlePlan savePlanPayModesAndStoreIds(String tenantId, DispatchSettlePlan plan, List payModes, List storeIds) throws Exception; + + /** + * 根据方案id找到对应门店id; + * @param tenantId + * @param planId + * @return + * @throws Exception + */ + List getStoreIdByPlanId(String tenantId, String planId) throws Exception; + + /** + * 修改方案,方案对应支付方式,方案对应门店; + * @param tenantId + * @param plan + * @param payModes + * @param ids + * @return + * @throws Exception + */ + Integer UpdatePlanPayModesAndStoreIds(String tenantId, DispatchSettlePlan plan, List payModes, List ids) throws Exception; + + /** + * 删除结算方案; + * @param tenantId + * @param planIds + * @return + * @throws Exception + */ + Integer deletePayModeAndStoresByIds(String tenantId, List planIds) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/DispatchTicketDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/DispatchTicketDetailService.java new file mode 100644 index 0000000..37b612e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/DispatchTicketDetailService.java @@ -0,0 +1,51 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.DispatchTicketDetail; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 配送单明细数据接口 + */ +public interface DispatchTicketDetailService extends BaseService { + + /** + * 获取配送汇总数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListBydispatchSummary(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取配送汇总数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + Pager getPagerBydispatchSummary(String tenantId, Criteria criteria, Pager pager)throws Exception; + + /** + * 获取带有商品类别Id配送汇总数据 + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerWithTypeIdBydispatchSummary(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取带有商品类别Id配送汇总数据 + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListWithTypeIdBydispatchSummary(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/DispatchTicketLogService.java b/food-api/src/main/java/com/jwsaas/service/food/DispatchTicketLogService.java new file mode 100644 index 0000000..1e41811 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/DispatchTicketLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.DispatchTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 配送单操作记录数据接口 + */ +public interface DispatchTicketLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/DispatchTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/DispatchTicketService.java new file mode 100644 index 0000000..1134238 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/DispatchTicketService.java @@ -0,0 +1,156 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.DispatchTicket; +import com.jwsaas.entity.food.DispatchTicketDetail; +import com.jwsaas.entity.food.DispatchTicketLog; +import com.jwsaas.entity.food.ReceiveGoodsTicket; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; +import java.util.Map; + +/** + * 配送单数据接口 + */ +public interface DispatchTicketService extends BaseService { + + /** + * 保存总部配送单 + */ + DispatchTicket saveTicket(String tenantId, DispatchTicket entity, List ticketDetailList, DispatchTicketLog ticketLog) throws Exception; + + /** + * 修改总部配送单 + */ + Integer updateTicket(String tenantId, DispatchTicket entity, List ticketDetailList, DispatchTicketLog ticketLog) throws Exception; + + /** + * 更新单据状态,主要用于审核、废弃、反审核等操作 + */ + Integer updateStatus(String tenantId, DispatchTicket ticket, DispatchTicketLog ticketLog) throws Exception; + + /** + * 保存并审核要货单转成配送单,库存变动 + * @param tenantId + * @param ticket + * @param ticketDetailList + * @param operator + * @return + */ + DispatchTicket saveAndAuditAskGoodsTicket(String tenantId, DispatchTicket ticket, List ticketDetailList,String operator)throws Exception; + + /** + * 将配送单状态改为配送状态; + * @param tenantId + * @param updateTicket + * @param ticketLog + * @return + */ + DispatchTicket updateDeliveryStatus(String tenantId, DispatchTicket updateTicket, DispatchTicketLog ticketLog) throws Exception; + + /** + * 根据条件获取配送单Id集合; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getTicketIdsList(String tenantId, Criteria criteria) throws Exception; + + /** + * 简易流程,要货单审核后直接发货; + * @param tenantId + * @param ticket + * @param ticketDetailList + * @param userName + * @return + * @throws Exception + */ + DispatchTicket saveAndDelivery(String tenantId, DispatchTicket ticket, List ticketDetailList, String userName) throws Exception; + + /** + * 获取含有汇总配送差异金额的数据(分页); + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerWithDifferentMoneySummary(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取含有汇总配送差异金额的数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListWithDifferentMoneySummary(String tenantId, Criteria criteria ) throws Exception; + + /** + * 保存配送单、配送单明细; + * @param tenantId + * @param ticket + * @param detailList + * @return + * @throws Exception + */ + DispatchTicket saveTicketAndDetails(String tenantId, DispatchTicket ticket, List detailList,String operator) throws Exception; + + /** + * 更新配送单、配送单明细; + * @param tenantId + * @param ticket + * @param ticketDetailList + * @param operator + * @return + * @throws Exception + */ + DispatchTicket updateTicketAndDetails(String tenantId, DispatchTicket ticket, List ticketDetailList, String operator) throws Exception; + + /** + * 审核,发货; + * @param tenantId + * @param dispatchId + * @param operator + * @return + * @throws Exception + */ + DispatchTicket saveAuditAndDeliverys(String tenantId, String dispatchId, String operator) throws Exception; + + /** + * 商品配送-库存数量调整 + * @param tenantId + * @param ticketId + * @param operator + * @throws Exception + */ + boolean saveDispatchStockChange(String tenantId, String ticketId, String operator) throws Exception; + + /** + * 保存单据,单据明细,修改要货单状态; + * @param tenantId + * @param ticket + * @param ticketDetailList + * @param operator + * @return + * @throws Exception + */ + DispatchTicket saveTicketAndChangeStatus(String tenantId, DispatchTicket ticket, List ticketDetailList, String operator) throws Exception; + + /** + *查询未入库的配送单的货物详情 + */ + List> getListWithProductIds(String tenantId, Criteria criteria) throws Exception; + + /** + * 配送单发货后7天自动验收; + * @param tenantId + * @param ticketId + * @return + * @throws Exception + */ + ReceiveGoodsTicket saveStoreReceiveGoodsTicketByAutoCheck(String tenantId, String ticketId) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/DispatchpriceTicketMaterialService.java b/food-api/src/main/java/com/jwsaas/service/food/DispatchpriceTicketMaterialService.java new file mode 100644 index 0000000..52412fe --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/DispatchpriceTicketMaterialService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.DispatchpriceTicketMaterial; +import com.jwsaas.service.BaseService; + +/** + * 配送价格单原料数据接口 + */ +public interface DispatchpriceTicketMaterialService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/DispatchpriceTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/DispatchpriceTicketService.java new file mode 100644 index 0000000..c431b6f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/DispatchpriceTicketService.java @@ -0,0 +1,67 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.DispatchpriceTicket; +import com.jwsaas.entity.food.DispatchpriceTicketMaterial; +import com.jwsaas.service.BaseService; + +import java.util.List; +import java.util.Map; + +/** + * 配送价格管理单数据接口 + */ +public interface DispatchpriceTicketService extends BaseService { + + /** + * 保存配送价格单、单据明细,关联门店 + * @param tenantId + * @param dispatchpriceTicket + * @param storeIdList + * @param specIdList + * @param hqPriceList + * @param priceList + * @param descriptionList + * @return + */ + Integer saveTicketDetailsAndStores(String tenantId, DispatchpriceTicket dispatchpriceTicket, List storeIdList, List specIdList, List hqPriceList, List priceList, List descriptionList) throws Exception; + + /** + * 根据门店Id,获取商品历史配送价格明细; + * @param tenantId + * @param storeId + * @return + */ + Map getDispatchPriceMaterialByStoreId(String tenantId, String storeId)throws Exception; + + /** + * 根据门店id,获取门店商品配送价格; + * @param tenantId + * @param storeId + * @return + */ + List getDispatchPriceByStoreId(String tenantId, String storeId)throws Exception; + + /** + * 更新配送价格单、单据明细,关联门店信息 + * @param tenantId + * @param dispatchpriceTicket + * @param storeIdList + * @param specIdList + * @param hqPriceList + * @param priceList + * @param descriptionList + * @return + */ + Integer updateTicketDetailAndStores(String tenantId, DispatchpriceTicket dispatchpriceTicket, List storeIdList, List specIdList, List hqPriceList, List priceList, List descriptionList) throws Exception ; + + /** + * 审核,作废 + * @param tenantId + * @param dispatchpriceTicket + * @param status + * @return + */ + Integer updateTicketStatus(String tenantId, DispatchpriceTicket dispatchpriceTicket, String status,String operatorName) throws Exception; + + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/DispatchpriceTicketStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/DispatchpriceTicketStoreService.java new file mode 100644 index 0000000..b391012 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/DispatchpriceTicketStoreService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.DispatchpriceTicketStore; +import com.jwsaas.service.BaseService; + +/** + * 配送价格单门店数据接口 + */ +public interface DispatchpriceTicketStoreService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ElemeCategoryFoodService.java b/food-api/src/main/java/com/jwsaas/service/food/ElemeCategoryFoodService.java new file mode 100644 index 0000000..45cb373 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ElemeCategoryFoodService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ElemeCategoryFood; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 饿了么分类菜品信息数据接口 + */ +public interface ElemeCategoryFoodService extends BaseService { + + /** + * 获取商品基础资料名称,规格名称; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerExtend(String tenantId, Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ElemeFoodCategoryService.java b/food-api/src/main/java/com/jwsaas/service/food/ElemeFoodCategoryService.java new file mode 100644 index 0000000..87ff147 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ElemeFoodCategoryService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ElemeFoodCategory; +import com.jwsaas.service.BaseService; + +/** + * 饿了么菜品分类数据接口 + */ +public interface ElemeFoodCategoryService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ElemeOrderDetailGroupService.java b/food-api/src/main/java/com/jwsaas/service/food/ElemeOrderDetailGroupService.java new file mode 100644 index 0000000..25f1f91 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ElemeOrderDetailGroupService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ElemeOrderDetailGroup; +import com.jwsaas.service.BaseService; + +/** + * 饿了么订单篮子明细数据接口 + */ +public interface ElemeOrderDetailGroupService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ElemeOrderDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/ElemeOrderDetailService.java new file mode 100644 index 0000000..d50a932 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ElemeOrderDetailService.java @@ -0,0 +1,45 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ElemeOrderDetail; +import com.jwsaas.entity.food.ElemeOrderDetailGroup; +import com.jwsaas.service.BaseService; + +/** + * 饿了么订单信息数据接口 + */ +public interface ElemeOrderDetailService extends BaseService { + + /** + * 新建饿了么订单 + * + * @param tenantId + * @param entity + * @param list + * @return + * @throws Exception + */ + Integer saveDetail(String tenantId, ElemeOrderDetail entity, List list) throws Exception; + + /** + * 更新饿了么订单 + * + * @param tenantId + * @param entity + * @param list + * @return + * @throws Exception + */ + Integer updateDetail(String tenantId, ElemeOrderDetail entity, List list) throws Exception; + + /** + * 数据分析 报表数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListReportDataSummary(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ErpPosSetService.java b/food-api/src/main/java/com/jwsaas/service/food/ErpPosSetService.java new file mode 100644 index 0000000..b78beb6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ErpPosSetService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ErpPosSet; +import com.jwsaas.service.BaseService; + +/** + * ERP方POS设置数据接口 + */ +public interface ErpPosSetService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/FeeItemService.java b/food-api/src/main/java/com/jwsaas/service/food/FeeItemService.java new file mode 100644 index 0000000..a1431c0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/FeeItemService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.FeeItem; +import com.jwsaas.service.BaseService; + +/** + * 费用项目数据接口 + */ +public interface FeeItemService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/KdsPlanService.java b/food-api/src/main/java/com/jwsaas/service/food/KdsPlanService.java new file mode 100644 index 0000000..4b520a1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/KdsPlanService.java @@ -0,0 +1,55 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.KdsPlan; +import com.jwsaas.service.BaseService; + +/** + * 厨房显示方案数据接口 + */ +public interface KdsPlanService extends BaseService { + + /** + * 根据门店,查到门店对应厨显方案; + * + * @param tenantId + * @param storeId + * @return + */ + List getListBystoreId(String tenantId, String storeId) throws Exception; + + /** + * 保存厨显方案,和对应门店Id; + * @param tenantId + * @param kdsPlan + * @param storeIds + * @return + */ + KdsPlan saveKdsPlanAndStoreIds(String tenantId, KdsPlan kdsPlan, String storeIds)throws Exception ; + + /** + * 根据方案Id,找到对应门店Ids; + * @param tenantId + * @param id + * @return + */ + List getKdsPlanStoreIdsByPlanId(String tenantId, String id) throws Exception ; + + /** + * 修改厨显方案,和对应门店Id; + * @param tenantId + * @param kdsPlan + * @param storeIds + * @return + */ + Integer updateKdsPlanStoreRelation(String tenantId, KdsPlan kdsPlan, String storeIds) throws Exception ; + + /** + * 根据方案id,删除对应关联及方案信息; + * @param tenantId + * @param sids + * @return + */ + Integer deleteKdsPlanAndRelationsByIds(String tenantId, List sids)throws Exception ; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/KitPlanService.java b/food-api/src/main/java/com/jwsaas/service/food/KitPlanService.java new file mode 100644 index 0000000..dbbddf5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/KitPlanService.java @@ -0,0 +1,64 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.KitPlan; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 厨房打印方案数据接口 + */ +public interface KitPlanService extends BaseService { + + /** + * 保存新添加厨房打印方案、对应关系; + * @param tenantId + * @param kitPlan + * @param storeIds + * @return + */ + KitPlan saveKitPlanAndRelation(String tenantId, KitPlan kitPlan, String storeIds) throws Exception; + + /** + * 根据方案Id找到对应门店Ids + * @param tenantId + * @param id 厨打方案Id + * @return + * @throws Exception + */ + List getKitPlanStoreIdsByPlanId(String tenantId, String id) throws Exception; + + /** + *修改方案,和对应关系; + * @param tenantId + * @param kitPlan + * @param storeIds + * @return + */ + Integer updateKitPlanStoreRelation(String tenantId, KitPlan kitPlan, String storeIds) throws Exception; + + /** + * 删除厨打方案、厨打方案对应门店; + * @param tenantId + * @param planIds + * @return + */ + Integer deleteKitPlanAndRelationsByIds(String tenantId, List planIds) throws Exception; + + /** + * 根据门店,查到门店对应厨打方案; + * @param tenantId + * @param storeId + * @return + */ + List getListBystoreId(String tenantId, String storeId) throws Exception; + + /** + * 保存方案对应门店关系; + * @param tenantId + * @param plans + * @return + * @throws Exception + */ + Integer saveRelations(String tenantId, List plans) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/MakeBurdenService.java b/food-api/src/main/java/com/jwsaas/service/food/MakeBurdenService.java new file mode 100644 index 0000000..474fb60 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/MakeBurdenService.java @@ -0,0 +1,37 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.MakeBurden; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 做法配料BOM表数据接口 + */ +public interface MakeBurdenService extends BaseService { + + /** + * 获取已设置配料信息的做法分页数据
+ * 包含部分做法信息(做法编号,做法说明等) + */ + Pager getPager4MakeDetail(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取列表数据
+ * 包含部分商品信息(商品编号,商品名称等) + */ + List getListWithProduct(String tenantId, Criteria criteria) throws Exception; + + /** + * 通过做法ID,删除做法配料信息 + */ + Integer deleteByMakeIds(String tenantId, List makeIds) throws Exception; + + /** + * 获取已经设置过配料信息的做法ID列表 + */ + List getMakeIdListHasBurden(String tenantId) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/MakeDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/MakeDetailService.java new file mode 100644 index 0000000..41d69a1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/MakeDetailService.java @@ -0,0 +1,97 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.MakeDetail; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 商品做法数据接口 + */ +public interface MakeDetailService extends BaseService { + + /** + * 商品做法数编号 + * + * @param tenantId + * @param property + * @return + * @throws Exception + */ + String selectMaxValue(String tenantId, String property) throws Exception; + + /** + * 根据商品ID,获取该商品关联的私有做法信息列表
+ */ + List getListByProductId(String tenantId, String productId, Criteria criteria) throws Exception; + + /** + * 批量保存商品私有做法 + * + * @param tenantId + * @param productIdList + * 商品ID列表 + * @param makeDetailIdList + * 商品做法ID列表 + * @throws Exception + */ + void saveRelationProductMake(String tenantId, List productIdList, List makeDetailIdList) throws Exception; + + /** + * 删除商品私有做法 + * + * @param tenantId + * @param productId + * 商品ID + * @param makeDetailIdList + * 商品做法ID列表 + * @throws Exception + */ + void deleteRelationProductMake(String tenantId, String productId, List makeDetailIdList) throws Exception; + + /** + * 保存门店做法 + */ + void saveRelationStoreMake(String tenantId, List storeIdList, List> makeDetailList) throws Exception; + + /** + * 根据门店ID,获取该门店关联的私有做法信息列表
+ */ + List getListByStoreId(String tenantId, String storeId, Criteria criteria) throws Exception; + + /** + * 根据门店ID,获取该门店关联的私有做法信息列表分页数据 + */ + Pager getPagerByStoreId(String tenantId, String storeId, Criteria criteria, Pager pager) throws Exception; + + /** + * 删除门店做法 + * + * @param tenantId + * @param storeId + * 门店ID + * @param makeDetailIdList + * 做法ID列表 + * @throws Exception + */ + void deleteRelationStoreMake(String tenantId, String storeId, List makeDetailIdList) throws Exception; + + /** + * 获取菜品私有做法 + */ + Pager getPager4Private(String tenantId, String storeId, Criteria criteria, Pager pager) throws Exception; + + /** + * 保存导入做法信息; + * @param tenantId + * @param dataList + * @param makeDetailNoLength + * @param currentUserName + * @return + * @throws Exception + */ + Integer saveByImpt(String tenantId, List dataList, int makeDetailNoLength, String currentUserName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/MakeTypeService.java b/food-api/src/main/java/com/jwsaas/service/food/MakeTypeService.java new file mode 100644 index 0000000..c8e694a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/MakeTypeService.java @@ -0,0 +1,33 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.MakeType; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 菜品做法分类数据接口 + */ +public interface MakeTypeService extends BaseService { + + + /** + * 菜品做法分类编号 + * @param tenantId + * @param property + * @return + * @throws Exception + */ + String selectMaxValue(String tenantId, String property) throws Exception; + + /** + * 导入做法分类信息; + * @param tenantId + * @param dataList + * @param makeTypeNoLength + * @param currentUserName + * @return + * @throws Exception + */ + Integer saveByImpt(String tenantId, List dataList, int makeTypeNoLength, String currentUserName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/MeituanFoodCategoryService.java b/food-api/src/main/java/com/jwsaas/service/food/MeituanFoodCategoryService.java new file mode 100644 index 0000000..dd9e385 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/MeituanFoodCategoryService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.MeituanFoodCategory; +import com.jwsaas.service.BaseService; + +/** + * 美团菜品分类数据接口 + */ +public interface MeituanFoodCategoryService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/MeituanFoodService.java b/food-api/src/main/java/com/jwsaas/service/food/MeituanFoodService.java new file mode 100644 index 0000000..4698eb0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/MeituanFoodService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.MeituanFood; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 美团菜品信息数据接口 + */ +public interface MeituanFoodService extends BaseService { + + /** + * 获取基础信息商品名称,商品规格名称; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerExtend(String tenantId, Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/MeituanOrderExtraService.java b/food-api/src/main/java/com/jwsaas/service/food/MeituanOrderExtraService.java new file mode 100644 index 0000000..b9778d7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/MeituanOrderExtraService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.MeituanOrderExtra; +import com.jwsaas.service.BaseService; + +/** + * 美团订单优惠信息数据接口 + */ +public interface MeituanOrderExtraService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/MeituanOrderItemService.java b/food-api/src/main/java/com/jwsaas/service/food/MeituanOrderItemService.java new file mode 100644 index 0000000..66cf550 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/MeituanOrderItemService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.MeituanOrderItem; +import com.jwsaas.service.BaseService; + +/** + * 美团订单明细表数据接口 + */ +public interface MeituanOrderItemService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/MeituanOrderService.java b/food-api/src/main/java/com/jwsaas/service/food/MeituanOrderService.java new file mode 100644 index 0000000..f633528 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/MeituanOrderService.java @@ -0,0 +1,26 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.MeituanOrder; +import com.jwsaas.entity.food.MeituanOrderExtra; +import com.jwsaas.entity.food.MeituanOrderItem; +import com.jwsaas.service.BaseService; + +/** + * 美团订单表数据接口 + */ +public interface MeituanOrderService extends BaseService { + + /** + * 美团订单新增 + * + * @param tenantId + * @param entity + * @param itemList + * @param extraList + * @return + * @throws Exception + */ + public Integer saveOrder(String tenantId, MeituanOrder entity, List itemList, List extraList) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/OtherStorageOutTicketDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/OtherStorageOutTicketDetailService.java new file mode 100644 index 0000000..b177ebe --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/OtherStorageOutTicketDetailService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.OtherStorageOutTicketDetail; +import com.jwsaas.service.BaseService; + +/** + * 其他出库单明细数据接口 + */ +public interface OtherStorageOutTicketDetailService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/OtherStorageOutTicketLogService.java b/food-api/src/main/java/com/jwsaas/service/food/OtherStorageOutTicketLogService.java new file mode 100644 index 0000000..c0de767 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/OtherStorageOutTicketLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.OtherStorageOutTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 其他出库单操作记录数据接口 + */ +public interface OtherStorageOutTicketLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/OtherStorageOutTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/OtherStorageOutTicketService.java new file mode 100644 index 0000000..a103dcc --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/OtherStorageOutTicketService.java @@ -0,0 +1,30 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.OtherStorageOutTicket; +import com.jwsaas.entity.food.OtherStorageOutTicketDetail; +import com.jwsaas.entity.food.OtherStorageOutTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 其他出库单数据接口 + */ +public interface OtherStorageOutTicketService extends BaseService { + + /** + * 保存其他入库单 + */ + OtherStorageOutTicket saveTicket(String tenantId, OtherStorageOutTicket entity, List ticketDetailList, OtherStorageOutTicketLog ticketLog) throws Exception; + + /** + * 修改其他入库单 + */ + Integer updateTicket(String tenantId, OtherStorageOutTicket entity, List ticketDetailList, OtherStorageOutTicketLog ticketLog) throws Exception; + + /** + * 更新单据状态,主要用于审核、废弃、反审核等操作 + */ + Integer updateStatus(String tenantId, OtherStorageOutTicket ticket, OtherStorageOutTicketLog ticketLog) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/OtherStorageTicketDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/OtherStorageTicketDetailService.java new file mode 100644 index 0000000..659fc1d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/OtherStorageTicketDetailService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.OtherStorageTicketDetail; +import com.jwsaas.service.BaseService; + +/** + * 其他入库单明细数据接口 + */ +public interface OtherStorageTicketDetailService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/OtherStorageTicketLogService.java b/food-api/src/main/java/com/jwsaas/service/food/OtherStorageTicketLogService.java new file mode 100644 index 0000000..2f71dc2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/OtherStorageTicketLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.OtherStorageTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 其他入库单操作记录数据接口 + */ +public interface OtherStorageTicketLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/OtherStorageTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/OtherStorageTicketService.java new file mode 100644 index 0000000..068031b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/OtherStorageTicketService.java @@ -0,0 +1,30 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.OtherStorageTicket; +import com.jwsaas.entity.food.OtherStorageTicketDetail; +import com.jwsaas.entity.food.OtherStorageTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 其他入库单数据接口 + */ +public interface OtherStorageTicketService extends BaseService { + + /** + * 保存其他入库单 + */ + OtherStorageTicket saveTicket(String tenantId, OtherStorageTicket entity, List ticketDetailList, OtherStorageTicketLog ticketLog) throws Exception; + + /** + * 修改其他入库单 + */ + Integer updateTicket(String tenantId, OtherStorageTicket entity, List ticketDetailList, OtherStorageTicketLog ticketLog) throws Exception; + + /** + * 更新单据状态,主要用于审核、废弃、反审核等操作 + */ + Integer updateStatus(String tenantId, OtherStorageTicket ticket, OtherStorageTicketLog ticketLog) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PayModeService.java b/food-api/src/main/java/com/jwsaas/service/food/PayModeService.java new file mode 100644 index 0000000..fbd3293 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PayModeService.java @@ -0,0 +1,77 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.PayMode; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 收银方式数据接口 + */ +public interface PayModeService extends BaseService { + + String selectMaxValue(String tenantId, String property) throws Exception; + + /** + * 保存门店收银方式 + */ + void saveRelationStorePayMode(String tenantId, List storeIdList, List> payModeList) throws Exception; + + /** + * 根据门店ID,获取该门店关联的收银方式信息列表分页数据 + */ + Pager getPagerByStoreId(String tenantId, String storeId, Criteria criteria, Pager pager) throws Exception; + + /** + * 删除门店收银方式 + * + * @param tenantId + * @param storeId + * 门店ID + * @param payModeIdList + * 收银方式ID列表 + * @throws Exception + */ + void deleteRelationStorePayMode(String tenantId, String storeId, List payModeIdList) throws Exception; + + /** + * 获取门店收银方式列表 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @return + * @throws Exception + */ + List getListByStoreId(String tenantId, String storeId) throws Exception; + + /** + * 获取所有门店对应支付方式; + * @param tenantId + * @return + */ + List getAllStorePayModeList(String tenantId)throws Exception; + + /** + * 获取门店支付方式不同时间扣率; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListStorePayModePeriodDiscount(String tenantId, Criteria criteria) throws Exception; + + /** + * 保存含有扣率的门店收银方式信息; + * @param tenantId + * @param storeIdList + * @param payModeList + * @param map + * @throws Exception + */ + void saveRelationStorePayModeWithPeriodDiscount(String tenantId, List storeIdList, List> payModeList, Map map) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PayModeStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/PayModeStoreService.java new file mode 100644 index 0000000..94e38da --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PayModeStoreService.java @@ -0,0 +1,57 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.PayModeStore; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 门店支付方式数据接口 + */ +public interface PayModeStoreService extends BaseService { + + /** + * 保存门店支付方式信息; + * @param tenantId + * @param storeIds + * @param payMode + * @param userName + * @return + * @throws Exception + */ + Integer saveRelationStorePayMode(String tenantId, List storeIds, PayModeStore payMode, String userName) throws Exception; + + /** + * 根据门店ID,获取该门店关联的收银方式信息列表分页数据 + * @param tenantId + * @param storeId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerByStoreId(String tenantId, String storeId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取含有支付方式的门店支付方式; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListExtends(String tenantId, Criteria criteria) throws Exception; + + /** + * 复制门店支付方式; + * @param tenantId + * @param sourceStoreId + * @param targetStoreIds + * @param userName + * @param isCover 是否覆盖保存; + * @return + * @throws Exception + */ + Integer saveCopyStorePayMode(String tenantId, String sourceStoreId, List targetStoreIds, String userName,boolean isCover) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PayTypeService.java b/food-api/src/main/java/com/jwsaas/service/food/PayTypeService.java new file mode 100644 index 0000000..a446d8c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PayTypeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PayType; +import com.jwsaas.service.BaseService; + +/** + * 付款类型数据接口 + */ +public interface PayTypeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PaymentParameterService.java b/food-api/src/main/java/com/jwsaas/service/food/PaymentParameterService.java new file mode 100644 index 0000000..9ad7eac --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PaymentParameterService.java @@ -0,0 +1,84 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.PaymentParameter; +import com.jwsaas.service.BaseService; + +/** + * 支付参数方案数据接口 + */ +public interface PaymentParameterService extends BaseService { + + /** + * + * @param tenantId + * @param storeId + * @return + */ + public List getPaymentParameterByStoreId(String tenantId, String storeId) throws Exception; + + + /** + *保存新添加支付参数,和对应门店关系; + * @param tenantId + * @param payment + * @param storeIds + * @return + */ + Integer savePaymentAndStoreId(String tenantId, PaymentParameter payment,List storeIds) throws Exception; + + /** + * 支付参数对应门店Ids + * @param tenantId + * @param id 支付参数id + * @return + */ + List getStoreIdsByPaymentId(String tenantId, String id); + + /** + * 更新支付参数,对应门店关联; + * @param tenantId + * @param parameterId + * @param newparameter + * @param newstoreIds + * @return + */ + Integer updatePaymentParameterAndStore(String tenantId, String parameterId, PaymentParameter newparameter, List newstoreIds); + + /** + * 删除支付参数,对应门店Id; + * @param tenantId + * @param id + * @return + */ + Integer deletePaymentParameterAndStore(String tenantId, String id); + + /** + * 删除多个数据; + * @param tenantId + * @param parameterIds + * @return + */ + Integer deletePaymentParameterAndStoreByParameterIds(String tenantId, List parameterIds); + + /** + * 保存对应关系; + * @param tenantId + * @param details + * @return + * @throws Exception + */ + Integer saveRelations(String tenantId, List details) throws Exception; + + Boolean isPaymentExist(String tenantId, String thirdNo) throws Exception; + + /** + * 获取门店对应所有的支付参数; + * @param tenantId + * @param storeId + * @return + * @throws Exception + */ + List getAllPaymentParameterByStoreId(String tenantId, String storeId) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PermissionsService.java b/food-api/src/main/java/com/jwsaas/service/food/PermissionsService.java new file mode 100644 index 0000000..709fd36 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PermissionsService.java @@ -0,0 +1,59 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.Permissions; +import com.jwsaas.service.BaseService; + +/** + * 权限表数据接口 + */ +public interface PermissionsService extends BaseService { + /** + * 保存权限信息 + * + * @param tenantId + * 租户ID + * @param roleId + * 角色ID + * @param permissions + * 权限集合 + * @return + * @throws Exception + */ + public boolean saveRelationship(String tenantId, String roleId, List permissions) throws Exception; + + /** + * 获取单个用户拥有的模块ID + * + * @param tenantId + * @param userId + * @return + * @throws Exception + */ + public List getModuleIdByUserId(String tenantId, String userId) throws Exception; + + /** + * 获取单个用户拥有权限 + * + * @param tenantId + * @param userId + * @return + * @throws Exception + */ + public List getPermissionsByUserId(String tenantId, String userId) throws Exception; + + /** + * 保存权限信息(运维管理初始化管理员权限) + * + * @param tenantId + * 租户ID + * @param roleId + * 角色ID + * @param permissions + * 权限集合 + * @return + * @throws Exception + */ + public boolean saveInitRelationship(String tenantId, List permissions) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PosInfoService.java b/food-api/src/main/java/com/jwsaas/service/food/PosInfoService.java new file mode 100644 index 0000000..912652a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PosInfoService.java @@ -0,0 +1,19 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PosInfo; +import com.jwsaas.service.BaseService; + +/** + * POS终端信息表数据接口 + */ +public interface PosInfoService extends BaseService { + + /** + * 获取最大编码 + * + * @param tenantId + * @return + * @throws Exception + */ + public String getMaxNo(String tenantId) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PosPollcodeService.java b/food-api/src/main/java/com/jwsaas/service/food/PosPollcodeService.java new file mode 100644 index 0000000..07d1951 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PosPollcodeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PosPollcode; +import com.jwsaas.service.BaseService; + +/** + * POS终端注册码数据接口 + */ +public interface PosPollcodeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PosRoleService.java b/food-api/src/main/java/com/jwsaas/service/food/PosRoleService.java new file mode 100644 index 0000000..33dc402 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PosRoleService.java @@ -0,0 +1,116 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.PosRole; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 前台角色数据接口 + */ +public interface PosRoleService extends BaseService { + + String selectMaxValue(String tenantId, String property) throws Exception; + + /** + * 保存角色关联的模块信息 + */ + Integer saveRoleModule(String tenantId, String roleId, List moduleNoList) throws Exception; + + /** + * 查询角色关联的模块信息 + */ + List getModuleNoList(String tenantId, String roleId) throws Exception; + + /** + * 根据角色ID,获取已关联该角色的员工列表 + * + * @param tenantId + * @param roleId + * 角色ID + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerForWorker(String tenantId, String roleId, Criteria criteria, Pager pager) throws Exception; + + /** + * 根据角色ID,获取未关联该角色的员工列表 + * + * @param tenantId + * @param roleId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerForWorkerNoRelation(String tenantId, String roleId, Criteria criteria, Pager pager) throws Exception; + + /** + * 保存前台角色关联的员工信息 + * + * @param tenantId + * @param roleId + * 角色ID + * @param workerIdList + * 员工ID列表 + * @return + * @throws Exception + */ + Integer saveWorkerRelation(String tenantId, String roleId, List workerIdList) throws Exception; + + /** + * 刪除前台角色关联的员工信息 + * + * @param tenantId + * @param roleId + * 角色ID + * @param workerIdList + * 员工ID列表 + * @return + * @throws Exception + */ + Integer deleteWorkerRelation(String tenantId, String roleId, List workerIdList) throws Exception; + + /** + * 门店员工折扣免单列表 + * + * @param tenantId + * @param storeId + * @return + * @throws Exception + */ + Pager getStoreWorkerPosRole(String tenantId, String storeId, Pager pager) throws Exception; + + /** + * 门店员工前台模块权限 + * + * @param tenantId + * @param storeId + * @return + * @throws Exception + */ + Pager getStoreWorkerPosModule(String tenantId, String storeId, Pager pager) throws Exception; + + /** + * 根据员工ID获取云管家权限列表 + * @param tenantId + * @param workerId + * @return + * @throws Exception + */ + List getYgjModuleNoList(String tenantId, String workerId) throws Exception; + + /** + * 根据员工ID获取云管家权限列表 + * @param tenantId + * @param workerId + * @return + * @throws Exception + */ + List getManagerModuleNoList(String tenantId, String workerId) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanConfigService.java b/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanConfigService.java new file mode 100644 index 0000000..695eb36 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanConfigService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PosSetPlanConfig; +import com.jwsaas.service.BaseService; + +/** + * POS下载方案设置数据接口 + */ +public interface PosSetPlanConfigService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanModuleService.java b/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanModuleService.java new file mode 100644 index 0000000..969e816 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanModuleService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PosSetPlanModule; +import com.jwsaas.service.BaseService; + +/** + * POS下载方案模块数据接口 + */ +public interface PosSetPlanModuleService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanResourcesService.java b/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanResourcesService.java new file mode 100644 index 0000000..5f2f2a5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanResourcesService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PosSetPlanResources; +import com.jwsaas.service.BaseService; + +/** + * POS下载方案资源数据接口 + */ +public interface PosSetPlanResourcesService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanService.java b/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanService.java new file mode 100644 index 0000000..dc24403 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanService.java @@ -0,0 +1,78 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PosSetPlan; +import com.jwsaas.entity.food.PosSetPlanConfig; +import com.jwsaas.entity.food.PosSetPlanModule; +import com.jwsaas.entity.food.PosSetPlanResources; +import com.jwsaas.entity.food.PosSetPlanShortcut; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * POS下载方案数据接口 + */ +public interface PosSetPlanService extends BaseService { + + /** + * 保存方案,对应门店Ids; + * @param tenantId + * @param plan + * @param storeIds + * @return + * @throws Exception + */ + PosSetPlan savePlanAndStoreIds(String tenantId, PosSetPlan plan, List storeIds) throws Exception; + + /** + * 获取方案对应门店ID; + * @param tenantId + * @param planId + * @return + * @throws Exception + */ + List getStoreIdsByPlanId(String tenantId, String planId) throws Exception; + + /** + * 更新方案,对应门店Ids; + * @param tenantId + * @param plan + * @param storeIds + * @return + * @throws Exception + */ + Integer updataPlanAndStoreIds(String tenantId, PosSetPlan plan, List storeIds) throws Exception; + + /** + * 删除方案,对应关系; + * @param tenantId + * @param planIds + * @return + * @throws Exception + */ + Integer deletePlanAndStoreIdByPlanIds(String tenantId, List planIds) throws Exception; + + /** + * 删除门店方案关联 + * @param tenantId + * @param storeId + * @param planId + * @return + * @throws Exception + */ + Integer deletePlanAndStoreId(String tenantId,String storeId, String planId) throws Exception; + + List getPlanIdsByStoreId(String tenantId, String storeId) throws Exception; + + /** + * 保存方案明细 + * @param tenantId + * @param planId + * @param resourcesList + * @param shortcutList + * @param moduleList + * @param configList + * @throws Exception + */ + public void savePlanDetail(String tenantId,String planId,List resourcesList, List shortcutList,List moduleList,List configList) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanShortcutService.java b/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanShortcutService.java new file mode 100644 index 0000000..d02d6d5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PosSetPlanShortcutService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PosSetPlanShortcut; +import com.jwsaas.service.BaseService; + +/** + * POS下载方案快捷操作数据接口 + */ +public interface PosSetPlanShortcutService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PrintImageService.java b/food-api/src/main/java/com/jwsaas/service/food/PrintImageService.java new file mode 100644 index 0000000..f1d5f5f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PrintImageService.java @@ -0,0 +1,76 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.PrintImage; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 小票打印图片数据接口 + */ +public interface PrintImageService extends BaseService { + + /** + * 根据小票打印图片ID,获取已关联该小票打印图片的门店信息分页数据 + */ + Pager getPager4RelatedStore(String tenantId, String imageId, Criteria criteria, Pager pager) throws Exception; + + /** + * 根据小票打印图片ID,获取未关联该小票打印图片的门店信息分页数据 + */ + Pager getPager4UnRelatedStore(String tenantId, String imageId, Criteria criteria, Pager pager) throws Exception; + + /** + * 保存小票打印图片关联门店信息 + * + * @param tenantId + * @param imageId + * 小票打印图片ID + * @param isAll + * 是否全部 (true-全部,false-不是全部) + * @param storeIdList + * 门店ID列表(isAll为false时生效) + * @param currentUser + * 操作人 + * @throws Exception + */ + void saveStoreRelated(String tenantId, String imageId, Boolean isAll, List storeIdList, String currentUser) throws Exception; + + /** + * 取消/删除小票打印图片关联门店信息 + * + * @param tenantId + * @param imageId + * 小票打印图片ID + * @param isAll + * 是否全部 (true-全部,false-不是全部) + * @param storeIdList + * 门店ID列表(isAll为false时生效) + * @param currentUser + * 操作人 + * @throws Exception + */ + void deleteStoreRelated(String tenantId, String imageId, Boolean isAll, List storeIdList, String currentUser) throws Exception; + + /** + * 根据门店ID获取门店小票打印图片 + * + * @param tenantId + * @param storeId + * @return + * @throws Exception + */ + public List getListBystoreId(String tenantId, String storeId) throws Exception; + + /** + * 删除所选门店与小票关联信息 + * @param tenantId + * @param storeId + * @param imageIds + * @return + * @throws Exception + */ + Integer deleteRelationByStoreId(String tenantId, String storeId, List imageIds) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductBatchNegativeStockDifferService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductBatchNegativeStockDifferService.java new file mode 100644 index 0000000..47ddb01 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductBatchNegativeStockDifferService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProductBatchNegativeStockDiffer; +import com.jwsaas.service.BaseService; + +/** + * 负库存出库差异数据接口 + */ +public interface ProductBatchNegativeStockDifferService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductBatchNegativeStockService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductBatchNegativeStockService.java new file mode 100644 index 0000000..a72a8c2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductBatchNegativeStockService.java @@ -0,0 +1,16 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProductBatchNegativeStock; +import com.jwsaas.service.BaseService; + +/** + * 负库存出库记录数据接口 + */ +public interface ProductBatchNegativeStockService extends BaseService { + + /** + * 负库存抵消 + */ + void saveOffset(String tenantId, String id) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductBatchNumberService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductBatchNumberService.java new file mode 100644 index 0000000..703a3c6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductBatchNumberService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProductBatchNumber; +import com.jwsaas.service.BaseService; + +/** + * 产品批次数据接口 + */ +public interface ProductBatchNumberService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductBatchStockChangeService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductBatchStockChangeService.java new file mode 100644 index 0000000..c537b04 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductBatchStockChangeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProductBatchStockChange; +import com.jwsaas.service.BaseService; + +/** + * 产品批次冲减记录数据接口 + */ +public interface ProductBatchStockChangeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductBatchStockService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductBatchStockService.java new file mode 100644 index 0000000..03f36ff --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductBatchStockService.java @@ -0,0 +1,34 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProductBatchStock; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 产品批次库存数据接口 + */ +public interface ProductBatchStockService extends BaseService { + + /** + * 获取含有商品规格的信息; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getExtendPager(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取含有商品规格的信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getExtendList(String tenantId, Criteria criteria) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductBurdenService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductBurdenService.java new file mode 100644 index 0000000..f8c842a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductBurdenService.java @@ -0,0 +1,70 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProductBurden; +import com.jwsaas.entity.food.ProductSpec; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 产品配料BOM表数据接口 + */ +public interface ProductBurdenService extends BaseService { + + /** + * 获取已设置配料信息的商品分页数据
+ * 包含部分商品信息(商品编号,商品名称等) + */ + Pager getPager4ProductSpec(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取列表数据
+ * 包含部分商品信息(商品编号,商品名称等) + */ + List getListWithProduct(String tenantId, Criteria criteria) throws Exception; + + /** + * 通过产品规格ID,删除产品配料信息 + */ + Integer deleteBySpecIds(String tenantId, List specIds) throws Exception; + + /** + * 获取没有设置配料信息的商品(含规格)列表数据
+ * 包含部分商品信息(商品编号,商品名称等) + */ + List getListNoBurden(String tenantId, Criteria criteria) throws Exception; + + /** + * 分页获取没有设置配料信息的商品(含规格)列表数据
+ * 包含部分商品信息(商品编号,商品名称等) + */ + Pager getPagerNoBurden(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 保存产品配料信息; + * @param tenantId + * @param burdenList + * @param userName + * @return + * @throws Exception + */ + Integer saveProductBurdenByImpt(String tenantId, List burdenList, String userName) throws Exception; + + /** + * 获取已设置配料信息的商品数据
+ * 包含部分商品信息(商品编号,商品名称等) + */ + List getList4ProductSpec(String tenantId, Criteria criteria) throws Exception; + + /** + * 根据门店ID获取门店商品配料信息 + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerByStoreId(String tenantId, Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductImageService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductImageService.java new file mode 100644 index 0000000..f4cc391 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductImageService.java @@ -0,0 +1,25 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProductImage; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 商品图片表数据接口 + */ +public interface ProductImageService extends BaseService { + + /** + * 分页下载门店商品数据 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager getPagerByStoreId(String tenantId, String storeId, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductKdsPlanService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductKdsPlanService.java new file mode 100644 index 0000000..c4aca1e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductKdsPlanService.java @@ -0,0 +1,49 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProductKdsPlan; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 商品厨房显示方案设置数据接口 + */ +public interface ProductKdsPlanService extends BaseService { + + /** + * 获取包含门店、商品信息的厨显设置信息(分页); + * @param tenantId + * @param criteria + * @param pager + * @return + */ + Pager getStoreProductInfoPager(String tenantId, Criteria criteria, Pager pager)throws Exception; + + /** + * 根据门店id,查找厨显方案对应商品id; + * @param tenantId + * @param storeId + * @return + */ + List getProductIdsByStoreId(String tenantId, String storeId); + + /** + * 根据门店ID,商品Id,修改对应厨显方案; + * @param tenantId + * @param uplist + * @return + */ + Integer updateProductKdsPlanByProductIdAndStoreId(String tenantId, List uplist); + + /** + * 关联商品 + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getProductInfoPager(String tenantId, Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductKitPlanService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductKitPlanService.java new file mode 100644 index 0000000..f003741 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductKitPlanService.java @@ -0,0 +1,60 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProductKitPlan; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 菜品厨房打印方案设置数据接口 + */ +public interface ProductKitPlanService extends BaseService { + + /** + * 获取含有门店、菜品信息的菜品厨打方案信息; + * @param tenantId + * @param criteria + * @param pager + * @return + */ + Pager getStoreProductInfoPager(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 通过门店id,查找门店对应菜品厨打信息; + * @param tenantId + * @param storeId + * @return + */ + List getProductIdsByStoreId(String tenantId, String storeId); + + /** + * 根据门店Id,菜品Id,修改菜品厨打方案信息; + * @param tenantId + * @param uplist + * @return + */ + Integer updateProductKitPlanByProductIdAndStoreId(String tenantId, List uplist) throws Exception; + + /** + * 关联商品信息的厨打方案信息; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getProductInfoPager(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 关联商品信息的厨打方案信息; + * @param tenantId + * @param storeId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getProductInfosPager(String tenantId, String storeId,Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductMakeService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductMakeService.java new file mode 100644 index 0000000..6e3276f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductMakeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProductMake; +import com.jwsaas.service.BaseService; + +/** + * 产品私有做法数据接口 + */ +public interface ProductMakeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductMakeTemplateDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductMakeTemplateDetailService.java new file mode 100644 index 0000000..ea90425 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductMakeTemplateDetailService.java @@ -0,0 +1,21 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProductMakeTemplateDetail; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 做法模板明细数据接口 + */ +public interface ProductMakeTemplateDetailService extends BaseService { + + /** + * 获取包含做法明细的数据; + * @param tenantId + * @param criteria + * @return + */ + List getDetailsList(String tenantId, Criteria criteria)throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductMakeTemplateService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductMakeTemplateService.java new file mode 100644 index 0000000..5b6bf45 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductMakeTemplateService.java @@ -0,0 +1,51 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProductMakeTemplate; +import com.jwsaas.service.BaseService; + +/** + * 做法模板数据接口 + */ +public interface ProductMakeTemplateService extends BaseService { + + /** + * 保存模板,及其明细; + * @param tenantId + * @param template + * @param makeId + * @param addPrice + * @return + */ + Integer saveTemplateAndDetails(String tenantId, ProductMakeTemplate template, String[] makeId, Double[] addPrice)throws Exception; + + /** + * 修改模板,及其明细; + * @param tenantId + * @param template + * @param makeId + * @param addPrice + * @return + */ + Integer updateTemplateAndDetails(String tenantId, ProductMakeTemplate template, String[] makeId, Double[] addPrice) throws Exception; + + /** + * 修改门店对应做法,加价; + * @param tenantId + * @param templateId + * @param storeIds + * @param userName + * @return + */ + Integer saveStoreMakes(String tenantId, String templateId, String storeIds, String userName) throws Exception; + + /** + * 根据做法模板,覆盖保存门店做法 + * @param tenantId + * @param templateId + * @param storeIds + * @param userName + * @return + * @throws Exception + */ + Integer saveStoreMakesByCover(String tenantId, String templateId, String storeIds, String userName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductRatioService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductRatioService.java new file mode 100644 index 0000000..20a6ef6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductRatioService.java @@ -0,0 +1,58 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProductRatio; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 商品库存系数数据接口 + */ +public interface ProductRatioService extends BaseService { + + /** + * 获取分页数据 + */ + Pager getPagerExtend(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 分页下载门店商品库存系数据 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager getPagerByStoreId(String tenantId, String storeId, Pager pager) throws Exception; + + /** + * 分页下载门店商品库存系数据 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager getPagerByStoreIdProduct(String tenantId, String storeId, Pager pager) throws Exception; + + /** + * 获取已经设置商品库存系数的商品ID集合 + */ + List getProductIdListHasRatio(String tenantId) throws Exception; + + /** + * 获取分页数据 + */ + List getListWithProduct(String tenantId, Criteria criteria,Boolean isBatch) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductService.java new file mode 100644 index 0000000..efeb17c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductService.java @@ -0,0 +1,309 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.Product; +import com.jwsaas.entity.food.ProductKitPlan; +import com.jwsaas.entity.food.ProductRatio; +import com.jwsaas.entity.food.ProductSpec; +import com.jwsaas.entity.food.ProductSuit; +import com.jwsaas.entity.food.ProductSuitDetail; +import com.jwsaas.entity.food.StoreProduct; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 商品资料数据接口 + */ +public interface ProductService extends BaseService { + + String selectMaxValue(String tenantId, String property) throws Exception; + + /** + * 保存商品信息(包含规格等) + * + * @param tenantId + * @param product + * 商品信息 + * @param specList + * 商品规格列表 + * @return + * @throws Exception + */ + Product saveWithSpec(String tenantId, Product product, List specList) throws Exception; + + /** + * 修改商品信息(包含规格等) + * + * @param tenantId + * @param product + * 商品信息 + * @param specList + * 商品规格列表 + * @return + * @throws Exception + */ + Product updateWithSpec(String tenantId, Product product, List specList) throws Exception; + + /** + * 分页下载门店商品数据 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager getPagerByStoreId(String tenantId, String storeId, Pager pager) throws Exception; + /** + * 分页下载门店商品数据 + * + * @param tenantId + * 租户标识 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager getPagerByTenantId(String tenantId, Pager pager) throws Exception; + /** + * 分页下载门店商品数据(商品) + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager getPagerByStoreIdProduct(String tenantId, String storeId, Pager pager) throws Exception; + + /** + * 根据条件查询门店管理的商品资料 + * + * @param tenantId + * 租户ID + * @param criteria + * 查询条件 + * @param pageBounds + * 分页参数 + * @return 分页对象 + */ + Pager getPagerByStoreIdMore(String tenantId, String storeId,String typeId,String keyword, Pager pager); + + /** + * 获取门店信息 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager getPagerExtends(String tenantId,Criteria criteria, Pager pager) throws Exception; + + /** + * 获取指定门店关联的所有商品 + * + * @param tenantId + * 租户ID + * @param criteria + * 查询条件 + * @param pageBounds + * 分页参数 + * @return 分页对象 + */ + Pager getSpecGoodsPager(String tenantId,Criteria criteria ,Pager pager); + + /** + * 获取门店关联商品品类集合 + * + * @param tenantId + * 租户ID + * @param criteria + * 查询条件 + */ + List> getProductType(String tenantId, Criteria criteria) throws Exception; + + /** + * 根据门店Ids,查找这些门店共有的菜品; + * + * @param tenantId + * @param storeIds + * @return + */ + List getStoresCommonProductByStoreIds(String tenantId, List storeIds, String productTypeId, String brandId, String unitId,String property,String keyword); + + /** + * 商品数据导入的处理 + */ + Integer saveByImpt(String tenantId, List productList, int productNoLength, List newUnitList, int productUnitNoLength, String currentUserName) throws Exception; + + /** + * 根据商品ID,判断该商品是否已产生库存业务单据. + * + * @param tenantId + * @param productId + * @return + * @throws Exception + */ + Boolean isUsed4Inventory(String tenantId, String productId) throws Exception; + + /** + * 新增原料; + * @param tenantId + * @param product + * @param specList + * @param productRatio + * @return + * @throws Exception + */ + Product saveWithRatio(String tenantId, Product product, List specList, ProductRatio productRatio) throws Exception; + + /** + * 修改原料; + * @param tenantId + * @param product + * @param specList + * @param productRatio + * @return + * @throws Exception + */ + Product updateWithRatio(String tenantId, Product product, List specList, ProductRatio productRatio) throws Exception; + + /** + * 保存导入的原料信息; + * @param tenantId + * @param specList + * @param productNoLength + * @param newUnitList + * @param productUnitNoLength + * @param currentUserName + * @return + */ + String saveByMaterialImpt(String tenantId, List specList, int productNoLength, List newUnitList, int productUnitNoLength, String currentUserName) throws Exception; + + + /** + * 获取门店关联商品品牌集合 + * + * @param tenantId + * 租户ID + * @param criteria + * 查询条件 + */ + List> getProductBrand(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取自建商品的最大编码 + * @param tenantId + * @param storeId + * @return + * @throws Exception + */ + String selectMaxNoSelf(String tenantId,String storeId) throws Exception; + + /** + * 门店自建商品 + * @param tenantId + * @param product + * @param productSpec + * @param storeProduct + * @param productKitPlan + * @return + * @throws Exception + */ + Boolean saveSelfProduct(String tenantId, Product product, ProductSpec productSpec, StoreProduct storeProduct, ProductKitPlan productKitPlan, List suitList, List suitDetailList) throws Exception; + + /** + * 修改自建商品 + * + * @param tenantId + * @param product + * @param productSpec + * @param storeProduct + * @param productKitPlan + * @return + * @throws Exception + */ + Boolean updateSelfProduct(String tenantId, Product product, ProductKitPlan productKitPlan) throws Exception; + + /** + * 根据条件获取商品id; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getProductIdByCriteria(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取商品信息 HTML - select - option 列表 + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListStockProductsHtmlOptions(String tenantId,Criteria criteria) throws Exception; + + /** + * 导入商品信息,使用分类前缀商品编码规则生成商品编码; + * @param tenantId + * @param productList + * @param productNoLength + * @param newUnitList + * @param productUnitNoLength + * @param userName + * @return + * @throws Exception + */ + Integer saveByImptWithProductNoRule(String tenantId, List productList, int productNoLength, List newUnitList, int productUnitNoLength, String userName) throws Exception; + + /** + * + * @param tenantId + * @param typeId + * @return + * @throws Exception + */ + String selectMaxNoByTypeId(String tenantId, String typeId) throws Exception; + + + String saveByMaterialImptWithProductNoRule(String tenantId, List specList, int productNoLength, List newUnitList, int productUnitNoLength, String userName) throws Exception; + + /** + * erp同步商品资料 + * @param tenantId + * @param updateList + * @param updateSpecList + * @param updateRatioList + * @param saveList + * @param saveSpecList + * @param saveRatioList + * @return + */ + Integer updateProductBatch(String tenantId,List updateList,List updateSpecList,List updateRatioList,List saveList,List saveSpecList,List saveRatioList); + + /** + * 门店自建规格商品; + * @param tenantId + * @param product + * @param specs + * @param productKitPlan + * @return + */ + Boolean saveSelfProductSpecs(String tenantId,String storeId, Product product, List specs, ProductKitPlan productKitPlan) throws Exception; + + Boolean updateSelfProductSpec(String tenantId, Product product, List specs, ProductKitPlan productKitPlan) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductSpecService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductSpecService.java new file mode 100644 index 0000000..5920c49 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductSpecService.java @@ -0,0 +1,170 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProductSpec; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 商品规格信息数据接口 + */ +public interface ProductSpecService extends BaseService { + + /** + * 获取分页数据 + */ + Pager getPagerExtend(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取列表数据
+ * 包含部分商品信息(商品编号,商品名称等) + */ + List getListWithProduct(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取列表数据
+ * 包含部分商品信息(商品编号,商品名称等) + */ + List getListWithProductByStoreId(String tenantId, Criteria criteria) throws Exception; + + /** + * 根据门店ID,获取该门店未上架商品分页数据 + */ + Pager getPagerOffShelf(String tenantId, String storeId, Criteria criteria, Pager pager) throws Exception; + + /** + * 根据门店ID,获取该门店未上架商品分页数据 + */ + Pager getPagerOffShelfBySteps(String tenantId, String storeId, Criteria criteria, Pager pager) throws Exception; + + /** + * 根据门店ID集合,获取这些门店共有的商品信息
+ * 包含部分商品信息(商品编号,商品名称等) + */ + List getListByStoreIds(String tenantId, List storeIdList, Criteria criteria) throws Exception; + + /** + * 分页下载门店商品规格数据 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager getPagerByStoreId(String tenantId, String storeId, Pager pager) throws Exception; + + /** + * 分页下载门店商品规格数据 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager getPagerByStoreIdProduct(String tenantId, String storeId, Pager pager) throws Exception; + + /** + * 分页下载门店商品规格数据 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + List getListByStoreIdProduct(String tenantId, String storeId, String productId) throws Exception; + + /** + * 获取门店所有的商品规格 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + List getListByStoreId(String tenantId, String storeId) throws Exception; + + /** + * 根据主键获取唯一的实体对象.
+ * 包含部分商品信息(商品编号,商品名称等) + */ + ProductSpec getWithProduct(String tenantId, String id) throws Exception; + + /** + * 获取分页数据(携带商品库存系数信息) + */ + Pager getPagerExtendWithRatio(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取列表数据(携带商品库存系数信息) + * + * @param tenantId + * @param criteria + * @return + */ + List getListExtendWithRatio(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取分页数据
+ * 包含部分商品信息(商品编号,商品名称等) + */ + Pager getPagerWithProduct(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取所有规格商品规格IDs; + * + * @param tenantId + * @param criteria + * @return + */ + List getAllSpecIds(String tenantId, Criteria criteria) throws Exception; + + List getProductSpecByDishNoSpecName(String tenantId, Criteria criteria) throws Exception; + + /** + * 根据条件获取规格Ids; + * + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getSpecIdByCriteria(String tenantId, Criteria criteria) throws Exception; + + /** + * 根据条件获取外卖菜品需要的数据; + * + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListWithErpInfo(String tenantId, Criteria criteria) throws Exception; + + /** + * 含有万元用量的门店共有商品信息; + * @param tenantId + * @param storeIdList + * @param criteria + * @return + * @throws Exception + */ + List getUselevelInfoListByStoreIds(String tenantId, List storeIdList, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductStockLogService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductStockLogService.java new file mode 100644 index 0000000..05fd465 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductStockLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProductStockLog; +import com.jwsaas.service.BaseService; + +/** + * 总部库存流水数据接口 + */ +public interface ProductStockLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductStockService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductStockService.java new file mode 100644 index 0000000..558e4f2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductStockService.java @@ -0,0 +1,33 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProductStock; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 总部原料库存数据接口 + */ +public interface ProductStockService extends BaseService { + + /** + * 获取关联商品信息的数据(过滤已删除、停用商品信息); + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getExtendsPager(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 关联商品信息的数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getExtendsList(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductStoreOutCollectDayService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductStoreOutCollectDayService.java new file mode 100644 index 0000000..8487bc7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductStoreOutCollectDayService.java @@ -0,0 +1,19 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProductStoreOutCollectDay; +import com.jwsaas.service.BaseService; + +/** + * 门店销售出库汇总-按天汇总数据接口 + */ +public interface ProductStoreOutCollectDayService extends BaseService { + + List getStoreOutgoingCollect(String tenantId, Criteria criteria)throws Exception; + + List> getExportList(String tenantId, Criteria fenzhidu)throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductStoreStockLogService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductStoreStockLogService.java new file mode 100644 index 0000000..ce61d4b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductStoreStockLogService.java @@ -0,0 +1,55 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProductStoreOutCollectDay; +import com.jwsaas.entity.food.ProductStoreStockLog; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; +import java.util.Map; + +/** + * 门店库存流水数据接口 + */ +public interface ProductStoreStockLogService extends BaseService { + + /** + * 门店商品库存消耗(出库)汇总
+ * 门店原物料消耗汇总 + */ + Pager getPager4OutSummary(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 门店商品库存消耗(出库)汇总
+ * 门店原物料消耗汇总 + */ + List> getList4OutSummary(String tenantId, Criteria criteria) throws Exception; + + /** + * 门店入库汇总数据(分页),入库类型(采购入库、配送入库、门店入库、盘盈) + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerSumAmount(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 门店入库汇总数据,入库类型(采购入库、配送入库、门店入库、盘盈) + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List> getListSumAmount(String tenantId, Criteria criteria) throws Exception; + /** + * 计划任务,处理流水过大问题,将数据插入新表! + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + Integer updateStoreOutgoingCollect(String tenantId, List storeOutgoingCollect)throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductStoreStockService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductStoreStockService.java new file mode 100644 index 0000000..681bb09 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductStoreStockService.java @@ -0,0 +1,74 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.MakeBurden; +import com.jwsaas.entity.food.Product; +import com.jwsaas.entity.food.ProductBurden; +import com.jwsaas.entity.food.ProductStoreStock; +import com.jwsaas.entity.food.ProductStoreStockLog; +import com.jwsaas.entity.food.StoreBusinessTicket; +import com.jwsaas.entity.food.StoreOrderProduct; +import com.jwsaas.entity.food.StoreOrderProductMake; +import com.jwsaas.entity.food.StoreStorage; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 门店原料库存数据接口 + */ +public interface ProductStoreStockService extends BaseService { + + /** + * 获取门店商品库存(返回每个仓库的商品库存明细) + */ + Pager getStockPager(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取门店商品库存(不分仓库,返回所有仓库的库存总数) + */ + Pager getStockPagerNoStorageId(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 销售订单出库操作,门店销售订单自动耗料 + */ + Map saveStockOutBySalesOrder(String tenantId, List stockProductList, StoreStorage storeStorage, StoreBusinessTicket ticket, List ticketItemList, + List ticketItemMakeList, List productBurdenList, List makeBurdenList) throws Exception; + + /** + * 门店商品自动耗料 + */ + Map saveStockOutBySalesOrder(String tenantId,List list) throws Exception ; + + /** + * 门店商品库存不含已下架(分页); + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getStockPagerWithOutOffShelf(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 门店商品库存不含已下架(分页); + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getStockPagerNoStorageIdWithOutOffShelf(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 导入商品库存; + * @param tenantId + * @param stockList + * @param userName + * @return + * @throws Exception + */ + Integer saveProductStoreStockImport(String tenantId, List stockList, String userName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductSuitDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductSuitDetailService.java new file mode 100644 index 0000000..62f53e0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductSuitDetailService.java @@ -0,0 +1,54 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProductSuitDetail; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 道菜明细数据接口 + */ +public interface ProductSuitDetailService extends BaseService { + + /** + * 获取列表数据
+ * 包含部分菜品信息(菜品编号,菜品名称等)以及道菜信息 + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; + + /** + * 保存或修改套餐道菜信息
+ *

+ * 注:ID不为空的做修改操作,ID为空的做保存(新增)操作。 + *

+ * @param tenantId + * @param suitDetailList + * @param currentUser + * @throws Exception + */ + void saveAndUpdate(String tenantId, List suitDetailList, String currentUser) throws Exception; + + /** + * 分页下载门店套餐道菜明細 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager getPagerByStoreId(String tenantId, String storeId, Pager pager) throws Exception; + + + /** + * 获取列表数据
+ * 获取套餐明细过了门店 + */ + List getListExtendByStoreId(String tenantId, Criteria criteria) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductSuitService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductSuitService.java new file mode 100644 index 0000000..f0f5672 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductSuitService.java @@ -0,0 +1,41 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.ProductSuit; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 套餐道菜数据接口 + */ +public interface ProductSuitService extends BaseService { + + /** + * 保存或修改套餐道菜信息
+ *

+ * 注:ID不为空的做修改操作,ID为空的做保存(新增)操作。 + *

+ * + * @param tenantId + * @param suitList + * @param currentUser + * @throws Exception + */ + void saveAndUpdate(String tenantId, List suitList, String currentUser) throws Exception; + + /** + * 分页下载门店套餐道菜 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager getPagerByStoreId(String tenantId, String storeId, Pager pager) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductTemplateDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductTemplateDetailService.java new file mode 100644 index 0000000..3bb040f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductTemplateDetailService.java @@ -0,0 +1,50 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProductTemplateDetail; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 商品模板明细数据接口 + */ +public interface ProductTemplateDetailService extends BaseService { + + /** + * 获取包含商品规格信息的数据; + * @param tenantId + * @param criteria + * @return + */ + List getDetailsList(String tenantId, Criteria criteria) throws Exception; + + /** + * 调整门店对应商品价格,无对应商品增加商品; + * @param tenantId + * @param templateId + * @param storeIds + * @param userName + * @return + */ + Integer saveStoreProductsPrice(String tenantId, String templateId, String storeIds, String userName)throws Exception; + + /** + * 获取模板对应商品规格Ids + * @param tenantId + * @param criteria + * @return + */ + List getSpecIdList(String tenantId, Criteria criteria)throws Exception; + + /** + * 覆盖保存; + * @param tenantId + * @param templateId + * @param storeIds + * @param userName + * @return + * @throws Exception + */ + Integer saveStoreProductsPriceByCover(String tenantId, String templateId, String storeIds, String userName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductTemplateService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductTemplateService.java new file mode 100644 index 0000000..750ee4a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductTemplateService.java @@ -0,0 +1,58 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProductTemplate; +import com.jwsaas.entity.food.ProductTemplateDetail; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 商品模板数据接口 + */ +public interface ProductTemplateService extends BaseService { + + /** + * 保存商品价格模板,模板明细; + * @param tenantId + * @param template + * @param specDishId + * @param price + * @param minPrice + * @param memberPrice + * @param otherPrice + * @return + */ + Integer saveTemplateAndDetails(String tenantId, ProductTemplate template, String[] specDishId, Double[] price, Double[] minPrice, Double[] memberPrice, Double[] otherPrice) throws Exception; + + /** + * 修改商品价格模板,模板明细; + * @param tenantId + * @param template + * @param specProductId + * @param price + * @param minPrice + * @param memberPrice + * @param otherPrice + * @return + */ + Integer updateTemplateAndDetails(String tenantId, ProductTemplate template, String[] specProductId, Double[] price, Double[] minPrice, Double[] memberPrice, Double[] otherPrice) throws Exception; + + /** + * 修改商品价格模板,模板明细新增方法; + * @param tenantId + * @param template + * @param details + * @return + * @throws Exception + */ + Integer updateTemplateAndDetailsNewFunc(String tenantId, ProductTemplate template, List details) throws Exception; + + /** + * 新保存方法; + * @param tenantId + * @param template + * @param details + * @return + */ + Integer saveTemplateAndDetailsNewFunc(String tenantId, ProductTemplate template, List details) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductTypeLabelInfoService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductTypeLabelInfoService.java new file mode 100644 index 0000000..a102f41 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductTypeLabelInfoService.java @@ -0,0 +1,51 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProductTypeLabelInfo; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 商品类别标签数据接口 + */ +public interface ProductTypeLabelInfoService extends BaseService { + + /** + *保存商品类别标签,以及对应标签类别关联; + * @param tenantId + * @param label + * @param typeIds + * @return + * @throws Exception + */ + ProductTypeLabelInfo saveLabelInfoWithRelation(String tenantId, ProductTypeLabelInfo label, List typeIds) throws Exception; + + /** + * 更改商品类别标签,以及对应标签类别关联; + * @param tenantId + * @param labelInfo + * @param typeIds + * @return + * @throws Exception + */ + Integer updateLabelInfosWithRelation(String tenantId, ProductTypeLabelInfo labelInfo, List typeIds) throws Exception; + + /** + * 根据标签ID,获取对应类别ids; + * @param tenantId + * @param labelId + * @return + * @throws Exception + */ + List getTypeIdsByLabelId(String tenantId, String labelId) throws Exception; + + /** + * 根据条件获取商品类别标签信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getLabelInfos(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductTypeService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductTypeService.java new file mode 100644 index 0000000..b9737f8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductTypeService.java @@ -0,0 +1,124 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProductType; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 商品类别数据接口 + */ +public interface ProductTypeService extends BaseService { + + String selectMaxNo(String tenantId, String parentId) throws Exception; + + /** + * 商品类别数据导入的处理 + */ + Integer saveByImpt(String tenantId, String dataJSON, String productTypeNoRule, String currentUserName) throws Exception; + + /** + * 原料类别数据导入的处理 + * @param tenantId + * @param dataJSON + * @param productTypeNoRule + * @param currentUserName + * @return + * @throws Exception + */ + Integer saveMaterialTypeByImpt(String tenantId, String dataJSON, String productTypeNoRule, String currentUserName) throws Exception; + + + /** + * 同步商品单位 + * @param tenantId + * @param entity + * @return + * @throws Exception + */ + Integer updateProductTypeBatch(String tenantId, List updateList,List saveList) throws Exception; + + /** + * 保存商品分类品牌对应关系:此分类存在下级分类,此分类下级分类默认关联所选品牌; + * 此分类有上级分类,上级分类默认也关联所选品牌; + * @param tenantId + * @param id + * @param ids + * @return + * @throws Exception + */ + Integer saveRelations(String tenantId, String id, List ids) throws Exception; + + /** + * 获取分类对应品牌Id; + * @param tenantId + * @param id + * @return + * @throws Exception + */ + List getListBrandIds(String tenantId, String id) throws Exception; + + /** + * 获取分类对应标签Id; + * @param tenantId + * @param id + * @return + * @throws Exception + */ + List getListLabelIds(String tenantId, String id) throws Exception; + + + /** + * 获取标签对应的分类ID; + * @param tenantId + * @param id + * @return + * @throws Exception + */ + List getListTypeIds(String tenantId, List labelIds) throws Exception; + + /** + * 获取含有品牌id的商品分类信息; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerWithBrandId(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取最大编号,数字比较; + * @param tenantId + * @param id + * @return + * @throws Exception + */ + String selectMaxNoByNumberType(String tenantId, String id) throws Exception; + + + /** + * 获取分类对应标签Id; + * @param tenantId + * @param id + * @return + * @throws Exception + */ + List getListTypeOneIds(String tenantId, String storeId) throws Exception; + + + /** + * 获取分类对应标签Id; + * @param tenantId + * @param id + * @return + * @throws Exception + */ + List getListTypeTwoIds(String tenantId, String storeId) throws Exception; + + + Map exportProductType(String tenantId,Criteria criteria)throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProductUnitService.java b/food-api/src/main/java/com/jwsaas/service/food/ProductUnitService.java new file mode 100644 index 0000000..17b72a4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProductUnitService.java @@ -0,0 +1,32 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.ProductUnit; +import com.jwsaas.service.BaseService; + +/** + * 商品单位数据接口 + */ +public interface ProductUnitService extends BaseService { + + /** + * 商品单位编号 + * + * @param tenantId + * @param property + * @return + * @throws Exception + */ + String selectMaxValue(String tenantId, String property) throws Exception; + + /** + * 同步商品单位 + * @param tenantId + * @param entity + * @return + * @throws Exception + */ + Integer updateProductUnitBatch(String tenantId, List updateList,List saveList) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramAdPictureService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramAdPictureService.java new file mode 100644 index 0000000..e05c23f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramAdPictureService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramAdPicture; +import com.jwsaas.service.BaseService; + +/** + * 小程序广告图片数据接口 + */ +public interface ProgramAdPictureService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramAdjustPriceProductService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramAdjustPriceProductService.java new file mode 100644 index 0000000..9e248ac --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramAdjustPriceProductService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramAdjustPriceProduct; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序调价单商品明细数据接口 + */ +public interface ProgramAdjustPriceProductService extends BaseService { + + /** + * 获取含有商品详细信息的list; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramAdjustPriceStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramAdjustPriceStoreService.java new file mode 100644 index 0000000..013ed8c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramAdjustPriceStoreService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramAdjustPriceStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序调价单门店明细数据接口 + */ +public interface ProgramAdjustPriceStoreService extends BaseService { + + /** + * 含有门店名称,编号的信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListExtends(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramAdjustPriceTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramAdjustPriceTicketService.java new file mode 100644 index 0000000..f1c36de --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramAdjustPriceTicketService.java @@ -0,0 +1,53 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramAdjustPriceProduct; +import com.jwsaas.entity.food.ProgramAdjustPriceStore; +import com.jwsaas.entity.food.ProgramAdjustPriceTicket; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序商品调价单数据接口 + */ +public interface ProgramAdjustPriceTicketService extends BaseService { + + /** + * 保存单据,及其单据对应门店、商品信息; + * @param tenantId + * @param ticket + * @param storeList + * @param productList + * @return + * @throws Exception + */ + ProgramAdjustPriceTicket saveTicket(String tenantId, ProgramAdjustPriceTicket ticket, List storeList, List productList) throws Exception; + + /** + * 删除单据及其明细; + * @param tenantId + * @param ticketIds + * @return + * @throws Exception + */ + Integer deleteTickets(String tenantId, List ticketIds) throws Exception; + + /** + * 修改单据及其明细; + * @param tenantId + * @param ticket + * @param storeList + * @param productList + * @return + */ + Integer updateTicket(String tenantId, ProgramAdjustPriceTicket ticket, List storeList, List productList); + + /** + * 审核单据; + * @param tenantId + * @param ticket + * @return + * @throws Exception + */ + Integer updateAudit(String tenantId, ProgramAdjustPriceTicket ticket) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramDeliverAddressService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramDeliverAddressService.java new file mode 100644 index 0000000..2a09c47 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramDeliverAddressService.java @@ -0,0 +1,29 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramDeliverAddress; +import com.jwsaas.service.BaseService; + +/** + * 小程序用户配送地址数据接口 + */ +public interface ProgramDeliverAddressService extends BaseService { + + + /** + * 新增配送地址 + * @param tenantId + * @param entity + * @return + * @throws Exception + */ + public ProgramDeliverAddress saveProgramDeliverAddress(String tenantId, ProgramDeliverAddress entity) throws Exception; + + /** + * 修改配送地址 + * @param tenantId + * @param entity + * @return + * @throws Exception + */ + public ProgramDeliverAddress updateProgramDeliverAddress(String tenantId, ProgramDeliverAddress entity) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramEvaluateImageService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramEvaluateImageService.java new file mode 100644 index 0000000..153fda4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramEvaluateImageService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramEvaluateImage; +import com.jwsaas.service.BaseService; + +/** + * 小程序评价图片表数据接口 + */ +public interface ProgramEvaluateImageService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramEvaluateService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramEvaluateService.java new file mode 100644 index 0000000..c26221d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramEvaluateService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramEvaluate; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 小程序评价表数据接口 + */ +public interface ProgramEvaluateService extends BaseService { + + /** + * 巨为小程序评价查看; + * @param tenantId + * @param openId + * @param criteria + * @param pager + * @return + */ + Pager getPager4ApiDownload(String tenantId, String openId, Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramIndexPictureService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramIndexPictureService.java new file mode 100644 index 0000000..ef0ebfa --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramIndexPictureService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramIndexPicture; +import com.jwsaas.service.BaseService; + +/** + * 小程序首页图片数据接口 + */ +public interface ProgramIndexPictureService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramPaymentParameterService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramPaymentParameterService.java new file mode 100644 index 0000000..c2e950b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramPaymentParameterService.java @@ -0,0 +1,60 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.ProgramPaymentParameter; +import com.jwsaas.entity.food.ProgramStore; +import com.jwsaas.service.BaseService; + +/** + * 小程序门店支付参数方案数据接口 + */ +public interface ProgramPaymentParameterService extends BaseService { + + /** + * 小程序门店支付参数 + * @param tenantId + * @param storeId + * @return + */ + public List getPaymentParameterByStoreId(String tenantId, String storeId) throws Exception; + + /** + * 保存支付参数及其对应关联关系; + * @param tenantId + * @param payment + * @param storeIds + * @return + * @throws Exception + */ + ProgramPaymentParameter saveProgramStorePaymentRelation(String tenantId, ProgramPaymentParameter payment, List storeIds) throws Exception; + + /** + * 根据参数Id,查找对应门店Ids; + * @param tenantId + * @param id + * @return + * @throws Exception + */ + List getStoreIdsByPaymentId(String tenantId, String id) throws Exception; + + /** + * 更新支付参数及其对应关联关系; + * @param tenantId + * @param id + * @param payment + * @param storeIds + * @return + * @throws Exception + */ + Integer updateWxStorePaymentRelation(String tenantId, String id, ProgramPaymentParameter payment, List storeIds) throws Exception; + + /** + * 删除支付参数及其对应关系; + * @param tenantId + * @param parameterIds + * @return + * @throws Exception + */ + Integer deletePaymentAndStoreByParameterIds(String tenantId, List parameterIds) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramProductCategoryService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramProductCategoryService.java new file mode 100644 index 0000000..0d6a3f8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramProductCategoryService.java @@ -0,0 +1,31 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramProductCategory; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序商品分类数据接口 + */ +public interface ProgramProductCategoryService extends BaseService { + + /** + * 根据条件获取商品typeId + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListWithTypeId(String tenantId, Criteria criteria) throws Exception; + + /** + * 关联基础资料获取商品TypeId; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListTypeIdsByCriteria(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramProductMakeService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramProductMakeService.java new file mode 100644 index 0000000..fceb612 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramProductMakeService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramProductMake; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序商品做法关联数据接口 + */ +public interface ProgramProductMakeService extends BaseService { + + /** + * 包含做法明细; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramProductService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramProductService.java new file mode 100644 index 0000000..db00429 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramProductService.java @@ -0,0 +1,87 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramProduct; +import com.jwsaas.entity.food.ProgramProductMake; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序商品信息数据接口 + */ +public interface ProgramProductService extends BaseService { + + /** + * 根据条件获取商品productId; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getAllProductIdsByCriteria(String tenantId, Criteria criteria) throws Exception; + + /** + * 保存商品和商品对应做法; + * @param tenantId + * @param products + * @param makeDetails + * @return + * @throws Exception + */ + Integer saveProductAndMakes(String tenantId, List products, List makeDetails) throws Exception; + + /** + * 更新商品信息和商品对应做法信息; + * @param tenantId + * @param products + * @param makeDetails + * @return + * @throws Exception + */ + Integer upDateProductAndMakes(String tenantId, List products, List makeDetails) throws Exception; + + + Integer deleteByLogical(String currentTenantId, List ids, String userName) throws Exception; + + + /** + * 根据条件获取商品productId; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getStoreProductByCriteria(String tenantId, Criteria criteria) throws Exception; + + /** + * 门店共同商品信息; + * @param tenantId + * @param storeIds + * @param criteria + * @return + */ + List getListByStoreIds(String tenantId, List storeIds, Criteria criteria) throws Exception; + + /** + * 根据门店获取商品信息; + * @param tenantId + * @param storeIdList + * @param criteria + * @return + * @throws Exception + */ + Pager getPagerByStoreIds(String tenantId, List storeIdList, Criteria criteria, Pager pager) throws Exception; + + /** + * 根据门店获取公共商品信息; + * @param tenantId + * @param storeIdList + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerCommonProductByStoreIds(String tenantId, List storeIdList, Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramProductTemplateDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramProductTemplateDetailService.java new file mode 100644 index 0000000..af45053 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramProductTemplateDetailService.java @@ -0,0 +1,31 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramProductTemplateDetail; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序商品模板明细数据接口 + */ +public interface ProgramProductTemplateDetailService extends BaseService { + + /** + *获取单据以保存的商品ID; + * @param tenantId + * @param templateId + * @return + * @throws Exception + */ + List getProgramProdudctIdByTemplateId(String tenantId, String templateId) throws Exception; + + /** + * 单据明细详情; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListWithExtend(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramProductTemplateService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramProductTemplateService.java new file mode 100644 index 0000000..35a3006 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramProductTemplateService.java @@ -0,0 +1,69 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramProductTemplate; +import com.jwsaas.entity.food.ProgramProductTemplateDetail; +import com.jwsaas.entity.food.ProgramProductTemplateStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序商品模板数据接口 + */ +public interface ProgramProductTemplateService extends BaseService { + + /** + * 保存模板,模板明细,及其对应门店; + * @param tenantId + * @param template + * @param details + * @param stores + * @return + * @throws Exception + */ + ProgramProductTemplate saveTemplateDetailAndStores(String tenantId, ProgramProductTemplate template, + List details, List stores) throws Exception; + + /** + * 修改模板信息,明细,对应门店信息; + * @param tenantId + * @param template + * @param details + * @param stores + * @return + * @throws Exception + */ + Integer updateTemplateDetailAndStores(String tenantId, ProgramProductTemplate template, + List details, List stores) throws Exception; + + /** + * 删除模板,及其明细; + * @param tenantId + * @param sids + * @return + * @throws Exception + */ + Integer deleteTemplateDetailsStores(String tenantId, List sids) throws Exception; + + /** + * 增量执行模板信息; + * @param tenantId + * @param templateId + * @param storeIds + * @param userName + * @return + * @throws Exception + */ + Integer saveProgramStoreProductPrice(String tenantId, String templateId, String storeIds, String userName) throws Exception; + + /** + * 覆盖执行模板信息; + * @param tenantId + * @param templateId + * @param storeIds + * @param userName + * @return + * @throws Exception + */ + Integer saveProgramStoreProductPriceByCover(String tenantId, String templateId, String storeIds, String userName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramProductTemplateStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramProductTemplateStoreService.java new file mode 100644 index 0000000..1e04a98 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramProductTemplateStoreService.java @@ -0,0 +1,17 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramProductTemplateStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序商品模板门店明细数据接口 + */ +public interface ProgramProductTemplateStoreService extends BaseService { + + List getStoreIdByTemplateId(String tenantId, String templateId) throws Exception; + + List getListExtend(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionBlackListGoodsService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionBlackListGoodsService.java new file mode 100644 index 0000000..03f07b0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionBlackListGoodsService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramPromotionBlackListGoods; +import com.jwsaas.entity.food.PromotionBlackListGoods; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序促销商品黑名单数据接口 + */ +public interface ProgramPromotionBlackListGoodsService extends BaseService { + + /** + * 获取含有规格名称的信息; + * @param tenantId + * @param criteria + * @return + */ + List getListWithSpec(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionBlackListStoreAreaService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionBlackListStoreAreaService.java new file mode 100644 index 0000000..782c65b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionBlackListStoreAreaService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramPromotionBlackListStoreArea; +import com.jwsaas.service.BaseService; + +/** + * 小程序促销门店区域黑名单数据接口 + */ +public interface ProgramPromotionBlackListStoreAreaService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionBlackListStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionBlackListStoreService.java new file mode 100644 index 0000000..fb52f47 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionBlackListStoreService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramPromotionBlackListStore; +import com.jwsaas.service.BaseService; + +/** + * 小程序促销门店黑名单数据接口 + */ +public interface ProgramPromotionBlackListStoreService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionCategoryService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionCategoryService.java new file mode 100644 index 0000000..dfe507c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionCategoryService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramPromotionCategory; +import com.jwsaas.service.BaseService; + +/** + * 小程序促销品类表数据接口 + */ +public interface ProgramPromotionCategoryService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionGoodsService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionGoodsService.java new file mode 100644 index 0000000..20cc676 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionGoodsService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramPromotionGoods; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序促销商品明细数据接口 + */ +public interface ProgramPromotionGoodsService extends BaseService { + + /** + * 获取详细信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListWithSpec(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionSchemeService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionSchemeService.java new file mode 100644 index 0000000..a8f3af1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionSchemeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramPromotionScheme; +import com.jwsaas.service.BaseService; + +/** + * 小程序促销方案表数据接口 + */ +public interface ProgramPromotionSchemeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionStoreAreaService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionStoreAreaService.java new file mode 100644 index 0000000..8ffa8cd --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionStoreAreaService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramPromotionStoreArea; +import com.jwsaas.service.BaseService; + +/** + * 小程序促销门店区域关联表数据接口 + */ +public interface ProgramPromotionStoreAreaService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionStoreService.java new file mode 100644 index 0000000..b28f8cc --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionStoreService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramPromotionStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序促销门店关联表数据接口 + */ +public interface ProgramPromotionStoreService extends BaseService { + + /** + * 获取促销门店Id; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getStoreIdList(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionTaskService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionTaskService.java new file mode 100644 index 0000000..950181c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionTaskService.java @@ -0,0 +1,63 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramPromotionTask; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序促销任务表数据接口 + */ +public interface ProgramPromotionTaskService extends BaseService { + + /** + * 生成促销任务; + * @param tenantId + * @param ticketId + * @param no + * @return + * @throws Exception + */ + Integer saveGoodsTask(String tenantId, String ticketId, String no) throws Exception; + + /** + * 审核后,生成促销任务表,只生成三天,剩下的由定时任务完成; + * @param tenantId + * @param ticketId + * @param no 任务编号; + * @return + */ + Integer saveTask(String tenantId, String ticketId, String no) throws Exception; + + /** + * 生成下一天的促销任务; + * @param tenantId + * @param ticketId + * @param lastTaskEndDate + * @param lastTaskNo + * @param userName + * @return + * @throws Exception + */ + Integer saveNextDayPromotionTask(String tenantId, String ticketId, String lastTaskEndDate, String lastTaskNo, String userName) throws Exception; + + /** + * 中止促销任务; + * @param tenantId + * @param sids + * @param userName + * @return + * @throws Exception + */ + Integer updateTaskToPause(String tenantId, List sids, String userName) throws Exception; + + /** + * 重启已中止的促销任务; + * @param tenantId + * @param sids + * @param userName + * @return + * @throws Exception + */ + Integer updateTaskToReStart(String tenantId, List sids, String userName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionTicketService.java new file mode 100644 index 0000000..1d86329 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramPromotionTicketService.java @@ -0,0 +1,133 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramPromotionTicket; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序促销单数据接口 + */ +public interface ProgramPromotionTicketService extends BaseService { + + /** + * 关联小程序促销门店; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerWithStores(String tenantId, Criteria criteria, Pager pager) throws Exception; + + + /** + * 保存促销单信息; + * @param tenantId + * @param ticket + * @param storeIdList + * @param specIdList + * @param price + * @param discountType + * @param discount + * @param specialPrice + * @param limitNum + * @param allLimitNum + * @return + * @throws Exception + */ + ProgramPromotionTicket saveGoodsTicketScheme(String tenantId, ProgramPromotionTicket ticket, List storeIdList, + List specIdList, String[] price, + String[] discountType, String[] discount, String[] specialPrice, + String[] limitNum, String[] allLimitNum) throws Exception; + + /** + * 更新促销单信息; + * @param tenantId + * @param ticket + * @param reduceType + * @param storeIdList + * @param specIdList + * @param price + * @param discountType + * @param discount + * @param specialPrice + * @param limitNum + * @param allLimitNum + * @return + * @throws Exception + */ + Integer updateGoodsTicketScheme(String tenantId, ProgramPromotionTicket ticket, String reduceType, List storeIdList, + List specIdList, String[] price, String[] discountType, String[] discount, + String[] specialPrice, String[] limitNum, String[] allLimitNum) throws Exception; + + /** + * 删除促销单及其相关信息; + * @param tenantId + * @param ticketIds + * @return + * @throws Exception + */ + Integer deleteAllInfos(String tenantId, List ticketIds) throws Exception; + + /** + * 促销单中止; + * @param tenantId + * @param id + * @param userName + * @return + * @throws Exception + */ + Integer updateStatusToPause(String tenantId, String id, String userName) throws Exception; + + /** + * 重启已中止的促销单据; + * @param tenantId + * @param id + * @param userName + * @return + * @throws Exception + */ + Integer updateStatusToReStart(String tenantId, String id, String userName) throws Exception; + + /** + * 促销任务开启; + * @param tenantId + * @param id + * @param userName + * @return + * @throws Exception + */ + Integer updateTicketStartByTask(String tenantId, String id, String userName) throws Exception; + + /** + * 促销任务结束; + * @param tenantId + * @param id + * @param userName + * @return + * @throws Exception + */ + Integer updateTicketFinishByTask(String tenantId, String id, String userName) throws Exception; + + /** + * 将预备状态的任务改为执行状态; + * @param tenantId + * @param tomorrow + * @param time + * @return + * @throws Exception + */ + Integer updateStatusToExecuting(String tenantId, String tomorrow, String time) throws Exception; + + /** + * 更改促销单以及促销任务状态 + * @param tenantId + * @param userName + * @return + * @throws Exception + */ + Integer updateTicketStatusByTask(String tenantId, String userName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramSettingService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramSettingService.java new file mode 100644 index 0000000..60326ad --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramSettingService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramSetting; +import com.jwsaas.service.BaseService; + +/** + * 小程序设置数据接口 + */ +public interface ProgramSettingService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreBusinessTicketDeliverService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreBusinessTicketDeliverService.java new file mode 100644 index 0000000..73b2279 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreBusinessTicketDeliverService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramStoreBusinessTicketDeliver; +import com.jwsaas.service.BaseService; + +/** + * 小程序销售单配送信息数据接口 + */ +public interface ProgramStoreBusinessTicketDeliverService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreBusinessTicketInfoService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreBusinessTicketInfoService.java new file mode 100644 index 0000000..d678a08 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreBusinessTicketInfoService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramStoreBusinessTicketInfo; +import com.jwsaas.service.BaseService; + +/** + * 小程序销售单优惠明细数据接口 + */ +public interface ProgramStoreBusinessTicketInfoService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreBusinessTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreBusinessTicketService.java new file mode 100644 index 0000000..56d59d4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreBusinessTicketService.java @@ -0,0 +1,41 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramBusinessOrderUpload; +import com.jwsaas.entity.food.ProgramStoreBusinessTicket; +import com.jwsaas.entity.food.ProgramStoreBusinessTicketDeliver; +import com.jwsaas.entity.food.ProgramStoreOrderProduct; +import com.jwsaas.entity.food.ProgramStorePay; +import com.jwsaas.entity.food.StoreBusinessTicketCheck; +import com.jwsaas.service.BaseService; + +/** + * 小程序销售单数据接口 + */ +public interface ProgramStoreBusinessTicketService extends BaseService { + + /** + * 存储订单 + */ + public StoreBusinessTicketCheck saveBusinessTicket(String tenantId, ProgramBusinessOrderUpload ticket) throws Exception; + + /** + * 更新订单 + */ + public StoreBusinessTicketCheck updateBusinessTicket(String tenantId, ProgramStoreBusinessTicket ticket, List payList) throws Exception; + + /** + * 修改订单信息 + */ + public StoreBusinessTicketCheck updateBusinessTicketByNo(String tenantId, ProgramStoreBusinessTicket ticket,ProgramStoreBusinessTicketDeliver storeBusinessTicketDeliver, List productList) throws Exception; + /** + * 导出Excel用; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListByExport(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreOrderProductInfoService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreOrderProductInfoService.java new file mode 100644 index 0000000..47f05d0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreOrderProductInfoService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramStoreOrderProductInfo; +import com.jwsaas.service.BaseService; + +/** + * 小程序产品销售记录优惠明细数据接口 + */ +public interface ProgramStoreOrderProductInfoService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreOrderProductMakeService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreOrderProductMakeService.java new file mode 100644 index 0000000..5099401 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreOrderProductMakeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramStoreOrderProductMake; +import com.jwsaas.service.BaseService; + +/** + * 小程序销售单做法数据接口 + */ +public interface ProgramStoreOrderProductMakeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreOrderProductService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreOrderProductService.java new file mode 100644 index 0000000..c923a03 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreOrderProductService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ProgramStoreOrderProduct; +import com.jwsaas.service.BaseService; + +/** + * 小程序产品销售记录数据接口 + */ +public interface ProgramStoreOrderProductService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramStorePayService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramStorePayService.java new file mode 100644 index 0000000..52ab45e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramStorePayService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramStorePay; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 小程序收银流水数据接口 + */ +public interface ProgramStorePayService extends BaseService { + + /** + * 巨为小程序,导出Excel支付列表查询 + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListByExport(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreProductService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreProductService.java new file mode 100644 index 0000000..cb99efd --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreProductService.java @@ -0,0 +1,66 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramStoreOrderProduct; +import com.jwsaas.entity.food.ProgramStoreProduct; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 小程序门店商品关联数据接口 + */ +public interface ProgramStoreProductService extends BaseService { + + /** + * 获取含有商品名称的信息; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerExtend(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 门店商品上下架; + * @param tenantId + * @param onShelves true:上架;false:下架; + * @param storeIdList + * @param programProductIdList + * @param userName + * @return + * @throws Exception + */ + Integer saveShelf(String tenantId, Boolean onShelves, List storeIdList, List programProductIdList, String userName) throws Exception; + + + /** + * 门店商品库存扣减 + * @param tenantId + * @param storeId + * @param specId + * @param stock + */ + public void updateStoreProductSaleStock(String tenantId, List orderProductList); + + /** + * 获取门店共同商品; + * @param tenantId + * @param storeIdList + * @param criteria + * @return + * @throws Exception + */ + List getListByStoreIds(String tenantId, List storeIdList, Criteria criteria) throws Exception; + + /** + * 获取小程序商品的详细信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreService.java new file mode 100644 index 0000000..64ab263 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ProgramStoreService.java @@ -0,0 +1,34 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramStore; +import com.jwsaas.service.BaseService; + +/** + * 小程序门店信息数据接口 + */ +public interface ProgramStoreService extends BaseService { + + /** + * 已添加过得门店storeId; + * @param tenantId + * @param programId + * @return + * @throws Exception + */ + List getStoreIdList(String tenantId,String programId) throws Exception; + + + /** + * 根据经纬度获取门店的排序 + * @param tenantId + * @param longitude + * @param latitude + * @param criteria + * @return + * @throws Exception + */ + List getDistanceList(String tenantId, String longitude, String latitude, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PromotionBlackListGoodsService.java b/food-api/src/main/java/com/jwsaas/service/food/PromotionBlackListGoodsService.java new file mode 100644 index 0000000..44d8762 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PromotionBlackListGoodsService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.PromotionBlackListGoods; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 促销商品黑名单数据接口 + */ +public interface PromotionBlackListGoodsService extends BaseService { + + /** + * 获取带有规格的商品信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListWithSpec(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PromotionBlackListStoreAreaService.java b/food-api/src/main/java/com/jwsaas/service/food/PromotionBlackListStoreAreaService.java new file mode 100644 index 0000000..fce8041 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PromotionBlackListStoreAreaService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PromotionBlackListStoreArea; +import com.jwsaas.service.BaseService; + +/** + * 促销门店区域黑名单数据接口 + */ +public interface PromotionBlackListStoreAreaService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PromotionBlackListStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/PromotionBlackListStoreService.java new file mode 100644 index 0000000..4af0f24 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PromotionBlackListStoreService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PromotionBlackListStore; +import com.jwsaas.service.BaseService; + +/** + * 促销门店黑名单数据接口 + */ +public interface PromotionBlackListStoreService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PromotionCategoryService.java b/food-api/src/main/java/com/jwsaas/service/food/PromotionCategoryService.java new file mode 100644 index 0000000..409e777 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PromotionCategoryService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PromotionCategory; +import com.jwsaas.service.BaseService; + +/** + * 促销品类表数据接口 + */ +public interface PromotionCategoryService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PromotionGoodsService.java b/food-api/src/main/java/com/jwsaas/service/food/PromotionGoodsService.java new file mode 100644 index 0000000..171f7dd --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PromotionGoodsService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.PromotionGoods; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 促销商品明细数据接口 + */ +public interface PromotionGoodsService extends BaseService { + + /** + * 获取带有规格的商品信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListWithSpec(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PromotionScheduleService.java b/food-api/src/main/java/com/jwsaas/service/food/PromotionScheduleService.java new file mode 100644 index 0000000..d05b78b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PromotionScheduleService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PromotionSchedule; +import com.jwsaas.service.BaseService; + +/** + * 促销档期数据接口 + */ +public interface PromotionScheduleService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PromotionSchemeService.java b/food-api/src/main/java/com/jwsaas/service/food/PromotionSchemeService.java new file mode 100644 index 0000000..d57edd6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PromotionSchemeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PromotionScheme; +import com.jwsaas.service.BaseService; + +/** + * 促销方案表数据接口 + */ +public interface PromotionSchemeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PromotionStoreAreaService.java b/food-api/src/main/java/com/jwsaas/service/food/PromotionStoreAreaService.java new file mode 100644 index 0000000..5921b0e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PromotionStoreAreaService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PromotionStoreArea; +import com.jwsaas.service.BaseService; + +/** + * 促销门店区域关联表数据接口 + */ +public interface PromotionStoreAreaService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PromotionStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/PromotionStoreService.java new file mode 100644 index 0000000..afce582 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PromotionStoreService.java @@ -0,0 +1,21 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.PromotionStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 促销门店关联表数据接口 + */ +public interface PromotionStoreService extends BaseService { + + /** + * 获取促销单对应门店ids; + * @param tenantId + * @param criteria + * @return + */ + List getStoreIdList(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PromotionTaskService.java b/food-api/src/main/java/com/jwsaas/service/food/PromotionTaskService.java new file mode 100644 index 0000000..4baa3c4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PromotionTaskService.java @@ -0,0 +1,60 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PromotionTask; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 促销任务表数据接口 + */ +public interface PromotionTaskService extends BaseService { + + /** + * 审核后,生成促销任务表,只生成三天,剩下的由定时任务完成; + * @param tenantId + * @param id + * @param no 任务编号; + * @return + */ + Integer saveTask(String tenantId, String id,String no) throws Exception; + + /** + * 中止促销任务; + * @param tenantId + * @param sids + * @param currentUserName + * @return + * @throws Exception + */ + Integer updateTaskToPause(String tenantId, List sids, String currentUserName)throws Exception; + + /** + * 生成商品促销任务; + * @param tenantId + * @param ticketId + * @param no + * @return + * @throws Exception + */ + Integer saveGoodsTask(String tenantId, String ticketId, String no) throws Exception; + + /** + * 重启已中止的促销任务; + * @param tenantId + * @param ids + * @param currentUserName + * @return + * @throws Exception + */ + Integer updateTaskToReStart(String tenantId, List ids, String currentUserName) throws Exception; + + /** + * 生成下一天的促销任务; + * @param tenantId + * @param currentUser + * @return + * @throws Exception + */ + Integer saveNextDayPromotionTask(String tenantId,String ticketId,String lastTaskEndDate,String lastTaskNo, String currentUser) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PromotionTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/PromotionTicketService.java new file mode 100644 index 0000000..e62183e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PromotionTicketService.java @@ -0,0 +1,198 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.PromotionTicket; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 促销单数据接口 + */ +public interface PromotionTicketService extends BaseService { + + + /** + * 保存促销单信息,促销方案,门店信息,商品信息; + * @param tenantId + * @param ticket + * @param promotionType 促销类型; + * @param type 0满减,1每满减,2阶梯满减 + * @param areIdList 区域 + * @param storeIdList 门店 + * @param productTypeIdList 商品类型 + * @param specIdList 规格 + * @return + */ + Integer saveTicketScheme(String tenantId, PromotionTicket ticket, String promotionType, String type, List areIdList, List storeIdList, List productTypeIdList, List specIdList,String[] amount,String[] discountType,String[] discount) throws Exception; + + /** + * 修改促销单信息,促销方案,门店信息,商品信息; + * @param tenantId + * @param ticket + * @param areIdList + * @param storeIdList + * @param productTypeIdList + * @param specIdList + * @param amount + * @param discountType + * @param discount + * @return + */ + Integer updateTicketScheme(String tenantId, PromotionTicket ticket,String type, List areIdList, List storeIdList, List productTypeIdList, List specIdList, String[] amount, String[] discountType, String[] discount); + + /** + * 删除促销单及促销单对应的方案,门店,商品信息; + * @param tenantId + * @param sids + * @return + * @throws Exception + */ + Integer deleteAllInfos(String tenantId, List sids) throws Exception; + + /** + * 最新 + * 促销单状态调整,计划任务调用该方法完成业务处理
+ *

+ * 生成促销任务,更改促销单以及促销任务状态等. + *

+ */ + Integer updateTicketStatusByTask(String tenantId, String currentUser) throws Exception; + + /** + * 老的-不推荐 + * 促销单状态调整,计划任务调用该方法完成业务处理
+ *

+ * 生成促销任务,更改促销单以及促销任务状态等. + *

+ */ + Integer updateTicketStatusByTasks(String tenantId, String currentUser) throws Exception; + + /** + * 促销单结束,计划任务调用该方法完成业务处理
+ *

+ * 促销执行结束,更改促销单以及促销任务状态等. + *

+ */ + Integer updateTicketFinishByTask(String tenantId, String ticketId, String currentUser) throws Exception; + + /** + * 保存商品促销单; + * @param tenantId + * @param ticket + * @param areIdList + * @param storeIdList + * @param productTypeIdList + * @param specIdList + * @param price + * @param specialPrice + * @param limitNum + * @param allLimitNum + * @return + * @throws Exception + */ + Integer saveGoodsTicketScheme(String tenantId, PromotionTicket ticket, List areIdList, List storeIdList, List productTypeIdList, List specIdList, String[] price,String[] discountType,String[] discount, String[] specialPrice,String[] limitNum,String[] allLimitNum) throws Exception; + + /** + * 修改商品促销单; + * @param tenantId + * @param ticket + * @param reduceType + * @param areIdList + * @param storeIdList + * @param productTypeIdList + * @param specIdList + * @param price + * @param specialPrice + * @param limitNum + * @param allLimitNum + * @return + */ + Integer updateGoodsTicketScheme(String tenantId, PromotionTicket ticket, String reduceType, List areIdList, List storeIdList, List productTypeIdList, List specIdList, String[] price,String[] discountType,String[] discount, String[] specialPrice, String[] limitNum, String[] allLimitNum) throws Exception; + + /** + * 促销任务开始,定时任务; + * @param tenantId + * @param ticketId + * @param currentUser + * @return + * @throws Exception + */ + Integer updateTicketStartByTask(String tenantId, String ticketId, String currentUser) throws Exception; + + /** + * 将预备状态的任务改为执行状态; + * @param tenantId + * @param date + * @param time + * @return + * @throws Exception + */ + Integer updateStatusToExecuting(String tenantId, String date, String time) throws Exception; + + /** + * 中止促销单据; + * @param tenantId + * @param id + * @param operatorName + * @return + * @throws Exception + */ + Integer updateStatusToPause(String tenantId, String id, String operatorName) throws Exception; + + /** + * 重启已中止的促销单据; + * @param tenantId + * @param id + * @param currentUserName + * @return + * @throws Exception + */ + Integer updateStatusToReStart(String tenantId, String id, String currentUserName) throws Exception; + + /** + * 保存双数特价促销; + * @param tenantId + * @param ticket + * @param areIdList + * @param storeIdList + * @param productTypeIdList + * @param specIdList + * @param price + * @param discountType + * @param discount + * @param specialPrice + * @param sends 是否赠送; + * @return + */ + Integer saveDoubleSpecialTicketScheme(String tenantId, PromotionTicket ticket, List areIdList, List storeIdList, List productTypeIdList, List specIdList, String[] price, String[] discountType, String[] discount, String[] specialPrice, String[] sends) throws Exception; + + /** + * 更新双数特价促销; + * @param tenantId + * @param ticket + * @param reduceType + * @param areIdList + * @param storeIdList + * @param productTypeIdList + * @param specIdList + * @param price + * @param discountType + * @param discount + * @param specialPrice + * @param sends + * @return + * @throws Exception + */ + Integer updateDoubleSpecialTicketScheme(String tenantId, PromotionTicket ticket, String reduceType, List areIdList, List storeIdList, List productTypeIdList, List specIdList, String[] price, String[] discountType, String[] discount, String[] specialPrice, String[] sends) throws Exception; + + /** + * 关联促销门店信息; + * @param tenantId + * @param criteria + * @param pager + * @return + */ + Pager getPagerWithStores(String tenantId, Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PurchaseStorageTicketDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/PurchaseStorageTicketDetailService.java new file mode 100644 index 0000000..cf9e13f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PurchaseStorageTicketDetailService.java @@ -0,0 +1,47 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.PurchaseStorageTicketDetail; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; +import java.util.Map; + +/** + * 采购入库单明细数据接口 + */ +public interface PurchaseStorageTicketDetailService extends BaseService { + + /** + * 获取采购入库单明细信息(报表数据) + * + * @param tenantId + * @param startTime + * 开始时间 + * @param endTime + * 结束时间 + * @param storageIdList + * 门店ID列表 + * @param supplierId + * 供应商ID + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getReprotData(String tenantId, String startTime, String endTime, List storageIdList, String supplierId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取采购入库单明细信息 + * @param tenantId + * @param startTime + * @param endTime + * @param storageIdList + * @param supplierId + * @param criteria + * @return + * @throws Exception + */ + List> getListReprotData(String tenantId, String startTime, String endTime, List storageIdList, String supplierId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PurchaseStorageTicketLogService.java b/food-api/src/main/java/com/jwsaas/service/food/PurchaseStorageTicketLogService.java new file mode 100644 index 0000000..a4e6ae3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PurchaseStorageTicketLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PurchaseStorageTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 采购入库单操作记录数据接口 + */ +public interface PurchaseStorageTicketLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PurchaseStorageTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/PurchaseStorageTicketService.java new file mode 100644 index 0000000..26dea0b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PurchaseStorageTicketService.java @@ -0,0 +1,30 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.PurchaseStorageTicket; +import com.jwsaas.entity.food.PurchaseStorageTicketDetail; +import com.jwsaas.entity.food.PurchaseStorageTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 采购入库单数据接口 + */ +public interface PurchaseStorageTicketService extends BaseService { + + /** + * 保存采购入库单 + */ + PurchaseStorageTicket saveTicket(String tenantId, PurchaseStorageTicket entity, List ticketDetailList, PurchaseStorageTicketLog ticketLog) throws Exception; + + /** + * 修改采购入库单 + */ + Integer updateTicket(String tenantId, PurchaseStorageTicket entity, List ticketDetailList, PurchaseStorageTicketLog ticketLog) throws Exception; + + /** + * 更新单据状态,主要用于审核、废弃、反审核等操作 + */ + Integer updateStatus(String tenantId, PurchaseStorageTicket ticket, PurchaseStorageTicketLog ticketLog) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PurchaseTemplateDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/PurchaseTemplateDetailService.java new file mode 100644 index 0000000..5f530ce --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PurchaseTemplateDetailService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PurchaseTemplateDetail; +import com.jwsaas.service.BaseService; + +/** + * 采购模板明细数据接口 + */ +public interface PurchaseTemplateDetailService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PurchaseTemplateService.java b/food-api/src/main/java/com/jwsaas/service/food/PurchaseTemplateService.java new file mode 100644 index 0000000..2d5d579 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PurchaseTemplateService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.entity.food.PurchaseTemplate; +import com.jwsaas.entity.food.PurchaseTemplateDetail; +import com.jwsaas.service.BaseService; + +/** + * 采购模板数据接口 + */ +public interface PurchaseTemplateService extends BaseService { + + Map saveTemplateAndDetail(String tenantId, PurchaseTemplate ticket, List ticketDetailList)throws Exception; + + Map updateTemplateAndDetail(String tenantId, PurchaseTemplate ticket,List ticketDetailList)throws Exception; + + Integer deleteTemplateAndDetail(String currentTenantId, List sids)throws Exception; + + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PurchaseTicketDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/PurchaseTicketDetailService.java new file mode 100644 index 0000000..fe47712 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PurchaseTicketDetailService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PurchaseTicketDetail; +import com.jwsaas.service.BaseService; + +/** + * 采购单明细数据接口 + */ +public interface PurchaseTicketDetailService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PurchaseTicketLogService.java b/food-api/src/main/java/com/jwsaas/service/food/PurchaseTicketLogService.java new file mode 100644 index 0000000..99d2240 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PurchaseTicketLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PurchaseTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 采购订单操作记录数据接口 + */ +public interface PurchaseTicketLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PurchaseTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/PurchaseTicketService.java new file mode 100644 index 0000000..d28d3ed --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PurchaseTicketService.java @@ -0,0 +1,30 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.PurchaseTicket; +import com.jwsaas.entity.food.PurchaseTicketDetail; +import com.jwsaas.entity.food.PurchaseTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 采购单数据接口 + */ +public interface PurchaseTicketService extends BaseService { + + /** + * 保存采购单 + */ + PurchaseTicket saveTicket(String tenantId, PurchaseTicket entity, List ticketDetailList, PurchaseTicketLog ticketLog) throws Exception; + + /** + * 修改采购单 + */ + Integer updateTicket(String tenantId, PurchaseTicket entity, List ticketDetailList, PurchaseTicketLog ticketLog) throws Exception; + + /** + * 更新单据状态,主要用于审核、废弃、反审核等操作 + */ + Integer updateStatus(String tenantId, PurchaseTicket ticket, PurchaseTicketLog ticketLog) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PurchasepriceService.java b/food-api/src/main/java/com/jwsaas/service/food/PurchasepriceService.java new file mode 100644 index 0000000..d29e02b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PurchasepriceService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.Purchaseprice; +import com.jwsaas.service.BaseService; + +/** + * 采购价格数据接口 + */ +public interface PurchasepriceService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PurchasepriceTicketMaterialService.java b/food-api/src/main/java/com/jwsaas/service/food/PurchasepriceTicketMaterialService.java new file mode 100644 index 0000000..7650d57 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PurchasepriceTicketMaterialService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PurchasepriceTicketMaterial; +import com.jwsaas.service.BaseService; + +/** + * 采购价格单原料数据接口 + */ +public interface PurchasepriceTicketMaterialService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/PurchasepriceTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/PurchasepriceTicketService.java new file mode 100644 index 0000000..d6939e8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/PurchasepriceTicketService.java @@ -0,0 +1,41 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.PurchasepriceTicket; +import com.jwsaas.entity.food.PurchasepriceTicketMaterial; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 采购价格管理单数据接口 + */ +public interface PurchasepriceTicketService extends BaseService { + + /** + * 保存采购价格单,采购价格明细; + * @param tenantId + * @param ticket + * @param details + * @return + */ + PurchasepriceTicket saveTicket(String tenantId, PurchasepriceTicket ticket, List details)throws Exception; + + /** + * 修改采购价格单、采购价格明细; + * @param tenantId + * @param ticket + * @param details + * @return + * @throws Exception + */ + Integer updateTicket(String tenantId, PurchasepriceTicket ticket, List details) throws Exception; + + /** + * 审核、作废采购价格单据 + * @param tenantId + * @param id + * @param operator + * @return + */ + Integer updateStatus(String tenantId, String id,String flag ,String operator) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiAdjustPriceGoodsService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiAdjustPriceGoodsService.java new file mode 100644 index 0000000..8aa0076 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiAdjustPriceGoodsService.java @@ -0,0 +1,23 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.QimaiAdjustPriceGoods; +import com.jwsaas.entity.food.QimaiAdjustPriceTicket; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 企迈调价单商品明细数据接口 + */ +public interface QimaiAdjustPriceGoodsService extends BaseService { + + /** + * 企迈商品调价单关联商品信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiAdjustPriceStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiAdjustPriceStoreService.java new file mode 100644 index 0000000..687dd0b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiAdjustPriceStoreService.java @@ -0,0 +1,24 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.QimaiAdjustPriceStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 企迈调价单门店明细数据接口 + */ +public interface QimaiAdjustPriceStoreService extends BaseService { + + /** + * 企迈调价单关联门店信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; + + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiAdjustPriceTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiAdjustPriceTicketService.java new file mode 100644 index 0000000..b3d4fc5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiAdjustPriceTicketService.java @@ -0,0 +1,54 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiAdjustPriceGoods; +import com.jwsaas.entity.food.QimaiAdjustPriceStore; +import com.jwsaas.entity.food.QimaiAdjustPriceTicket; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 企迈商品调价单数据接口 + */ +public interface QimaiAdjustPriceTicketService extends BaseService { + + /** + * 保存企迈商品调价单,及其明细; + * @param tenantId + * @param ticket + * @param storeList + * @param productList + * @return + * @throws Exception + */ + QimaiAdjustPriceTicket saveTicket(String tenantId, QimaiAdjustPriceTicket ticket, List storeList, List productList) throws Exception; + + /** + * 更新企迈商品调价单,及其明细; + * @param tenantId + * @param ticket + * @param storeList + * @param productList + * @return + * @throws Exception + */ + Integer updateTicket(String tenantId, QimaiAdjustPriceTicket ticket, List storeList, List productList) throws Exception; + + /** + * 审核单据; + * @param tenantId + * @param ticket + * @return + * @throws Exception + */ + Integer updateAudit(String tenantId, QimaiAdjustPriceTicket ticket) throws Exception; + + /** + * 删除单据及其明细; + * @param tenantId + * @param sids + * @return + * @throws Exception + */ + Integer deleteTickets(String tenantId, List sids) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiAttributeCategoryService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiAttributeCategoryService.java new file mode 100644 index 0000000..cacf716 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiAttributeCategoryService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiAttributeCategory; +import com.jwsaas.service.BaseService; + +/** + * 企迈属性分类数据接口 + */ +public interface QimaiAttributeCategoryService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiAttributeService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiAttributeService.java new file mode 100644 index 0000000..47ce1dc --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiAttributeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiAttribute; +import com.jwsaas.service.BaseService; + +/** + * 企迈属性数据接口 + */ +public interface QimaiAttributeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiChargeService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiChargeService.java new file mode 100644 index 0000000..c7ab505 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiChargeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiCharge; +import com.jwsaas.service.BaseService; + +/** + * 企迈加料信息数据接口 + */ +public interface QimaiChargeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiOrderItemService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiOrderItemService.java new file mode 100644 index 0000000..1c2daac --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiOrderItemService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiOrderItem; +import com.jwsaas.service.BaseService; + +/** + * 企迈订单明细表数据接口 + */ +public interface QimaiOrderItemService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiOrderPayService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiOrderPayService.java new file mode 100644 index 0000000..fb99a9d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiOrderPayService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiOrderPay; +import com.jwsaas.service.BaseService; + +/** + * 企迈订单支付信息数据接口 + */ +public interface QimaiOrderPayService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiOrderService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiOrderService.java new file mode 100644 index 0000000..1f1d6df --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiOrderService.java @@ -0,0 +1,38 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.QimaiOrder; +import com.jwsaas.entity.food.QimaiOrderItem; +import com.jwsaas.entity.food.QimaiOrderPay; +import com.jwsaas.service.BaseService; + +/** + * 企迈订单表数据接口 + */ +public interface QimaiOrderService extends BaseService { + + /** + * 企迈订单新增 + * + * @param tenantId + * @param entity + * @param itemList + * @param extraList + * @return + * @throws Exception + */ + public Integer saveOrder(String tenantId, QimaiOrder entity, List itemList, List payList) throws Exception; + + /** + * 企迈订单修改 + * + * @param tenantId + * @param entity + * @param itemList + * @param extraList + * @return + * @throws Exception + */ + public Integer updateOrder(String tenantId, QimaiOrder entity, List itemList, List payList) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiProductAttributeService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductAttributeService.java new file mode 100644 index 0000000..18ceeb2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductAttributeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiProductAttribute; +import com.jwsaas.service.BaseService; + +/** + * 企迈商品属性数据接口 + */ +public interface QimaiProductAttributeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiProductCategoryService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductCategoryService.java new file mode 100644 index 0000000..94d937d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductCategoryService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiProductCategory; +import com.jwsaas.service.BaseService; + +/** + * 企迈商品分类数据接口 + */ +public interface QimaiProductCategoryService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiProductChargeService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductChargeService.java new file mode 100644 index 0000000..7b73ae8 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductChargeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiProductCharge; +import com.jwsaas.service.BaseService; + +/** + * 企迈商品加料信息数据接口 + */ +public interface QimaiProductChargeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiProductService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductService.java new file mode 100644 index 0000000..a1c9974 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductService.java @@ -0,0 +1,125 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.QimaiProduct; +import com.jwsaas.entity.food.QimaiProductAttribute; +import com.jwsaas.entity.food.QimaiProductSpec; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 企迈商品信息数据接口 + */ +public interface QimaiProductService extends BaseService { + + /** + * 已添加商品ids信息; + * @param tenantId + * @return + * @throws Exception + */ + List getAllProductIdsByCriteria(String tenantId,Criteria criteria) throws Exception; + + /** + * 保存企迈商品、规格、属性、套餐明细信息; + * @param tenantId + * @param product + * @param specList + * @param attributeList + * @return + * @throws Exception + */ + QimaiProduct saveWithSpecAndAttribut(String tenantId, QimaiProduct product, List specList, List attributeList,List goodsIds,List chargeIds) throws Exception; + + /** + * 修改企迈商品、规格、属性、套餐明细信息; + * @param tenantId + * @param product + * @param specList + * @param attributes + * @return + * @throws Exception + */ + Integer upDateWithSpecAndAttribut(String tenantId, QimaiProduct product, List specList, List attributes,List goodsIds,List chargeIds,String userName) throws Exception; + + /** + * 根据门店关联商品信息,获取商品信息; + * @param tenantId + * @param storeId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getQimaiProductWithStoreProduct(String tenantId, String storeId, Criteria criteria, Pager pager) throws Exception; + + /** + * 门店已上架商品信息; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerExtends(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 删除商品、商品对应规格、对应属性信息; + * @param tenantId + * @param qimaiProductIds + * @return + * @throws Exception + */ + Integer deleteAllInfosByIds(String tenantId, List qimaiProductIds) throws Exception; + + /** + * 根据门店获取共同商品; + * @param tenantId + * @param storeIdList + * @param criteria + * @return + * @throws Exception + */ + List getListByQimaiStoreIds(String tenantId, List storeIdList, Criteria criteria) throws Exception; + + /** + * 过去企迈商品规格信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListWithSpecInfos(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取门店已上架商品规格信息; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerWithSpecInfos(String tenantId, Criteria criteria, Pager pager) throws Exception; + + + /** + * 含有规格的企迈商品信息(分页); + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerWithQimaiSpec(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 含有谷歌的企迈商品信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListWithQimaiSpec(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiProductSpecService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductSpecService.java new file mode 100644 index 0000000..28dce7f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductSpecService.java @@ -0,0 +1,14 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiProductSpec; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 企迈商品规格信息数据接口 + */ +public interface QimaiProductSpecService extends BaseService { + + List getSpecIds(String tenantId) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiProductTemplateDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductTemplateDetailService.java new file mode 100644 index 0000000..f86d55c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductTemplateDetailService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiProductTemplateDetail; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 企迈小程序商品模板明细数据接口 + */ +public interface QimaiProductTemplateDetailService extends BaseService { + + /** + * 根据 + * @param tenantId + * @param templateId + * @param templateId + * @return + * @throws Exception + */ + List getQimaiProductIdByTemplateId(String tenantId, String templateId) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiProductTemplateService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductTemplateService.java new file mode 100644 index 0000000..9f4f6c6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductTemplateService.java @@ -0,0 +1,69 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiProductTemplate; +import com.jwsaas.entity.food.QimaiProductTemplateDetail; +import com.jwsaas.entity.food.QimaiProductTemplateStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 企迈小程序商品模板数据接口 + */ +public interface QimaiProductTemplateService extends BaseService { + + /** + * 保存企迈商品模板、模板商品明细、模板门店信息; + * @param tenantId + * @param template + * @param details + * @param stores + * @return + * @throws Exception + */ + QimaiProductTemplate saveTemplateDetailAndStores(String tenantId, QimaiProductTemplate template, + List details, List stores) throws Exception; + + /** + * 更新企迈商品模板、模板商品明细、模板门店信息; + * @param tenantId + * @param template + * @param details + * @param stores + * @return + * @throws Exception + */ + Integer updateTemplateDetailAndStores(String tenantId, QimaiProductTemplate template, + List details, List stores,String userName) throws Exception; + + /** + * 删除企迈商品模板,模板对应商品明细、门店信息; + * @param tenantId + * @param sids + * @return + * @throws Exception + */ + Integer deleteTemplateDetailsStores(String tenantId, List sids) throws Exception; + + /** + * 增量执行企迈商品模板; + * @param tenantId + * @param templateId + * @param storeIds + * @param userName + * @return + * @throws Exception + */ + Integer saveQimaiStoreProductPrice(String tenantId, String templateId, List storeIds, String userName) throws Exception; + + /** + * 覆盖执行企迈商品模板; + * @param tenantId + * @param templateId + * @param storeIds + * @param userName + * @return + * @throws Exception + */ + Integer saveQimaiStoreProductPriceByCover(String tenantId, String templateId, List storeIds, String userName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiProductTemplateStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductTemplateStoreService.java new file mode 100644 index 0000000..2062e11 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiProductTemplateStoreService.java @@ -0,0 +1,31 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.QimaiProductTemplateStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 企迈小程序商品模板门店明细数据接口 + */ +public interface QimaiProductTemplateStoreService extends BaseService { + + /** + * 根据模版ID获取模板对应门店ID; + * @param tenantId + * @param templateId + * @return + * @throws Exception + */ + List getStoreIdByTemplateId(String tenantId, String templateId) throws Exception; + + /** + * + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiStoreLableService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiStoreLableService.java new file mode 100644 index 0000000..4b4527a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiStoreLableService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiStoreLable; +import com.jwsaas.service.BaseService; + +/** + * 企迈门店标签数据接口 + */ +public interface QimaiStoreLableService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiStoreProductService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiStoreProductService.java new file mode 100644 index 0000000..e9f53b0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiStoreProductService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiStoreProduct; +import com.jwsaas.service.BaseService; + +/** + * 企迈门店商品表数据接口 + */ +public interface QimaiStoreProductService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiStoreService.java new file mode 100644 index 0000000..3e1f55f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiStoreService.java @@ -0,0 +1,24 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.QimaiStore; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 企迈门店表数据接口 + */ +public interface QimaiStoreService extends BaseService { + + /** + * 获取企迈门店对应实际门店Ids; + * @param tenantId + * @return + * @throws Exception + */ + List getStoreIdList(String tenantId) throws Exception; + + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/QimaiSuitDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/QimaiSuitDetailService.java new file mode 100644 index 0000000..3d8d5e5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/QimaiSuitDetailService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.QimaiSuitDetail; +import com.jwsaas.service.BaseService; + +/** + * 企迈套餐明细信息数据接口 + */ +public interface QimaiSuitDetailService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ReceiveDifferenceDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/ReceiveDifferenceDetailService.java new file mode 100644 index 0000000..910cf72 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ReceiveDifferenceDetailService.java @@ -0,0 +1,63 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ReceiveDifferenceDetail; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 收货差异明细数据接口 + */ +public interface ReceiveDifferenceDetailService extends BaseService { + + /** + * 验收差异单详情金额,数量汇总 + * @param tenantId + * @param criteria + * @return + */ + List> getSumData(String tenantId, Criteria criteria, Boolean isBatch); + /** + * 获取关联差异单的明细数据; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getExtendsPager(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取关联差异单的明细数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getExtendsList(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取差异汇总数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListBySummary(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取差异汇总数据(分页); + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerBySummary(String tenantId, Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ReceiveDifferenceTicketLogService.java b/food-api/src/main/java/com/jwsaas/service/food/ReceiveDifferenceTicketLogService.java new file mode 100644 index 0000000..df8ca4d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ReceiveDifferenceTicketLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ReceiveDifferenceTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 配送差异单操作记录数据接口 + */ +public interface ReceiveDifferenceTicketLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ReceiveDifferenceTicketPayService.java b/food-api/src/main/java/com/jwsaas/service/food/ReceiveDifferenceTicketPayService.java new file mode 100644 index 0000000..3143a45 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ReceiveDifferenceTicketPayService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ReceiveDifferenceTicketPay; +import com.jwsaas.service.BaseService; + +/** + * 配送差异金额明细数据接口 + */ +public interface ReceiveDifferenceTicketPayService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ReceiveDifferenceTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/ReceiveDifferenceTicketService.java new file mode 100644 index 0000000..209350a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ReceiveDifferenceTicketService.java @@ -0,0 +1,42 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ReceiveDifferenceDetail; +import com.jwsaas.entity.food.ReceiveDifferenceTicket; +import com.jwsaas.entity.food.ReceiveDifferenceTicketLog; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 配送收货差异单数据接口 + */ +public interface ReceiveDifferenceTicketService extends BaseService { + + /** + * 修改单据状态,不对库存进行修改; + * @param tenantId + * @param ticket + * @param ticketLog + * @return + */ + Integer updateReceiveDifferenceTicketStatus(String tenantId, ReceiveDifferenceTicket ticket, ReceiveDifferenceTicketLog ticketLog) throws Exception; + + /** + * 审核单据,修改库存; + * @param tenantId + * @param updateTicket + * @param ticketLog + * @return + */ + Integer updateAuditStatus(String tenantId, ReceiveDifferenceTicket updateTicket, List details, ReceiveDifferenceTicketLog ticketLog)throws Exception; + + /** + * 根据条件获取差异单据Id + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getTicketIdsList(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ReceiveGoodsDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/ReceiveGoodsDetailService.java new file mode 100644 index 0000000..78a9110 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ReceiveGoodsDetailService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ReceiveGoodsDetail; +import com.jwsaas.service.BaseService; + +/** + * 收货单明细数据接口 + */ +public interface ReceiveGoodsDetailService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ReceiveGoodsTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/ReceiveGoodsTicketService.java new file mode 100644 index 0000000..065adeb --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ReceiveGoodsTicketService.java @@ -0,0 +1,19 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.ReceiveGoodsDetail; +import com.jwsaas.entity.food.ReceiveGoodsTicket; +import com.jwsaas.service.BaseService; + +/** + * 配送收货单数据接口 + */ +public interface ReceiveGoodsTicketService extends BaseService { + + /** + * 保存实体对象 + */ + ReceiveGoodsTicket saveWithDetailList(String tenantId, ReceiveGoodsTicket ticket, List detailList) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/RechargeParameterService.java b/food-api/src/main/java/com/jwsaas/service/food/RechargeParameterService.java new file mode 100644 index 0000000..7188962 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/RechargeParameterService.java @@ -0,0 +1,61 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.RechargeParameter; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 充值账户方案数据接口 + */ +public interface RechargeParameterService extends BaseService { + + /** + * 保存充值方案,对应门店Id; + * + * @param tenantId + * @param recharge + * @param storeIds + * @return + * @throws Exception + */ + Integer saveRechargeAndStoreId(String tenantId, RechargeParameter recharge, List storeIds) throws Exception; + + /** + * 获取充值方案对应门店id集合; + * + * @param tenantId + * @param id + * @return + * @throws Exception + */ + List getStoreIdsByRechargeId(String tenantId, String id) throws Exception; + + /** + * 修改充值方案,对应门店Id; + * + * @param tenantId + * @param id + * @param recharge + * @param storeIds + * @return + */ + Integer updateRechargeParameterAndStore(String tenantId, String id, RechargeParameter recharge, List storeIds) throws Exception; + + /** + * 删除充值方案和对应门店; + * + * @param tenantId + * @param parameterIds + * @return + * @throws Exception + */ + Integer deleteRechargeParameterAndStoreByParameterIds(String tenantId, List parameterIds) throws Exception; + + /** + * 根据门店ID,获取列表数据 + */ + List getListByStoreId(String tenantId, String storeId, Criteria criteria) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/RoleService.java b/food-api/src/main/java/com/jwsaas/service/food/RoleService.java new file mode 100644 index 0000000..76e2759 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/RoleService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.Role; +import com.jwsaas.service.BaseService; + +/** + * 角色表数据接口 + */ +public interface RoleService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/SaleClearService.java b/food-api/src/main/java/com/jwsaas/service/food/SaleClearService.java new file mode 100644 index 0000000..3aa90db --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/SaleClearService.java @@ -0,0 +1,17 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.SaleClear; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 门店估清表数据接口 + */ +public interface SaleClearService extends BaseService { + + Integer updateSaleClear(String tenantId, SaleClear saleClear) throws Exception; + + Integer deleteSaleClearByEndTime(String tenantId, SaleClear saleClear) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ServerDataVersionService.java b/food-api/src/main/java/com/jwsaas/service/food/ServerDataVersionService.java new file mode 100644 index 0000000..c73ac60 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ServerDataVersionService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ServerDataVersion; +import com.jwsaas.service.BaseService; + +/** + * 数据版本数据接口 + */ +public interface ServerDataVersionService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ShopMeituanOrderExtraService.java b/food-api/src/main/java/com/jwsaas/service/food/ShopMeituanOrderExtraService.java new file mode 100644 index 0000000..2668cea --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ShopMeituanOrderExtraService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ShopMeituanOrderExtra; +import com.jwsaas.service.BaseService; + +/** + * 美团商家订单优惠信息数据接口 + */ +public interface ShopMeituanOrderExtraService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ShopMeituanOrderItemService.java b/food-api/src/main/java/com/jwsaas/service/food/ShopMeituanOrderItemService.java new file mode 100644 index 0000000..c738fa2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ShopMeituanOrderItemService.java @@ -0,0 +1,33 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ShopMeituanOrderItem; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 美团商家订单明细表数据接口 + */ +public interface ShopMeituanOrderItemService extends BaseService { + + /** + * 汇总数据; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerSummary(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListSummary(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ShopMeituanOrderService.java b/food-api/src/main/java/com/jwsaas/service/food/ShopMeituanOrderService.java new file mode 100644 index 0000000..d230878 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ShopMeituanOrderService.java @@ -0,0 +1,50 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ShopMeituanOrder; +import com.jwsaas.entity.food.ShopMeituanOrderExtra; +import com.jwsaas.entity.food.ShopMeituanOrderItem; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 美团商家订单表数据接口 + */ +public interface ShopMeituanOrderService extends BaseService { + + /** + * 汇总分页数据; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerSummary(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 汇总数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getSummaryList(String tenantId, Criteria criteria) throws Exception; + + + /** + * 美团订单新增 + * + * @param tenantId + * @param entity + * @param itemList + * @param extraList + * @return + * @throws Exception + */ + public Integer saveOrder(String tenantId, ShopMeituanOrder entity, List itemList, List extraList) throws Exception; + + List getListReportDataSummary(String currentTenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/SplitFoodAccountService.java b/food-api/src/main/java/com/jwsaas/service/food/SplitFoodAccountService.java new file mode 100644 index 0000000..c3be557 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/SplitFoodAccountService.java @@ -0,0 +1,24 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.SplitFoodAccount; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 菜品分户账户关联表数据接口 + */ +public interface SplitFoodAccountService extends BaseService { + + /** + * 获取门店菜品分店列表,分页获取 + * + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getSplitProductPager(String tenantId, Criteria criteria, Pager pager) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/SplitPayLogService.java b/food-api/src/main/java/com/jwsaas/service/food/SplitPayLogService.java new file mode 100644 index 0000000..77d622d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/SplitPayLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.SplitPayLog; +import com.jwsaas.service.BaseService; + +/** + * 分帐错误日志上传数据接口 + */ +public interface SplitPayLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/SplitPayResultService.java b/food-api/src/main/java/com/jwsaas/service/food/SplitPayResultService.java new file mode 100644 index 0000000..bd620be --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/SplitPayResultService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.SplitPayResult; +import com.jwsaas.service.BaseService; + +/** + * 分店分帐结果数据接口 + */ +public interface SplitPayResultService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/SplitShopAccountService.java b/food-api/src/main/java/com/jwsaas/service/food/SplitShopAccountService.java new file mode 100644 index 0000000..bb9fa53 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/SplitShopAccountService.java @@ -0,0 +1,25 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.SplitShopAccount; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 店铺分帐户表数据接口 + */ +public interface SplitShopAccountService extends BaseService { + + /** + * 获取门店分店列表,分页获取 + * + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getSplitShopPager(String tenantId, Criteria criteria, Pager pager) throws Exception; + + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/SplitShopWithdrawalService.java b/food-api/src/main/java/com/jwsaas/service/food/SplitShopWithdrawalService.java new file mode 100644 index 0000000..b0799ae --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/SplitShopWithdrawalService.java @@ -0,0 +1,24 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.SplitShopWithdrawal; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 分店提现记录表数据接口 + */ +public interface SplitShopWithdrawalService extends BaseService { + + /** + * 分页门店提现数据 + * + * @param tenantId + * 租户标识 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager getSplitWithdrawalPager(String tenantId, Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/SplitStorePayService.java b/food-api/src/main/java/com/jwsaas/service/food/SplitStorePayService.java new file mode 100644 index 0000000..5ef64e3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/SplitStorePayService.java @@ -0,0 +1,32 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.SplitStorePay; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 分店分帐流水数据接口 + */ +public interface SplitStorePayService extends BaseService { + + /** + * 获取分店订单列表,分页获取 + * + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getSplitOrderPager(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 通过参数查询所有的分帐订单 + * @param criteria + * @return + */ + List getSplitStorePayList(Criteria criteria); +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StorageService.java b/food-api/src/main/java/com/jwsaas/service/food/StorageService.java new file mode 100644 index 0000000..ffb4478 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StorageService.java @@ -0,0 +1,13 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.Storage; +import com.jwsaas.service.BaseService; + +/** + * 总部库位数据接口 + */ +public interface StorageService extends BaseService { + + String selectMaxValue(String tenantId, String property) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StorageTypeService.java b/food-api/src/main/java/com/jwsaas/service/food/StorageTypeService.java new file mode 100644 index 0000000..10bcd6e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StorageTypeService.java @@ -0,0 +1,13 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StorageType; +import com.jwsaas.service.BaseService; + +/** + * 总部库位类型数据接口 + */ +public interface StorageTypeService extends BaseService { + + String selectMaxValue(String tenantId, String property) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreAccountDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreAccountDetailService.java new file mode 100644 index 0000000..66434fb --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreAccountDetailService.java @@ -0,0 +1,15 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreAccountDetail; +import com.jwsaas.service.BaseService; + +/** + * 门店余额账户明细数据接口 + */ +public interface StoreAccountDetailService extends BaseService { + + List getListGroup(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreAccountRechargeParameterService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreAccountRechargeParameterService.java new file mode 100644 index 0000000..b6e7358 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreAccountRechargeParameterService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreAccountRechargeParameter; +import com.jwsaas.service.BaseService; + +/** + * 门店账户充值参数方案数据接口 + */ +public interface StoreAccountRechargeParameterService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreAccountRechargeRecordService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreAccountRechargeRecordService.java new file mode 100644 index 0000000..db83759 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreAccountRechargeRecordService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreAccountRechargeRecord; +import com.jwsaas.service.BaseService; + +/** + * 门店账户充值记录数据接口 + */ +public interface StoreAccountRechargeRecordService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreAccountService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreAccountService.java new file mode 100644 index 0000000..738d1e9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreAccountService.java @@ -0,0 +1,86 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreAccount; +import com.jwsaas.entity.food.StoreAccountDetail; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 门店余额账户数据接口 + */ +public interface StoreAccountService extends BaseService { + + /** + * 门店账户余额充值 + */ + StoreAccount save4Recharge(String tenantId, String storeId, String accountId, StoreAccountDetail detail) throws Exception; + + /** + * 查找已存在的门店Id; + * @param tenantId + * @return + * @throws Exception + */ + List getStoreIdList(String tenantId) throws Exception; + + /** + * 门店账户余额扣款; + * @param tenantId + * @param ticketId + * @param ticketType (dispatchTicket 配送单;askGoodsTicket 要货单;receiveDifferenceTicket 差异单) + * @param currentUserName + * @return 0:失败;1:成功;2:没有结算方案;3:没有门店余额账户;4:门店余额为冻结状态;5:结算方案结算模式不匹配;6:门店账户余额不足; + * @throws Exception + */ + Integer saveCutPayment(String tenantId, String ticketId, String ticketType, String currentUserName) throws Exception; + + /** + * 总部充值; + * @param tenantId + * @param account + * @param detail + * @return + * @throws Exception + */ + Integer saveCharge(String tenantId, StoreAccount account, StoreAccountDetail detail)throws Exception; + + /** + * 总部要货单审核扣款; + * @param tenantId + * @param askgoodsId + * @param money 配送单总金额 + * @param userName + * @return + * @throws Exception + */ + Integer saveCutPaymentByAskGoodsTicket(String tenantId, String askgoodsId, Double money, String userName) throws Exception; + + /** + * 总部配送单审核扣款 + * @param tenantId + * @param id + * @param userName + * @return + * @throws Exception + */ + Integer saveCutPaymentByDispatchTicketAudit(String tenantId, String id, String userName) throws Exception; + + /** + * 门店要货审核后,冻结要货款; + * @param tenantId + * @param askGoodTicketId + * @return + * @throws Exception + */ + Integer saveFreezeAskGoodsTicketMoney(String tenantId, String askGoodTicketId) throws Exception; + + /** + * 门店要货反审核,取消冻结要货款; + * @param tenantId + * @param askGoodTicketId + * @return + * @throws Exception + */ + Integer saveFreezeAskGoodsTicketMoneyByAntiAudit(String tenantId, String askGoodTicketId,String operator) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreAreaService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreAreaService.java new file mode 100644 index 0000000..66c92a3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreAreaService.java @@ -0,0 +1,13 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreArea; +import com.jwsaas.service.BaseService; + +/** + * 门店区域数据接口 + */ +public interface StoreAreaService extends BaseService { + + String selectMaxNo(String tenantId, String parentId) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketCheckService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketCheckService.java new file mode 100644 index 0000000..593bc8f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketCheckService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreBusinessTicketCheck; +import com.jwsaas.service.BaseService; + +/** + * 前台销售单上传校验数据接口 + */ +public interface StoreBusinessTicketCheckService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketDeliveryService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketDeliveryService.java new file mode 100644 index 0000000..915f8b6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketDeliveryService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreBusinessTicketDelivery; +import com.jwsaas.service.BaseService; + +/** + * 前台销售单外送信息数据接口 + */ +public interface StoreBusinessTicketDeliveryService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketInfoService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketInfoService.java new file mode 100644 index 0000000..7b1fb4d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketInfoService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreBusinessTicketInfo; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 前台销售单优惠明细数据接口 + */ +public interface StoreBusinessTicketInfoService extends BaseService { + + /** + * 数据分析 报表 数据 + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListReportDataSummary(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketService.java new file mode 100644 index 0000000..6eddaba --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketService.java @@ -0,0 +1,175 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.BusinessOrderUpload; +import com.jwsaas.entity.food.StoreBusinessTicket; +import com.jwsaas.entity.food.StoreBusinessTicketCheck; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 前台销售单数据接口 + */ +public interface StoreBusinessTicketService extends BaseService { + + /** + * 存储门店销售数据 + */ + public String saveBusinessTicket(String tenantId, BusinessOrderUpload ticket, Map extData) throws Exception; + + /** + * 销售订单更改为无效 + */ + public Integer updateTicketToInvalid(String tenantId, String storeId, String ticketId, String ticketNo) throws Exception; + + /** + * 存储门店销售数据(扩展) + */ + public String saveBusinessTicketExtend(String tenantId, BusinessOrderUpload ticket, Map extData) throws Exception; + + /** + * 获取营业模式统计数据; + * + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List> getListBusinessMode(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取时段报表数据; + * + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List> getListSumByHour(String tenantId, Criteria criteria) throws Exception; + + /** + * 存储门店销售数据(加强版) + */ + public StoreBusinessTicketCheck saveBusinessTicketPlus(String tenantId, BusinessOrderUpload ticket, Map extData) throws Exception; + + /** + * 获取销售毛利分析数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListByStoreGrossProfit(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取销售毛利分析数据(分页); + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + Pager getPagerByStoreGrossProfit(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 导出Excel数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListByExport(String tenantId, Criteria criteria) throws Exception; + + /** + * 退单汇总(分页) + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerWithTicketRefused(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 退单汇总 + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List> getListWithTicketRefused(String tenantId, Criteria criteria) throws Exception; + + /** + * 门店优惠金额; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListWithDiscountTotal(String tenantId, Criteria criteria) throws Exception; + + /** + * 门店支付方式扣款汇总; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListByChargeBackSummary(String tenantId, Criteria criteria) throws Exception; + + /** + * 扣款汇总; discount - 扣款合计;people:总单数;isStockDeal:退单数; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListBySumChargeBack(String tenantId, Criteria criteria) throws Exception; + + /** + * 会计汇总报表 + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListByAccountingSummary(String tenantId, Criteria criteria) throws Exception; + + /** + * 数据分析概况信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListDataSummary(String tenantId, Criteria criteria) throws Exception; + + /** + * 数据 + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListReportModeDataSummary(String tenantId, Criteria criteria) throws Exception; + + /** + * 数据分析,收款报表信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListCashDataSummary(String tenantId, Criteria criteria) throws Exception; + + /** + * 数据分析,排行报表信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListRankDataSummary(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketTableService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketTableService.java new file mode 100644 index 0000000..cbbc48b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreBusinessTicketTableService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreBusinessTicketTable; +import com.jwsaas.service.BaseService; + +/** + * 前台销售单桌台信息数据接口 + */ +public interface StoreBusinessTicketTableService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreCostManageLogService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreCostManageLogService.java new file mode 100644 index 0000000..f70902d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreCostManageLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreCostManageLog; +import com.jwsaas.service.BaseService; + +/** + * 门店费用扣款操作记录数据接口 + */ +public interface StoreCostManageLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreCostManageService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreCostManageService.java new file mode 100644 index 0000000..72feb81 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreCostManageService.java @@ -0,0 +1,111 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.Store; +import com.jwsaas.entity.food.StoreCostManage; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 门店费用管理数据接口 + */ +public interface StoreCostManageService extends BaseService { + + /** + * 保存门店费用,对应门店信息; + * @param tenantId + * @param manage + * @param stores + * @return + * @throws Exception + */ + StoreCostManage saveCostAndStores(String tenantId, StoreCostManage manage, List stores) throws Exception; + + /** + * 查找门店对应费用ID; + * @param tenantId + * @param storeId + * @return + * @throws Exception + */ + List getStoreCostManageIdsByStoreId(String tenantId, String storeId) throws Exception; + + /** + * 根据费用ID,查找对应门店(storeId,storeNo,storeName) + * @param tenantId + * @param id + * @return + * @throws Exception + */ + List getStoresByFeeId(String tenantId, String id) throws Exception; + + /** + * 更新门店费用信息,对应门店信息; + * @param tenantId + * @param storeCostManage + * @param stores + * @return + * @throws Exception + */ + Integer updateCostAndStores(String tenantId, StoreCostManage storeCostManage, List stores) throws Exception; + + /** + * 变动费用扣除; + * @param currentTenantId + * @param id + * @return + * @throws Exception + */ + String saveCostChangeType(String currentTenantId, String id,String userName) throws Exception; + + /** + * 门店费用定时扣款; + * @param tenantId + * @param id + * @param currentUser + * @return + * @throws Exception + */ + Integer saveTimeCost(String tenantId, String id, String currentUser) throws Exception; + + /** + * + * @param tenantId + * @param feedId + * @param stores + * @param userName + * @return + * @throws Exception + */ + Integer saveStores(String tenantId, String feedId,List stores, String userName) throws Exception; + + /** + * 扣款中止(暂停); + * @param tenantId + * @param id + * @param userName + * @return + * @throws Exception + */ + Integer saveCostPause(String tenantId, String id, String userName) throws Exception; + + /** + * 扣款中止恢复; + * @param tenantId + * @param id + * @param userName + * @return + * @throws Exception + */ + Integer saveCostRestart(String tenantId, String id, String userName) throws Exception; + + /** + * 扣款到期,任务结束; + * @param tenantId + * @param manage + * @param operator + * @return + * @throws Exception + */ + Integer updateStatusToFinish(String tenantId, StoreCostManage manage, String operator) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreCostRevenueService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreCostRevenueService.java new file mode 100644 index 0000000..03a515c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreCostRevenueService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreCostRevenue; +import com.jwsaas.service.BaseService; + +/** + * 非营业收入支出登记数据接口 + */ +public interface StoreCostRevenueService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreDeliveryOrderItemService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreDeliveryOrderItemService.java new file mode 100644 index 0000000..489e96d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreDeliveryOrderItemService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreDeliveryOrderItem; +import com.jwsaas.service.BaseService; + +/** + * 前台外送单明细数据接口 + */ +public interface StoreDeliveryOrderItemService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreDeliveryOrderService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreDeliveryOrderService.java new file mode 100644 index 0000000..fc32d39 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreDeliveryOrderService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreDeliveryOrder; +import com.jwsaas.service.BaseService; + +/** + * 前台外送单数据接口 + */ +public interface StoreDeliveryOrderService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreDepartmentService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreDepartmentService.java new file mode 100644 index 0000000..cc590de --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreDepartmentService.java @@ -0,0 +1,13 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreDepartment; +import com.jwsaas.service.BaseService; + +/** + * 门店部门数据接口 + */ +public interface StoreDepartmentService extends BaseService { + + String selectMaxValue(String tenantId, String property) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreDispatchAccountLogService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreDispatchAccountLogService.java new file mode 100644 index 0000000..faba2c7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreDispatchAccountLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreDispatchAccountLog; +import com.jwsaas.service.BaseService; + +/** + * 配送结算账号金额变动明细数据接口 + */ +public interface StoreDispatchAccountLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreDispatchAccountService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreDispatchAccountService.java new file mode 100644 index 0000000..50ded7a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreDispatchAccountService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreDispatchAccount; +import com.jwsaas.service.BaseService; + +/** + * 配送结算账号数据接口 + */ +public interface StoreDispatchAccountService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreEnchashmentRecordLogService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreEnchashmentRecordLogService.java new file mode 100644 index 0000000..6b53c50 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreEnchashmentRecordLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreEnchashmentRecordLog; +import com.jwsaas.service.BaseService; + +/** + * 门店余额提现操作记录数据接口 + */ +public interface StoreEnchashmentRecordLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreEnchashmentRecordService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreEnchashmentRecordService.java new file mode 100644 index 0000000..ed6f10c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreEnchashmentRecordService.java @@ -0,0 +1,65 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreEnchashmentRecord; +import com.jwsaas.entity.food.StoreEnchashmentRecordLog; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 门店余额提现记录数据接口 + */ +public interface StoreEnchashmentRecordService extends BaseService { + + /** + * 保存门店余额申请信息 + */ + StoreEnchashmentRecord save4Apply(String tenantId, StoreEnchashmentRecord record) throws Exception; + + /** + * 取消门店余额申请信息 + */ + Integer update4Cancel(String tenantId, String accountId, String recordId, String workerNo, String sourceSign, String cancelReason) throws Exception; + + /** + * 审核; + * @param tenantId + * @param record + * @param log + * @return + * @throws Exception + */ + Integer updateToAudit(String tenantId, StoreEnchashmentRecord record, StoreEnchashmentRecordLog log) throws Exception; + + /** + * 结算,变更账户余额; + * @param tenantId + * @param record + * @return + * @throws Exception + */ + Integer updateToSettle(String tenantId, StoreEnchashmentRecord record, String userName) throws Exception; + + /** + * 批量保存审核; + * @param tenantId + * @param ids + * @param auditReason 审核备注; + * @param userName + * @return + * @throws Exception + */ + Integer updateRecordsByBatch(String tenantId, List ids,String auditReason,String userName) throws Exception; + + /** + * 批量保存结算; + * @param tenantId + * @param ids + * @param payType + * @param voucherNo + * @param userName + * @return + * @throws Exception + */ + Integer updateToSettleByBatch(String tenantId, List ids, Integer payType, String voucherNo, String userName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreFeeCutLogService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreFeeCutLogService.java new file mode 100644 index 0000000..7718c19 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreFeeCutLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreFeeCutLog; +import com.jwsaas.service.BaseService; + +/** + * 门店费用扣款记录数据接口 + */ +public interface StoreFeeCutLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreHandoverDetailPartService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreHandoverDetailPartService.java new file mode 100644 index 0000000..3bf2ec4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreHandoverDetailPartService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreHandoverDetailPart; +import com.jwsaas.service.BaseService; + +/** + * 门店交班明细表(杯子/碗数)数据接口 + */ +public interface StoreHandoverDetailPartService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreHandoverDetailPayService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreHandoverDetailPayService.java new file mode 100644 index 0000000..a46f556 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreHandoverDetailPayService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreHandoverDetailPay; +import com.jwsaas.service.BaseService; + +/** + * 门店交班支付方式明细表数据接口 + */ +public interface StoreHandoverDetailPayService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreHandoverDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreHandoverDetailService.java new file mode 100644 index 0000000..cafe195 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreHandoverDetailService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreHandoverDetail; +import com.jwsaas.service.BaseService; + +/** + * 门店交班明细表数据接口 + */ +public interface StoreHandoverDetailService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreHandoverService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreHandoverService.java new file mode 100644 index 0000000..d15fc5e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreHandoverService.java @@ -0,0 +1,46 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreHandover; +import com.jwsaas.entity.food.StoreHandoverDetail; +import com.jwsaas.entity.food.StoreHandoverDetailPart; +import com.jwsaas.entity.food.StoreHandoverDetailPay; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 门店交班主表数据接口 + */ +public interface StoreHandoverService extends BaseService { + + /** + * 门店上传交班数据 + */ + public String saveHandover(String tenantId, StoreHandover handover, List detail, List part) throws Exception; + + public String saveHandoverExtend(String tenantId, StoreHandover handover, List detail, List part, List payList) + throws Exception; + + /** + * 关联门店表获取门店下交班记录(分页); + * @param tenantId + * @param storeIds + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerByAllAgentStores(String tenantId, List storeIds, Criteria criteria, Pager pager) throws Exception; + + /** + * 关联门店表获取门店下交班记录; + * @param tenantId + * @param storeIds + * @param criteria + * @return + * @throws Exception + */ + List getListByAllAgentStores(String tenantId, List storeIds, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreLoginLogService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreLoginLogService.java new file mode 100644 index 0000000..8987333 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreLoginLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreLoginLog; +import com.jwsaas.service.BaseService; + +/** + * 门店登录日志数据接口 + */ +public interface StoreLoginLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreOperationLogService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreOperationLogService.java new file mode 100644 index 0000000..d8495b6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreOperationLogService.java @@ -0,0 +1,24 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreOperationLog; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 前台操作日志记录数据接口 + */ +public interface StoreOperationLogService extends BaseService { + + /** + * 根据门店,操作类型汇总数据列表; + * @param tenantId + * @param criteria + * @param pager + * @return + */ + Pager getStoreTypeSummaryPager(String tenantId, Criteria criteria, Pager pager); + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreOrderProductInfoService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreOrderProductInfoService.java new file mode 100644 index 0000000..d62c1ff --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreOrderProductInfoService.java @@ -0,0 +1,25 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreOrderProductInfo; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 门店产品销售记录优惠明细数据接口 + */ +public interface StoreOrderProductInfoService extends BaseService { + + Pager getPagerExtend(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取汇总数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListSummary(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreOrderProductMakeService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreOrderProductMakeService.java new file mode 100644 index 0000000..4e204f7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreOrderProductMakeService.java @@ -0,0 +1,34 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreOrderProductMake; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; +import java.util.Map; + +/** + * 门店销售单做法数据接口 + */ +public interface StoreOrderProductMakeService extends BaseService { + + /** + * 获取销售做法统计(做法数量,折后总额)的分页信息 + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerSumInfos(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取销售做法统计(做法数量,折后总额)信息 + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List> getListSumInfos(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreOrderProductService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreOrderProductService.java new file mode 100644 index 0000000..3ab907e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreOrderProductService.java @@ -0,0 +1,90 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreOrderProduct; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; +import java.util.Map; + +/** + * 门店产品销售记录数据接口 + */ +public interface StoreOrderProductService extends BaseService { + + + /** + *获取数量汇总、消费总额汇总数据; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerCountSumAndAmountTotalSum(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + *获取数量汇总、消费总额汇总数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List> getListCountSumAndAmountTotalSum(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取带有营业员信息的消费总额汇总数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List> getListAmountTotalSum(String tenantId, Criteria criteria) throws Exception; + + /** + * 导出用数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListByExport(String tenantId, Criteria criteria) throws Exception; + + /** + * 门店营业日菜品明细销售统计数据(分页) + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerForSalesDayProductSummary(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取数据分析概况数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListDataSummary(String tenantId, Criteria criteria) throws Exception; + + /** + * 获取数据分析报表数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListReportDataSummary(String tenantId, Criteria criteria)throws Exception; + + /** + * 获取数据分析商品数据 + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListProductDataSummary(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StorePayService.java b/food-api/src/main/java/com/jwsaas/service/food/StorePayService.java new file mode 100644 index 0000000..a48d501 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StorePayService.java @@ -0,0 +1,95 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StorePay; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; +import java.util.Map; + +/** + * 门店收银流水数据接口 + */ +public interface StorePayService extends BaseService { + + /** + * 获取有pos信息、交班信息的支付流水数据; + * @param tenantId + * @param criteria + * @param pager + * @return + */ + Pager getPagerWithShiftAndPosNo(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取有pos信息、交班信息的支付流水数据; + * @param tenantId + * @param criteria + * @return + */ + List getListWithShiftAndPosNo(String tenantId, Criteria criteria)throws Exception; + + /** + * 获取每日营收汇总报表数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List> getListDailyRevenue(String tenantId, Criteria criteria) throws Exception; + + /** + * 导出Excel用数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListByExport(String tenantId, Criteria criteria) throws Exception; + + /** + * 支付方式扣款汇总; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListByChargeBackSummary(String tenantId, Criteria criteria) throws Exception; + + /** + * 扣款汇总;cardYe:扣率合计;cardJf:扣款合计;payChannel:次数合计; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListBySumChargeBack(String tenantId, Criteria criteria) throws Exception; + + /** + * 会计汇总报表; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListByAccountingSummary(String tenantId, Criteria criteria) throws Exception; + + /** + * 数据分析报表数据; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List> getListReportDataSummary(String tenantId, Criteria criteria) throws Exception; + + /** + * 根据营业模式分组,查询实收合计 + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListReportDataByBusModeSummary(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreProductSaleStockService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreProductSaleStockService.java new file mode 100644 index 0000000..b550352 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreProductSaleStockService.java @@ -0,0 +1,35 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreOrderProduct; +import com.jwsaas.entity.food.StoreProductSaleStock; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 门店商品规格库存数据接口 + */ +public interface StoreProductSaleStockService extends BaseService { + + /** + * 门店商品库存扣减 + * @param tenantId + * @param storeId + * @param specId + * @param stock + */ + public void updateStoreProductSaleStock(String tenantId, List orderProductList); + + + int updateStoreProductSaleStock(String tenantId,String userName,Byte type,String id,double num); + + int saveSynchronousData(String tenantId,String modifyUserName, double totalStock, double stock); + + Pager getPartPager(String tenantId, Criteria criteria, Pager pager); + + List getseriesNameAndseriesIdByTenantld(String tenantId,Criteria criteria); + + public int updateImptStock(String tenantId,List entity); +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreProductService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreProductService.java new file mode 100644 index 0000000..55af062 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreProductService.java @@ -0,0 +1,147 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.ProgramStoreOrderProduct; +import com.jwsaas.entity.food.StoreProduct; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 门店商品关联表数据接口 + */ +public interface StoreProductService extends BaseService { + + /** + * 保存门店商品(规格)信息 + * + * @param tenantId + * @param onShelves + * true-上架,false-下架 + * @param storeIdList + * 门店ID列表 + * @param specIdList + * 商品(规格)ID列表 + * @param currentUser + * 操作人 + * @throws Exception + */ + void saveStoreProduct(String tenantId, Boolean onShelves, List storeIdList, List specIdList, String currentUser) throws Exception; + + /** + * 获取门店商品信息,包含商品信息(如:商品编号,商品名称,规格编号,规格名称等) + */ + Pager getPagerExtend(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取门店商品信息,包含商品信息(如:商品编号,商品名称,规格编号,规格名称等) + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; + + /** + * 删除门店商品(规格)信息,即门店商品下架。 + * + * @param tenantId + * @param storeId + * 门店ID + * @param isAll + * 是否全部 (true-全部,false-不是全部) + * @param storeProductIdList + * 门店商品ID列表(isAll为false时生效) + * @param currentUser + * @throws Exception + */ + void deleteStoreProductWithStoreId(String tenantId, String storeId, Boolean isAll, List storeProductIdList, String currentUser) throws Exception; + + /** + * 保存门店商品(规格)信息,即门店商品上架。 + * + * @param tenantId + * @param storeId + * 门店ID + * @param isAll + * 是否全部 (true-全部,false-不是全部) + * @param productSpecIdList + * 商品(规格)ID列表(isAll为false时生效) + * @param currentUser + * 操作人 + * @throws Exception + */ + void saveStoreProductWithStoreId(String tenantId, String storeId, Boolean isAll, List productSpecIdList, String currentUser) throws Exception; + + /** + * 获取门店商品信息,包含门店信息(如:门店编号,门店名称等) + */ + Pager getPagerWithStoreInfo(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 根据门店获取门店商品配送价格; + * @param tenantId + * @param storeId + * @return + * @throws Exception + */ + Map getSpecIdDispatchPriceMapByStoreId(String tenantId, String storeId) throws Exception; + + /** + * 商品数据导入的处理 + */ + Integer saveByImpt(String tenantId, String storeId, List storeProductList, String currentUserName) throws Exception; + + /** + * 原料数据导入的处理 + */ + Integer saveMaterialByImpt(String tenantId, String storeId, List storeProductList, String currentUserName) throws Exception; + + /** + * 复制门店原料; + * @param tenantId + * @param refStoreId 参考门店; + * @param aimStoreId 目标门店 + * @param currentUserName + * @return + * @throws Exception + */ + Integer saveCopyStoreMaterial(String tenantId,String refStoreId, String aimStoreId, String currentUserName) throws Exception; + + /** + * 复制门店商品; + * @param tenantId + * @param storeId + * @param aimStoreId + * @param currentUserName + * @return + * @throws Exception + */ + Integer saveCopyStoreProduct(String tenantId, String storeId, String aimStoreId, String currentUserName) throws Exception; + + List getSyncStoreDishList(String tenantId, Criteria c) throws Exception; + + List getListWithErpInfo(String tenantId, Criteria criteria) throws Exception; + /** + * 获取万元用量 + * @param tenantId + */ + List> getUsageList(String tenantId, Criteria criteria)throws Exception; + + /** + * 单店上架商品; + * @param tenantId + * @param productId + * @return + * @throws Exception + */ + Integer saveStoreProductBySingleStoreAndProductId(String tenantId,String storeId, String productId,String currentUser) throws Exception; + + + /** + * 门店商品库存扣减 + * @param tenantId + * @param storeId + * @param specId + * @param stock + */ + public void updateStoreProductSaleStock(String tenantId, List orderProductList); +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreService.java new file mode 100644 index 0000000..cd15a57 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreService.java @@ -0,0 +1,73 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.Store; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 门店信息数据接口 + */ +public interface StoreService extends BaseService { + + String selectMaxValue(String tenantId, String property) throws Exception; + + Store saveStore(String tenantId, Store store, List brandIdList) throws Exception; + + Store saveStores(String tenantId, Store store,Integer length, List brandIdList) throws Exception; + + List getBrandIdList(String tenantId, String storeId) throws Exception; + + Integer updateStore(String tenantId, Store store, List brandIdList) throws Exception; + + Pager getPagerExtend(String tenantId, Criteria criteria, Pager pager) throws Exception; + + List getListExtend(String tenantId, Criteria criteria) throws Exception; + + /** + * 复制门店功能;(暂 只复制门店商品、做法) + * @param tenantId + * @param store + * @param newStoreName + * @param newStoreNo + * @param nextNo 自动生成门店号 + * @param functions + * @param operatorName + * @return + * @throws Exception + */ + Store saveCopyStore(String tenantId,Store store, String newStoreName, String newStoreNo,String nextNo, String[] functions, String operatorName) throws Exception; + + /** + * 获取所有门店Ids + * @param tenantId + * @return + * @throws Exception + */ + List getAllStoreIds(String tenantId,Criteria criteria) throws Exception; + + /** + * 根据参考门店,调整已存在门店; + * @param tenantId + * @param store 参考门店 + * @param nStoreId 目标门店; + * @param functions + * @param operatorName + * @return + * @throws Exception + */ + Store updateCopyStore(String tenantId, Store store, String nStoreId, String[] functions, String operatorName)throws Exception; + + Integer saveShopGroupRelation(String tenantId, List shopIdsss,String groupId, String groupNo) throws Exception; + + /** + * 获取品牌对应所有门店Ids; + * @param tenantId + * @param brandId + * @return + * @throws Exception + */ + List getStoreIdsByBrandId(String tenantId, String brandId) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTemplateDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTemplateDetailService.java new file mode 100644 index 0000000..fccf731 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTemplateDetailService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreStockCheckTemplateDetail; +import com.jwsaas.service.BaseService; + +/** + * 总部门店库存盘点模块明细数据接口 + */ +public interface StoreStockCheckTemplateDetailService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTemplateService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTemplateService.java new file mode 100644 index 0000000..4123647 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTemplateService.java @@ -0,0 +1,67 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreStockCheckTemplate; +import com.jwsaas.pager.Pager; +import com.jwsaas.entity.food.StoreStockCheckTemplateDetail; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 总部门店库存盘点模板数据接口 + */ +public interface StoreStockCheckTemplateService extends BaseService { + + /** + * 根据门店ID获取该门店可用的盘点模板 + */ + Pager getPagerByStoreId(String tenantId, String storeId, Criteria criteria, Pager pager) throws Exception; + + /** + * 保存模板、模板明细、对应门店Id; + * @param tenantId + * @param template + * @param details + * @param storeIds + * @return + * @throws Exception + */ + Integer saveTemplateDetailStoreIds(String tenantId, StoreStockCheckTemplate template, List details, List storeIds) throws Exception; + + /** + * 根据模板Id,获取对应门店Id; + * @param tenantId + * @param id + * @return + * @throws Exception + */ + List getStoreIdByTemplateId(String tenantId, String id) throws Exception; + + /** + * 更新模板,模板明细,对应门店Id; + * @param tenantId + * @param template + * @param details + * @param storeIds + * @return + */ + Integer updateTemplateDetailStoreIds(String tenantId, StoreStockCheckTemplate template, List details, List storeIds) throws Exception; + + /** + * 更具模板id,删除模板、明细、对应门店; + * @param tenantId + * @param templateIds + * @return + * @throws Exception + */ + Integer deleteTemplateDetailStoreIds(String tenantId, List templateIds) throws Exception; + + /** + * 查找已经关联过模板的门店Id; + * @param tenantId + * @return + * @throws Exception + */ + List getAllStoreIds(String tenantId) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTicketDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTicketDetailService.java new file mode 100644 index 0000000..d3be01d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTicketDetailService.java @@ -0,0 +1,47 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreStockCheckTicketDetail; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 门店库存盘点单明细数据接口 + */ +public interface StoreStockCheckTicketDetailService extends BaseService { + + /** + * 获取未审核的盘点单明细信息列表数据 + */ + List> getList4UnCheck(String tenantId, Criteria criteria) throws Exception; + + /** + *

+ * 根据门店ID、仓库ID和商品规格Ids,获取可盘点的商品信息列表 + *

+ * 主要为了过滤掉未审核的单据中已存在的商品 + */ + List> getList4CheckProduct(String tenantId, String storeId, String storageId, String specIds) throws Exception; + + /** + * 获取门店已审核的盘点单明细信息(分页) + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerCheckedTicketDetails(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取门店已审核的盘点单明细信息 + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListCheckedTicketDetails(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTicketLogService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTicketLogService.java new file mode 100644 index 0000000..31c6fd2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTicketLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreStockCheckTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 门店库存盘点单操作记录数据接口 + */ +public interface StoreStockCheckTicketLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTicketService.java new file mode 100644 index 0000000..204e274 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreStockCheckTicketService.java @@ -0,0 +1,31 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.entity.food.StoreStockCheckTicket; +import com.jwsaas.entity.food.StoreStockCheckTicketDetail; +import com.jwsaas.entity.food.StoreStockCheckTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 门店库存盘点单数据接口 + */ +public interface StoreStockCheckTicketService extends BaseService { + + /** + * 保存门店库存盘点单 + */ + StoreStockCheckTicket saveTicket(String tenantId, StoreStockCheckTicket ticket, List ticketDetailList, StoreStockCheckTicketLog ticketLog) throws Exception; + + /** + * 更新门店库存盘点单状态 + */ + Integer updateTicketStatus(String tenantId, String storeId, String storageId, Integer status, String checkMan) throws Exception; + + /** + * 获取盘点分析数据 + */ + List> getSummary(String tenantId, String storeId, String no, String storageId, String startTime, String endTime, String typeId, String keyword) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreStorageOutTicketDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreStorageOutTicketDetailService.java new file mode 100644 index 0000000..e58c17d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreStorageOutTicketDetailService.java @@ -0,0 +1,33 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreStorageOutTicketDetail; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 门店出库单明细数据接口 + */ +public interface StoreStorageOutTicketDetailService extends BaseService { + + /** + * 门店出库汇总(分页); + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerSumAmount(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 门店出库汇总; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListSumAmount(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreStorageOutTicketLogService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreStorageOutTicketLogService.java new file mode 100644 index 0000000..b80f5aa --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreStorageOutTicketLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreStorageOutTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 门店出库单操作记录数据接口 + */ +public interface StoreStorageOutTicketLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreStorageOutTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreStorageOutTicketService.java new file mode 100644 index 0000000..98040fe --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreStorageOutTicketService.java @@ -0,0 +1,30 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.StoreStorageOutTicket; +import com.jwsaas.entity.food.StoreStorageOutTicketDetail; +import com.jwsaas.entity.food.StoreStorageOutTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 门店出库单数据接口 + */ +public interface StoreStorageOutTicketService extends BaseService { + + /** + * 保存门店出库单 + */ + StoreStorageOutTicket saveTicket(String tenantId, StoreStorageOutTicket ticket, List ticketDetailList, StoreStorageOutTicketLog ticketLog) throws Exception; + + /** + * 修改门店出库单 + */ + Integer updateTicket(String tenantId, StoreStorageOutTicket ticket, List ticketDetailList, StoreStorageOutTicketLog ticketLog) throws Exception; + + /** + * 更新单据状态,主要用于审核、废弃、反审核等操作 + */ + Integer updateTicketStatus(String tenantId, StoreStorageOutTicket ticket, StoreStorageOutTicketLog ticketLog) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreStorageService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreStorageService.java new file mode 100644 index 0000000..24571a4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreStorageService.java @@ -0,0 +1,67 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreStorage; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 门店仓库数据接口 + */ +public interface StoreStorageService extends BaseService { + + /** + * 保存仓库,仓库关联门店id + * @param tenantId + * @param storeStorage + * @param storeIds + * @return + */ + StoreStorage saveStoreStorageAndStoreId(String tenantId, StoreStorage storeStorage, String storeIds) throws Exception; + + /** + * 根据门店 + * @param tenantId + * @param storageId + * @return + */ + List getStoreStorageStoreIdsByStorageId(String tenantId, String storageId); + /** + * 根据门店ID获取列表数据 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @return + * @throws Exception + */ + List getListByStoreId(String tenantId, String storeId) throws Exception; + + /** + * 修改门店仓库、对应门店Ids + * @param tenantId + * @param storeStorage + * @param storeIds + * @return + */ + Integer updateStoreStorageRelation(String tenantId, StoreStorage storeStorage, String storeIds)throws Exception ; + + /** + * 删除门店、门店对应ids; + * @param tenantId + * @param sids + * @return + */ + Integer deleteStoreStorageRelationsByIds(String tenantId, List sids) throws Exception; + + /** + * 获取所有门店仓库信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getAllStoreStorageInfos(String tenantId,Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreStorageTicketDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreStorageTicketDetailService.java new file mode 100644 index 0000000..0e48fb9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreStorageTicketDetailService.java @@ -0,0 +1,33 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreStorageTicketDetail; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 门店入库单明细数据接口 + */ +public interface StoreStorageTicketDetailService extends BaseService { + + /** + * 门店入库汇总(分页); + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerSumAmount(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 门店入库汇总; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListSumAmount(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreStorageTicketLogService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreStorageTicketLogService.java new file mode 100644 index 0000000..774e158 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreStorageTicketLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreStorageTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 门店入库单操作记录数据接口 + */ +public interface StoreStorageTicketLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreStorageTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreStorageTicketService.java new file mode 100644 index 0000000..c6d7b2e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreStorageTicketService.java @@ -0,0 +1,30 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.StoreStorageTicket; +import com.jwsaas.entity.food.StoreStorageTicketDetail; +import com.jwsaas.entity.food.StoreStorageTicketLog; +import com.jwsaas.service.BaseService; + +/** + * 门店入库单数据接口 + */ +public interface StoreStorageTicketService extends BaseService { + + /** + * 保存门店入库单 + */ + StoreStorageTicket saveTicket(String tenantId, StoreStorageTicket ticket, List ticketDetailList, StoreStorageTicketLog ticketLog) throws Exception; + + /** + * 修改门店入库单 + */ + Integer updateTicket(String tenantId, StoreStorageTicket ticket, List ticketDetailList, StoreStorageTicketLog ticketLog) throws Exception; + + /** + * 更新单据状态,主要用于审核、废弃、反审核等操作 + */ + Integer updateTicketStatus(String tenantId, StoreStorageTicket ticket, StoreStorageTicketLog ticketLog) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreTypeService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreTypeService.java new file mode 100644 index 0000000..4b50864 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreTypeService.java @@ -0,0 +1,13 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.StoreType; +import com.jwsaas.service.BaseService; + +/** + * 门店类型数据接口 + */ +public interface StoreTypeService extends BaseService { + + String selectMaxValue(String tenantId, String property) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreWorkerExtService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreWorkerExtService.java new file mode 100644 index 0000000..dd9ee89 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreWorkerExtService.java @@ -0,0 +1,34 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.Store; +import com.jwsaas.entity.food.StoreWorker; +import com.jwsaas.entity.food.StoreWorkerExt; +import com.jwsaas.service.BaseService; + +/** + * 门店员工扩展信息数据接口 + */ +public interface StoreWorkerExtService extends BaseService { + + /** + * 保存门店员工扩展信息 + * + * @param tenantId + * @param storeWorker + * 员工信息 + * @param storeInfoList + * 门店信息列表 + * @param currentUser + * @return + * @throws Exception + */ + Integer saveExtend(String tenantId, StoreWorker storeWorker, List storeInfoList, String currentUser) throws Exception; + + /** + * 更改员工门店登陆密码 + */ + Integer updatePwd(String tenantId, String storeId, String workerId, String passwd, String currentUser) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoreWorkerService.java b/food-api/src/main/java/com/jwsaas/service/food/StoreWorkerService.java new file mode 100644 index 0000000..4ba21b2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoreWorkerService.java @@ -0,0 +1,87 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreWorker; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 门店员工管理数据接口 + */ +public interface StoreWorkerService extends BaseService { + + String selectMaxValue(String tenantId, String property) throws Exception; + + /** + * 获取最大值 + * + * @param tenantId + * @param property + * 属性 + * @param excludeValueList + * 需要排除的值 + * @return + * @throws Exception + */ + String selectMaxValueExtend(String tenantId, String property, List excludeValueList) throws Exception; + + StoreWorker saveWorker(String tenantId, StoreWorker storeWorker, List storeIdList) throws Exception; + + List getStoreIdList(String tenantId, String workerId) throws Exception; + + Integer updateWorker(String tenantId, StoreWorker storeWorker, List storeIdList) throws Exception; + + /** + * 根据员工ID,获取该员工关联的前台角色ID集合 + */ + List getPosRoleIds(String tenantId, String workerId) throws Exception; + + /** + * 保存员工授权信息,包括云端角色信息和前台角色信息 + */ + boolean saveWorkerRoleRelation(String tenantId, String workerId, String userId, List roleIds, List posRoleIds) throws Exception; + + /** + * 员工是否允许登录该门店 + * + * @param tenantId + * @param workerId + * @return + * @throws Exception + */ + boolean isStoreWorker(String tenantId, String workerId, String storeId) throws Exception; + + /** + * 获取门店可登陆员工列表 + * + * @param tenantId + * @param storeId + * @return + * @throws Exception + */ + List getStoreWorkerList(String tenantId, String storeId) throws Exception; + + /** + * 获取员工可登陆门店列表 + * + * @param tenantId + * @return + * @throws Exception + */ + Pager getWorkerStorePager(String tenantId, Pager pager) throws Exception; + + /** + * 获取门店可登陆员工列表,分页获取 + * + * @param tenantId + * @param storeId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getStoreWorkerPager(String tenantId, String storeId, Criteria criteria, Pager pager) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoretableAreaService.java b/food-api/src/main/java/com/jwsaas/service/food/StoretableAreaService.java new file mode 100644 index 0000000..70eb2dd --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoretableAreaService.java @@ -0,0 +1,35 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.StoretableArea; +import com.jwsaas.service.BaseService; + +/** + * 餐桌区域数据接口 + */ +public interface StoretableAreaService extends BaseService { + + /** + * 餐桌区域编号 + * + * @param tenantId + * @param property + * @return + * @throws Exception + */ + String selectMaxValue(String tenantId, String property) throws Exception; + + /** + * 获取列表数据 + * + * @param tenantId + * 租户标识 + * @param sotreId + * 门店ID + * @return + * @throws Exception + */ + List getListByStoreId(String tenantId, String sotreId) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoretableService.java b/food-api/src/main/java/com/jwsaas/service/food/StoretableService.java new file mode 100644 index 0000000..cdc9203 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoretableService.java @@ -0,0 +1,31 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.Storetable; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 餐桌资料数据接口 + */ +public interface StoretableService extends BaseService { + + /** + * 微信餐桌展示专攻; + * @param tenantId + * @param criteria + * @param pager + * @return + */ + Pager getWeixinStoreTablePager(String tenantId, Criteria criteria, Pager pager)throws Exception; + + /** + * 巨为小程序门店餐桌; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getProgramStoreTablePager(String tenantId, Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/StoretableTypeService.java b/food-api/src/main/java/com/jwsaas/service/food/StoretableTypeService.java new file mode 100644 index 0000000..221fd7a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/StoretableTypeService.java @@ -0,0 +1,34 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.StoretableType; +import com.jwsaas.service.BaseService; + +/** + * 餐桌类型数据接口 + */ +public interface StoretableTypeService extends BaseService { + + /** + * 餐桌类型编号 + * + * @param tenantId + * @param property + * @return + * @throws Exception + */ + String selectMaxValue(String tenantId, String property) throws Exception; + + /** + * 获取列表数据 + * + * @param tenantId + * 租户标识 + * @param sotreId + * 门店ID + * @return + * @throws Exception + */ + List getListByStoreId(String tenantId, String sotreId) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/SupplierService.java b/food-api/src/main/java/com/jwsaas/service/food/SupplierService.java new file mode 100644 index 0000000..e980cf2 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/SupplierService.java @@ -0,0 +1,13 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.Supplier; +import com.jwsaas.service.BaseService; + +/** + * 供应商信息数据接口 + */ +public interface SupplierService extends BaseService { + + String selectMaxValue(String tenantId, String property) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/SupplierTypeService.java b/food-api/src/main/java/com/jwsaas/service/food/SupplierTypeService.java new file mode 100644 index 0000000..e919329 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/SupplierTypeService.java @@ -0,0 +1,13 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.SupplierType; +import com.jwsaas.service.BaseService; + +/** + * 供应商类别数据接口 + */ +public interface SupplierTypeService extends BaseService { + + String selectMaxValue(String tenantId, String property) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/TaskScheduleService.java b/food-api/src/main/java/com/jwsaas/service/food/TaskScheduleService.java new file mode 100644 index 0000000..ac62a8c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/TaskScheduleService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.TaskSchedule; +import com.jwsaas.service.BaseService; + +/** + * 任务管理数据接口 + */ +public interface TaskScheduleService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ThuselevelTicketMaterialService.java b/food-api/src/main/java/com/jwsaas/service/food/ThuselevelTicketMaterialService.java new file mode 100644 index 0000000..84e5c34 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ThuselevelTicketMaterialService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ThuselevelTicketMaterial; +import com.jwsaas.service.BaseService; + +/** + * 万元用量原料数据接口 + */ +public interface ThuselevelTicketMaterialService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ThuselevelTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/ThuselevelTicketService.java new file mode 100644 index 0000000..715ee4d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ThuselevelTicketService.java @@ -0,0 +1,56 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ThuselevelTicket; +import com.jwsaas.entity.food.ThuselevelTicketMaterial; +import com.jwsaas.entity.food.ThuselevelTicketStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 万元用量管理数据接口 + */ +public interface ThuselevelTicketService extends BaseService { + + /** + * 保存单据,单据门店明细以及单据原料明细信息; + * @param tenantId + * @param ticket + * @param storeList + * @param materialList + * @param userName + * @return + * @throws Exception + */ + ThuselevelTicket saveTicket(String tenantId, ThuselevelTicket ticket, List storeList, List materialList, String userName) throws Exception; + + /** + * 删除单据,以及对应门店、原料明细信息; + * @param tenantId + * @param id + * @return + * @throws Exception + */ + Integer deleteTicket(String tenantId, String id) throws Exception; + + /** + * 更新单据,单据门店明细以及单据原料明细信息; + * @param tenantId + * @param ticket + * @param storeList + * @param materialList + * @param userName + * @return + * @throws Exception + */ + Integer updateTicket(String tenantId, ThuselevelTicket ticket, List storeList, List materialList, String userName) throws Exception; + + /** + * 审核单据,更改门店对应原料信息; + * @param tenantId + * @param ticket + * @return + * @throws Exception + */ + Integer saveTicketAudit(String tenantId, ThuselevelTicket ticket,String userName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/ThuselevelTicketStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/ThuselevelTicketStoreService.java new file mode 100644 index 0000000..88d6c5b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/ThuselevelTicketStoreService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.ThuselevelTicketStore; +import com.jwsaas.service.BaseService; + +/** + * 万元用量单门店数据接口 + */ +public interface ThuselevelTicketStoreService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/TicketPrintSettingService.java b/food-api/src/main/java/com/jwsaas/service/food/TicketPrintSettingService.java new file mode 100644 index 0000000..6324c57 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/TicketPrintSettingService.java @@ -0,0 +1,15 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.TicketPrintSetting; +import com.jwsaas.service.BaseService; + +/** + * 单据打印设置数据接口 + */ +public interface TicketPrintSettingService extends BaseService { + + Integer updateSettings(String tenantId, List list) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/UserService.java b/food-api/src/main/java/com/jwsaas/service/food/UserService.java new file mode 100644 index 0000000..266836b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/UserService.java @@ -0,0 +1,100 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.User; +import com.jwsaas.service.BaseService; + +/** + * 用户表数据接口 + */ +public interface UserService extends BaseService { + + /** + * 根据用户名和密码登录系统 + * + * @param tenantId + * @param userName + * @param passwd + * @return + * @throws Exception + */ + User getLogin(String tenantId, String userName, String passwd) throws Exception; + + /** + * 保存用户角色关系 + * + * @param userId + * @param roles + * 角色集合 + * @return + * @throws Exception + */ + boolean saveUser(String tenantId, User user, List roleIds) throws Exception; + + /** + * 修改用户角色关系 + * + * @param userId + * @param roles + * 角色集合 + * @return + * @throws Exception + */ + boolean updateUser(String tenantId, User user, List roleIds) throws Exception; + + /** + * 删除用户 + * + * @param ids + * 用户ids集合 + * @return + * @throws Exception + */ + boolean deleteUser(String tenantId, List ids) throws Exception; + + /** + * 保存用户角色关系 + * + * @param userId + * @param roles + * 角色集合 + * @return + * @throws Exception + */ + boolean saveRelationUserRole(String tenantId, String userId, List roleIds) throws Exception; + + /** + * 根据用户id获取角色ID集合 + * + * @param tenantId + * 租户ID + * @param userId + * 用户ID + * @return + * @throws Exception + */ + List getRoleIdByUserId(String tenantId, String userId) throws Exception; + + /** + * 根据用户ID获取角色名称 + * + * @param tenantId + * @param userId + * @return + * @throws Exception + */ + List getRoleNameByUserId(String tenantId, String userId) throws Exception; + + /** + * 修改用户密码 + * + * @param tenantId + * @param id + * @param passwd + * @return + * @throws Exception + */ + int updatePwd(String tenantId, String id, String passwd) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VisitorAddressService.java b/food-api/src/main/java/com/jwsaas/service/food/VisitorAddressService.java new file mode 100644 index 0000000..866b875 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VisitorAddressService.java @@ -0,0 +1,24 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.VisitorAddress; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 熟客常用地址数据接口 + */ +public interface VisitorAddressService extends BaseService { + + Pager getPagerExtend(String tenantId, String storeId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取熟客信息(门店Id,姓名、编号、来电号码、性别) + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getWithVisitorPager(String tenantId, Criteria criteria, Pager pager)throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VisitorService.java b/food-api/src/main/java/com/jwsaas/service/food/VisitorService.java new file mode 100644 index 0000000..f66d296 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VisitorService.java @@ -0,0 +1,40 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.Visitor; +import com.jwsaas.entity.food.VisitorAddress; +import com.jwsaas.entity.food.VisitorTag; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 熟客信息数据接口 + */ +public interface VisitorService extends BaseService { + + String selectMaxValue(String tenantId, String property) throws Exception; + + String selectMaxValueExtend(String tenantId, String storeId, String property) throws Exception; + + Visitor saveExtend(String tenantId, Visitor entity, List tagList, List addressList) throws Exception; + + /** + * 标签、地址信息先删除再重新保存; + * @param tenantId + * @param visitor + * @param tagList + * @param addressList + * @return + * @throws Exception + */ + Integer updateExtend(String tenantId, Visitor visitor, List tagList,List addressList)throws Exception; + + /** + * 保存导入的熟客信息; + * @param tenantId + * @param visitorList + * @param currentUserName + * @return + */ + Integer saveByImpt(String tenantId, List visitorList, String currentUserName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VisitorTagService.java b/food-api/src/main/java/com/jwsaas/service/food/VisitorTagService.java new file mode 100644 index 0000000..612a359 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VisitorTagService.java @@ -0,0 +1,15 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.VisitorTag; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 熟客标签数据接口 + */ +public interface VisitorTagService extends BaseService { + + Pager getPagerExtend(String tenantId, String storeId, Criteria criteria, Pager pager) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VposAdPictureService.java b/food-api/src/main/java/com/jwsaas/service/food/VposAdPictureService.java new file mode 100644 index 0000000..6632a75 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VposAdPictureService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.VposAdPicture; +import com.jwsaas.service.BaseService; + +/** + * 广告图片数据接口 + */ +public interface VposAdPictureService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VposCcbfzAccountService.java b/food-api/src/main/java/com/jwsaas/service/food/VposCcbfzAccountService.java new file mode 100644 index 0000000..b6e5d07 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VposCcbfzAccountService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.VposCcbfzAccount; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 档口商户建行分账账户信息数据接口 + */ +public interface VposCcbfzAccountService extends BaseService { + + /** + * 获取全部账户对应的档口Ids; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getAllSeriesIds(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VposProductEvaluateImageService.java b/food-api/src/main/java/com/jwsaas/service/food/VposProductEvaluateImageService.java new file mode 100644 index 0000000..0fa1caa --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VposProductEvaluateImageService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.VposProductEvaluateImage; +import com.jwsaas.service.BaseService; + +/** + * 商品评价图片表数据接口 + */ +public interface VposProductEvaluateImageService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VposProductEvaluateService.java b/food-api/src/main/java/com/jwsaas/service/food/VposProductEvaluateService.java new file mode 100644 index 0000000..e77fe14 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VposProductEvaluateService.java @@ -0,0 +1,23 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.VposProductEvaluate; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 商品评价表数据接口 + */ +public interface VposProductEvaluateService extends BaseService { + + /** + * 开放平台查看商品评价接口; + * @param tenantId + * @param openId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPager4ApiView(String tenantId, String openId, Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VposStoreBusinessTicketInfoService.java b/food-api/src/main/java/com/jwsaas/service/food/VposStoreBusinessTicketInfoService.java new file mode 100644 index 0000000..a3c646d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VposStoreBusinessTicketInfoService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.VposStoreBusinessTicketInfo; +import com.jwsaas.service.BaseService; + +/** + * 移动端销售单优惠明细数据接口 + */ +public interface VposStoreBusinessTicketInfoService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VposStoreBusinessTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/VposStoreBusinessTicketService.java new file mode 100644 index 0000000..8c8cbe6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VposStoreBusinessTicketService.java @@ -0,0 +1,41 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.StoreBusinessTicketCheck; +import com.jwsaas.entity.food.VposBusinessOrderUpload; +import com.jwsaas.entity.food.VposStoreBusinessTicket; +import com.jwsaas.entity.food.VposStorePay; +import com.jwsaas.service.BaseService; + +/** + * 移动端销售单数据接口 + */ +public interface VposStoreBusinessTicketService extends BaseService { + + /** + * 存储订单 + */ + public StoreBusinessTicketCheck saveBusinessTicket(String tenantId, VposBusinessOrderUpload ticket) throws Exception; + + /** + * 修改订单 + */ + public StoreBusinessTicketCheck updateBusinessTicketOne(String tenantId, VposBusinessOrderUpload ticket) throws Exception; + + + /** + * 更新订单 + */ + public StoreBusinessTicketCheck updateBusinessTicket(String tenantId, VposStoreBusinessTicket ticket, List payList) throws Exception; + + /** + * 报表导出; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListByExport(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VposStoreOrderProductInfoService.java b/food-api/src/main/java/com/jwsaas/service/food/VposStoreOrderProductInfoService.java new file mode 100644 index 0000000..0942e2f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VposStoreOrderProductInfoService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.VposStoreOrderProductInfo; +import com.jwsaas.service.BaseService; + +/** + * 移动端产品销售记录优惠明细数据接口 + */ +public interface VposStoreOrderProductInfoService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VposStoreOrderProductMakeService.java b/food-api/src/main/java/com/jwsaas/service/food/VposStoreOrderProductMakeService.java new file mode 100644 index 0000000..5e6b7fb --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VposStoreOrderProductMakeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.VposStoreOrderProductMake; +import com.jwsaas.service.BaseService; + +/** + * 移动端销售单做法数据接口 + */ +public interface VposStoreOrderProductMakeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VposStoreOrderProductService.java b/food-api/src/main/java/com/jwsaas/service/food/VposStoreOrderProductService.java new file mode 100644 index 0000000..f3d2f37 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VposStoreOrderProductService.java @@ -0,0 +1,41 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.VposStoreOrderProduct; +import com.jwsaas.entity.food.VposUserSeries; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 移动端产品销售记录数据接口 + */ +public interface VposStoreOrderProductService extends BaseService { + + /** + * 导出报表用查询; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListByExport(String tenantId, Criteria criteria) throws Exception; + + /** + * 档口销售汇总查询; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getSummaryList(String tenantId, Criteria criteria) throws Exception; + + /** + * 档口单品销售汇总查询; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListByProductSalesSummary(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VposStorePayService.java b/food-api/src/main/java/com/jwsaas/service/food/VposStorePayService.java new file mode 100644 index 0000000..b4d470a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VposStorePayService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.VposStorePay; +import com.jwsaas.service.BaseService; + +/** + * 移动端收银流水数据接口 + */ +public interface VposStorePayService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VposUserSeriesService.java b/food-api/src/main/java/com/jwsaas/service/food/VposUserSeriesService.java new file mode 100644 index 0000000..6d5f9b9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VposUserSeriesService.java @@ -0,0 +1,21 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.VposUserSeries; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 档口商户分类关联数据接口 + */ +public interface VposUserSeriesService extends BaseService { + /** + * 根据档口商户ID,获取关联档口IDs; + * @param tenantId + * @param id + * @return + * @throws Exception + */ + List getSeriesIdByUserId(String tenantId, String id) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/VposUserService.java b/food-api/src/main/java/com/jwsaas/service/food/VposUserService.java new file mode 100644 index 0000000..7972bbe --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/VposUserService.java @@ -0,0 +1,13 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.VposUser; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 档口商户信息数据接口 + */ +public interface VposUserService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxAdPictureService.java b/food-api/src/main/java/com/jwsaas/service/food/WxAdPictureService.java new file mode 100644 index 0000000..bd16538 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxAdPictureService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.WxAdPicture; +import com.jwsaas.service.BaseService; + +/** + * 微信广告图片数据接口 + */ +public interface WxAdPictureService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxAdjustPriceGoodsService.java b/food-api/src/main/java/com/jwsaas/service/food/WxAdjustPriceGoodsService.java new file mode 100644 index 0000000..25454de --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxAdjustPriceGoodsService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.WxAdjustPriceGoods; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 微信调价单商品明细数据接口 + */ +public interface WxAdjustPriceGoodsService extends BaseService { + + /** + * 获取微信商品信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxAdjustPriceStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/WxAdjustPriceStoreService.java new file mode 100644 index 0000000..945679c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxAdjustPriceStoreService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.WxAdjustPriceStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 微信调价单门店明细数据接口 + */ +public interface WxAdjustPriceStoreService extends BaseService { + + /** + * 获取微信门店信息; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxAdjustPriceTicketService.java b/food-api/src/main/java/com/jwsaas/service/food/WxAdjustPriceTicketService.java new file mode 100644 index 0000000..ffb1c3a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxAdjustPriceTicketService.java @@ -0,0 +1,45 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.WxAdjustPriceGoods; +import com.jwsaas.entity.food.WxAdjustPriceTicket; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 微信商品调价单数据接口 + */ +public interface WxAdjustPriceTicketService extends BaseService { + + /** + * 保存调价单、调价单明细,对应门店; + * @param tenantId + * @param ticket + * @param storeList + * @param goodsList + * @return + * @throws Exception + */ + Integer saveTicket(String tenantId, WxAdjustPriceTicket ticket, List storeList, List goodsList,String userName) throws Exception; + + /** + * + * @param tenantId + * @param ticket + * @param storeList + * @param goodsList + * @param userName + * @return + * @throws Exception + */ + Integer updateTicket(String tenantId, WxAdjustPriceTicket ticket, List storeList, List goodsList, String userName) throws Exception; + + /** + * 执行调价; + * @param tenantId + * @param ticketId + * @return + * @throws Exception + */ + Integer saveExecuteWxAdjustPrice(String tenantId, String ticketId) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxGoodsCategoryService.java b/food-api/src/main/java/com/jwsaas/service/food/WxGoodsCategoryService.java new file mode 100644 index 0000000..d3bc397 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxGoodsCategoryService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.WxGoodsCategory; +import com.jwsaas.service.BaseService; + +/** + * 微信商品分类数据接口 + */ +public interface WxGoodsCategoryService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxGoodsMakeService.java b/food-api/src/main/java/com/jwsaas/service/food/WxGoodsMakeService.java new file mode 100644 index 0000000..bf186d0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxGoodsMakeService.java @@ -0,0 +1,28 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.WxGoodsMake; +import com.jwsaas.service.BaseService; + +/** + * 微信商品做法关联数据接口 + */ +public interface WxGoodsMakeService extends BaseService { + + /** + * 获取商品的做法数量 + */ + List> getMakeCount(String tenantId, Criteria criteria) throws Exception; + + /** + * 关联做法分类、做法明细表; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListExtends(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxGoodsService.java b/food-api/src/main/java/com/jwsaas/service/food/WxGoodsService.java new file mode 100644 index 0000000..a33d4ce --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxGoodsService.java @@ -0,0 +1,81 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.WxGoods; +import com.jwsaas.entity.food.WxGoodsMake; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 微信商品信息数据接口 + */ +public interface WxGoodsService extends BaseService { + + /** + * 保存商品、做法信息; + * @param tenantId + * @param list + * @param makes + * @return + */ + Integer saveGoodsMakes(String tenantId, List list, List makes) throws Exception; + + /** + * 修改商品规格信息,做法信息先删除,再重新保存 + * @param tenantId + * @param list + * @param makes + * @return + * @throws Exception + */ + Integer updateGoodsMakes(String tenantId,String productId, List list, List makes) throws Exception; + + /** + * 获取所有微信商品的规格ID集合; + * @param tenantId + * @return + * @throws Exception + */ + List getAllSpecIds(String tenantId) throws Exception; + + /** + * 获取所有微信商品的规格ID集合; + * @param tenantId + * @return + * @throws Exception + */ + List getAllProductIds(String tenantId) throws Exception; + + /** + * 含有原商品名称,规格名称; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getExtendPager(String tenantId, Criteria criteria, Pager pager) throws Exception; + + + /** + * 获取微信门店共有商品; + * @param tenantId + * @param ids + * @param criteria + * @return + * @throws Exception + */ + List getListByStoreIds(String tenantId, List ids, Criteria criteria) throws Exception; + + /** + * 批量修改微信商品属性; + * @param tenantId + * @param goodsList + * @param makes + * @return + * @throws Exception + */ + Integer updateGoodsAndMakesByBatch(String tenantId, List productIds,List goodsList, List makes) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxGoodsTemplateDetailService.java b/food-api/src/main/java/com/jwsaas/service/food/WxGoodsTemplateDetailService.java new file mode 100644 index 0000000..d59a9f3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxGoodsTemplateDetailService.java @@ -0,0 +1,31 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.WxGoodsTemplateDetail; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 微信商品模板明细数据接口 + */ +public interface WxGoodsTemplateDetailService extends BaseService { + + /** + * 根据模板Id,获取模板商品明细Ids; + * @param tenantId + * @param templateId + * @return + * @throws Exception + */ + List getGoodsIdByTemplateId(String tenantId, String templateId) throws Exception; + + /** + * 获取含有微信商品信息的模板明细; + * @param tenantId + * @param crit + * @return + * @throws Exception + */ + List getListWithExtend(String tenantId, Criteria crit) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxGoodsTemplateService.java b/food-api/src/main/java/com/jwsaas/service/food/WxGoodsTemplateService.java new file mode 100644 index 0000000..a2ed155 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxGoodsTemplateService.java @@ -0,0 +1,67 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.WxGoodsTemplate; +import com.jwsaas.entity.food.WxGoodsTemplateDetail; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 微信商品模板数据接口 + */ +public interface WxGoodsTemplateService extends BaseService { + + /** + * 保存; + * @param tenantId + * @param template + * @param details + * @param storeIds + * @return + * @throws Exception + */ + Integer saveTemplateDetailStoreId(String tenantId, WxGoodsTemplate template, List details, List storeIds) throws Exception; + + /** + * 添加; + * @param tenantId + * @param template + * @param details + * @param storeIdList + * @return + * @throws Exception + */ + Integer updateTemplateDetailStoreId(String tenantId, WxGoodsTemplate template, List details, List storeIdList) throws Exception; + + /** + * 删除; + * @param tenantId + * @param sids + * @param userName + * @return + * @throws Exception + */ + Integer deleteTemplateDetailsStores(String tenantId, List sids, String userName) throws Exception; + + /** + * 增量调整微信门店商品价格; + * @param tenantId + * @param templateId + * @param storeIds + * @param userName + * @return + * @throws Exception + */ + Integer saveStoreWxGoodsPrice(String tenantId, String templateId, String storeIds, String userName) throws Exception; + + /** + * 覆盖保存微信门店商品价格; + * @param tenantId + * @param templateId + * @param storeIds + * @param userName + * @return + * @throws Exception + */ + Integer saveStoreWxGoodsPriceByCover(String tenantId, String templateId, String storeIds, String userName) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxGoodsTemplateStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/WxGoodsTemplateStoreService.java new file mode 100644 index 0000000..ae3a6b4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxGoodsTemplateStoreService.java @@ -0,0 +1,31 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.WxGoodsTemplateStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 微信商品模板门店明细数据接口 + */ +public interface WxGoodsTemplateStoreService extends BaseService { + + /** + * 根据模板ID,获取到模板对应门店IDs; + * @param tenantId + * @param templateId + * @return + * @throws Exception + */ + List getStoreIdByTemplateId(String tenantId, String templateId) throws Exception; + + /** + * 根据模板门店 + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListWithExtend(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxPaymentParameterService.java b/food-api/src/main/java/com/jwsaas/service/food/WxPaymentParameterService.java new file mode 100644 index 0000000..a233dba --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxPaymentParameterService.java @@ -0,0 +1,58 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.entity.food.WxPaymentParameter; +import com.jwsaas.entity.food.WxStore; +import com.jwsaas.service.BaseService; + +/** + * 微信点餐支付参数方案数据接口 + */ +public interface WxPaymentParameterService extends BaseService { + + /** + * 保存支付参数方案,对应关系; + * @param tenantId + * @param payment + * @param wxStores + * @return + * @throws Exception + */ + Integer saveWxStorePaymentRelation(String tenantId, WxPaymentParameter payment, List wxStores) throws Exception; + + /** + * 根据支付参数ID,查找对应门店Ids; + * @param tenantId + * @param id + * @return + * @throws Exception + */ + List getStoreIdsByPaymentId(String tenantId, String id) throws Exception; + + /** + * 更新支付参数和对应关系; + * @param tenantId + * @param id + * @param payment + * @param wxStores + * @return + * @throws Exception + */ + Integer updateWxStorePaymentRelation(String tenantId, String id, WxPaymentParameter payment, List wxStores) throws Exception; + + /** + * 删除支付参数方案,对应关系; + * @param tenantId + * @param parameterIds + * @return + * @throws Exception + */ + Integer deletePaymentAndStoreByParameterIds(String tenantId, List parameterIds) throws Exception; + + /** + * 根据微信门店ID,获取该门店的支付参数 + */ + public List getPaymentParameterByStoreId(String tenantId, String wxStoreId) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxQrcodeSettingService.java b/food-api/src/main/java/com/jwsaas/service/food/WxQrcodeSettingService.java new file mode 100644 index 0000000..e1e0866 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxQrcodeSettingService.java @@ -0,0 +1,19 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.WxQrcodeSetting; +import com.jwsaas.service.BaseService; + +/** + * 微信二维码图片设置数据接口 + */ +public interface WxQrcodeSettingService extends BaseService { + + /** + * 删除旧数据,保存信息数据; + * @param tenantId + * @param qrcodeSet + * @return + * @throws Exception + */ + WxQrcodeSetting saveWeixinQrcodeSet(String tenantId, WxQrcodeSetting qrcodeSet) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderItemMakeService.java b/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderItemMakeService.java new file mode 100644 index 0000000..7a72405 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderItemMakeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.WxSalesOrderItemMake; +import com.jwsaas.service.BaseService; + +/** + * 微信销售订单做法明细数据接口 + */ +public interface WxSalesOrderItemMakeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderItemPromoService.java b/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderItemPromoService.java new file mode 100644 index 0000000..ed2cb4c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderItemPromoService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.WxSalesOrderItemPromo; +import com.jwsaas.service.BaseService; + +/** + * 微信销售订单明细项优惠信息数据接口 + */ +public interface WxSalesOrderItemPromoService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderItemService.java b/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderItemService.java new file mode 100644 index 0000000..6c19fa3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderItemService.java @@ -0,0 +1,16 @@ +package com.jwsaas.service.food; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.WxSalesOrderItem; +import com.jwsaas.service.BaseService; + +/** + * 微信销售订单明细数据接口 + */ +public interface WxSalesOrderItemService extends BaseService { + + List getListExtend(String tenantId, Criteria criteria) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderLogService.java b/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderLogService.java new file mode 100644 index 0000000..9b8b669 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.WxSalesOrderLog; +import com.jwsaas.service.BaseService; + +/** + * 微信销售订单操作记录数据接口 + */ +public interface WxSalesOrderLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderService.java b/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderService.java new file mode 100644 index 0000000..a655261 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxSalesOrderService.java @@ -0,0 +1,74 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.entity.food.WxSalesOrder; +import com.jwsaas.entity.food.WxSalesOrderItem; +import com.jwsaas.entity.food.WxSalesOrderItemMake; +import com.jwsaas.entity.food.WxSalesOrderItemPromo; +import com.jwsaas.entity.food.WxSalesPayment; +import com.jwsaas.service.BaseService; + +/** + * 微信销售订单数据接口 + */ +public interface WxSalesOrderService extends BaseService { + + WxSalesOrder saveExtend(String tenantId, WxSalesOrder salesOrder, List orderItemList, List> itemMakeList, + List> itemPromoList, List pays) throws Exception; + + /** + * 门店确认订单,即商家接单。 + */ + Integer saveStoreOrderConfirm(String tenantId, String ticketId, String ticketNo, String takeNo, String currentUser) throws Exception; + + /** + * 门店取消订单,即商家拒单。 + */ + Integer saveStoreOrderCancel(String tenantId, String ticketId, String ticketNo, String cancelReason, String currentUser) throws Exception; + + /** + * 门店确认送达
+ *

+ * 商家已送餐,用户已取餐。 + *

+ */ + Integer saveStoreOrderDelivery(String tenantId, String ticketId, String ticketNo, String currentUser) throws Exception; + + /** + * 用户主动取消订单 + */ + Integer saveUserOrderCancel(String tenantId, String ticketId, String ticketNo, String cancelReason, String currentUser) throws Exception; + + /** + * 订单退款业务处理 + */ + Integer saveOrderPayRefund(String tenantId, String ticketId, String ticketNo, List> refundResultList, String currentUser,Map refundPointResult) throws Exception; + + /** + * 商家接单超时,订单自动取消 + */ + Integer saveOrderAutoCancel(String tenantId, String ticketId, String ticketNo, String cancelReason, String currentUser) throws Exception; + + /** + * 用户申请退款 + */ + Integer saveRefundUserApply(String tenantId, String ticketId, String ticketNo, String refundReason, String currentUser) throws Exception; + + /** + * 门店拒绝退款 + */ + Integer saveRefundStoreRefuse(String tenantId, String ticketId, String ticketNo, String refuseReason, String currentUser) throws Exception; + + /** + * 门店同意退款 + */ + Integer saveRefundStoreAgree(String tenantId, String ticketId, String ticketNo, String currentUser) throws Exception; + + /** + * 根据日期和门店ID,获取当日流水号 + */ + Integer getDaySeqByStoreId(String tenantId, String currentDate, String storeId) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxSalesPaymentService.java b/food-api/src/main/java/com/jwsaas/service/food/WxSalesPaymentService.java new file mode 100644 index 0000000..409158b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxSalesPaymentService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.WxSalesPayment; +import com.jwsaas.service.BaseService; + +/** + * 微信订单付款信息数据接口 + */ +public interface WxSalesPaymentService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxStoreGoodsService.java b/food-api/src/main/java/com/jwsaas/service/food/WxStoreGoodsService.java new file mode 100644 index 0000000..c2110a3 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxStoreGoodsService.java @@ -0,0 +1,88 @@ +package com.jwsaas.service.food; + +import java.util.List; +import java.util.Map; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.WxGoods; +import com.jwsaas.entity.food.WxStoreGoods; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 微信门店商品关联表数据接口 + */ +public interface WxStoreGoodsService extends BaseService { + + /** + * 根据门店ID,获取门店商品信息(只包含ProductId) + */ + Pager getPagerExtendSimpleByStoreId(String tenantId, String storeId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取列表数据 + */ + List> getListExtend(String tenantId, Criteria criteria) throws Exception; + + /** + * 保存门店微信商品信息 + * + * @param tenantId + * @param onShelves + * true:上架;false:下架; + * @param storeIdList + * @param goodsIdList + * @param currentUserName + */ + void saveWxGoods(String tenantId, Boolean onShelves, List storeIdList, List goodsIdList, String currentUserName) throws Exception; + + /** + * 获取门店微信商品信息带分页 + * + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerExtend(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 更新门店微信商品信息; + * + * @param tenantId + * @param storeIdList + * @param goodsList + * @param userName + * @return + */ + Integer updateStoreWxGoods(String tenantId, List storeIdList, List goodsList, String userName) throws Exception; + + /** + * 查找门店对应商品规格Id集合; + * + * @param tenantId + * @param storeId + * @return + * @throws Exception + */ + List getSpecIdsByWxStoreId(String tenantId, String storeId) throws Exception; + + /** + * 根据门店更新门店商品售卖状态 + * @param tenantId + * @param wxStoreId + * @param goodsIds + * @return + */ + Integer updateStoreWxGoodsStatus(String tenantId,String wxStoreId, List goodsIds,int saleStatus); + + /** + * 根据门店更新门店商品售卖状态 + * @param tenantId + * @param wxStoreId + * @param goodsIds + * @return + */ + Integer updateStoreWxGoodsStatusByStoreId(String tenantId,String wxStoreId,int saleStatus); +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/WxStoreService.java new file mode 100644 index 0000000..3bf8f9d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxStoreService.java @@ -0,0 +1,40 @@ +package com.jwsaas.service.food; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.food.WxStore; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 微信门店信息数据接口 + */ +public interface WxStoreService extends BaseService { + + /** + * 获取微信门店对应实体门店IDs; + * @param tenantId + * @return + * @throws Exception + */ + List getStoreIdList(String tenantId) throws Exception; + + /** + * 含有区域id,类型Id; + * @param tenantId + * @param criteria + * @param pager + * @return + */ + Pager getPagerExtend(String tenantId, Criteria criteria, Pager pager) throws Exception ; + + /** + * 含有区域id; + * @param tenantId + * @param criteria + * @return + * @throws Exception + */ + List getListExtend(String tenantId, Criteria criteria) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxdcDistributionAddressService.java b/food-api/src/main/java/com/jwsaas/service/food/WxdcDistributionAddressService.java new file mode 100644 index 0000000..d7d7bea --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxdcDistributionAddressService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.WxdcDistributionAddress; +import com.jwsaas.service.BaseService; + +/** + * 微信点餐饮配送地址数据接口 + */ +public interface WxdcDistributionAddressService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/WxdcDistributionService.java b/food-api/src/main/java/com/jwsaas/service/food/WxdcDistributionService.java new file mode 100644 index 0000000..ac8b120 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/WxdcDistributionService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.WxdcDistribution; +import com.jwsaas.service.BaseService; + +/** + * 微信点餐饮配送信息数据接口 + */ +public interface WxdcDistributionService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/YunposSetService.java b/food-api/src/main/java/com/jwsaas/service/food/YunposSetService.java new file mode 100644 index 0000000..0003c1f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/YunposSetService.java @@ -0,0 +1,21 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.YunposSet; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 门店云参数设置数据接口 + */ +public interface YunposSetService extends BaseService { + + /** + * 根据设置方案ID,删除方案及其对应门店; + * @param tenantId + * @param sids + * @return + * @throws Exception + */ + Integer deleteSetAndRelations(String tenantId, List sids) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/food/YunposSetStoreService.java b/food-api/src/main/java/com/jwsaas/service/food/YunposSetStoreService.java new file mode 100644 index 0000000..fd81848 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/food/YunposSetStoreService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.food; + +import com.jwsaas.entity.food.YunposSetStore; +import com.jwsaas.service.BaseService; + +/** + * 门店云参数设置门店关联数据接口 + */ +public interface YunposSetStoreService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/AgentService.java b/food-api/src/main/java/com/jwsaas/service/ops/AgentService.java new file mode 100644 index 0000000..5d20f68 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/AgentService.java @@ -0,0 +1,13 @@ +package com.jwsaas.service.ops; + + +import com.jwsaas.entity.ops.Agent; +import com.jwsaas.service.BaseService; + +/** + * 代理商管理数据接口 + */ +public interface AgentService extends BaseService { + + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/AgentSubFuyouTicketImageService.java b/food-api/src/main/java/com/jwsaas/service/ops/AgentSubFuyouTicketImageService.java new file mode 100644 index 0000000..0acbd96 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/AgentSubFuyouTicketImageService.java @@ -0,0 +1,22 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.ops.AgentSubFuyouTicketImage; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 富有支付子商户登记图片数据接口 + */ +public interface AgentSubFuyouTicketImageService extends BaseService { + + /** + * 获取含有商户名称的数据; + * @param tenantId + * @param criteria + * @param pager + * @return + * @throws Exception + */ + Pager getPagerExtendInfo(String tenantId, Criteria criteria, Pager pager) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/AgentSubFuyouTicketService.java b/food-api/src/main/java/com/jwsaas/service/ops/AgentSubFuyouTicketService.java new file mode 100644 index 0000000..8d71093 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/AgentSubFuyouTicketService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.AgentSubFuyouTicket; +import com.jwsaas.service.BaseService; + +/** + * 富有子商户登记记录数据接口 + */ +public interface AgentSubFuyouTicketService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/AppBaiduBranchService.java b/food-api/src/main/java/com/jwsaas/service/ops/AppBaiduBranchService.java new file mode 100644 index 0000000..8f049e0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/AppBaiduBranchService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.AppBaiduBranch; +import com.jwsaas.service.BaseService; + +/** + * 百度外卖门店关联信息表数据接口 + */ +public interface AppBaiduBranchService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/AppGuopanStoreInfoService.java b/food-api/src/main/java/com/jwsaas/service/ops/AppGuopanStoreInfoService.java new file mode 100644 index 0000000..7d3ec31 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/AppGuopanStoreInfoService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.AppGuopanStoreInfo; +import com.jwsaas.service.BaseService; + +/** + * 果盘门店关联信息表数据接口 + */ +public interface AppGuopanStoreInfoService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/AppInfoService.java b/food-api/src/main/java/com/jwsaas/service/ops/AppInfoService.java new file mode 100644 index 0000000..80f640d --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/AppInfoService.java @@ -0,0 +1,12 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.AppInfo; +import com.jwsaas.service.BaseService; + + +/** + * 应用管理数据接口 + */ +public interface AppInfoService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/AppQimaiSetStoreService.java b/food-api/src/main/java/com/jwsaas/service/ops/AppQimaiSetStoreService.java new file mode 100644 index 0000000..2a42a16 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/AppQimaiSetStoreService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.AppQimaiSetStore; +import com.jwsaas.service.BaseService; + +/** + * 企迈小程设置门店数据接口 + */ +public interface AppQimaiSetStoreService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/AppShopmeituanSetService.java b/food-api/src/main/java/com/jwsaas/service/ops/AppShopmeituanSetService.java new file mode 100644 index 0000000..3b1f109 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/AppShopmeituanSetService.java @@ -0,0 +1,21 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.AppShopmeituanSet; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 商家美团店铺设置表数据接口 + */ +public interface AppShopmeituanSetService extends BaseService { + + /** + * 删除参数及其对应门店信息; + * @param tenantId + * @param sids + * @return + * @throws Exception + */ + Integer deleteWithRelations(String tenantId, List sids) throws Exception; +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/AppShopmeituanSetStoreService.java b/food-api/src/main/java/com/jwsaas/service/ops/AppShopmeituanSetStoreService.java new file mode 100644 index 0000000..7bd2e49 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/AppShopmeituanSetStoreService.java @@ -0,0 +1,14 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.AppShopmeituanSetStore; +import com.jwsaas.service.BaseService; + +import java.util.List; + +/** + * 商家美团店铺设置门店数据接口 + */ +public interface AppShopmeituanSetStoreService extends BaseService { + + List getStoreIdsBySetIdAndTenantCode(String tenantId, String setId, String tenantCode); +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/AppVersionService.java b/food-api/src/main/java/com/jwsaas/service/ops/AppVersionService.java new file mode 100644 index 0000000..bc79f06 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/AppVersionService.java @@ -0,0 +1,47 @@ +package com.jwsaas.service.ops; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.ops.AppVersion; +import com.jwsaas.pager.Pager; +import com.jwsaas.service.BaseService; + +/** + * 应用版本管理数据接口 + */ +public interface AppVersionService extends BaseService { + + /** + * 获取分页数据 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @param pager + * 分页对象 + * @return 分页对象 + * @throws Exception + */ + Pager getPagerWithRelation(String tenantId, Criteria criteria, Pager pager) throws Exception; + + /** + * 获取列表数据 + * + * @param tenantId + * 租户标识 + * @param criteria + * 查询条件 + * @return + * @throws Exception + */ + List getListByPosNo(String tenantId, String tenantCode, String posNo, String appSign, String terminalType, Integer enableWhite, String versionType, String versionNum) throws Exception; + + List getListExtend(String tenantId, String tenantCode, String storeNo, String posNo, String appSign, String terminalType, Integer enableWhite, String versionType, String versionNum) + throws Exception; + + List getListByPlan(String tenantId, String tenantCode, String storeNo, String posNo, String appSign, String terminalType, Integer enableWhite, String versionType, String versionNum, + List planIdList) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/AppWhiteDetailService.java b/food-api/src/main/java/com/jwsaas/service/ops/AppWhiteDetailService.java new file mode 100644 index 0000000..6957277 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/AppWhiteDetailService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.AppWhiteDetail; +import com.jwsaas.service.BaseService; + +/** + * 应用方案白名单明细数据接口 + */ +public interface AppWhiteDetailService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/AppWhitePlanService.java b/food-api/src/main/java/com/jwsaas/service/ops/AppWhitePlanService.java new file mode 100644 index 0000000..93cc64a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/AppWhitePlanService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.AppWhitePlan; +import com.jwsaas.service.BaseService; + +/** + * 应用白名单方案数据接口 + */ +public interface AppWhitePlanService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/BankCodeService.java b/food-api/src/main/java/com/jwsaas/service/ops/BankCodeService.java new file mode 100644 index 0000000..1cddbe5 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/BankCodeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.BankCode; +import com.jwsaas.service.BaseService; + +/** + * 银行对照表数据接口 + */ +public interface BankCodeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/CardReaderInfoService.java b/food-api/src/main/java/com/jwsaas/service/ops/CardReaderInfoService.java new file mode 100644 index 0000000..58102a0 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/CardReaderInfoService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.CardReaderInfo; +import com.jwsaas.service.BaseService; + +/** + * 读卡器信息管理数据接口 + */ +public interface CardReaderInfoService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/CityCodeService.java b/food-api/src/main/java/com/jwsaas/service/ops/CityCodeService.java new file mode 100644 index 0000000..b40668a --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/CityCodeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.CityCode; +import com.jwsaas.service.BaseService; + +/** + * 省市区代码对应表数据接口 + */ +public interface CityCodeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/CityService.java b/food-api/src/main/java/com/jwsaas/service/ops/CityService.java new file mode 100644 index 0000000..bb00c80 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/CityService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.City; +import com.jwsaas.service.BaseService; + +/** + * 城市信息表数据接口 + */ +public interface CityService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/ElemeAuthorizeInfoService.java b/food-api/src/main/java/com/jwsaas/service/ops/ElemeAuthorizeInfoService.java new file mode 100644 index 0000000..94762cd --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/ElemeAuthorizeInfoService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.ElemeAuthorizeInfo; +import com.jwsaas.service.BaseService; + +/** + * 饿了么授权信息表数据接口 + */ +public interface ElemeAuthorizeInfoService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/ErrorInfoService.java b/food-api/src/main/java/com/jwsaas/service/ops/ErrorInfoService.java new file mode 100644 index 0000000..886941e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/ErrorInfoService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.ErrorInfo; +import com.jwsaas.service.BaseService; + +/** + * 报错信息数据接口 + */ +public interface ErrorInfoService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/MeituanBranchService.java b/food-api/src/main/java/com/jwsaas/service/ops/MeituanBranchService.java new file mode 100644 index 0000000..9bfa496 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/MeituanBranchService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.MeituanBranch; +import com.jwsaas.service.BaseService; + +/** + * 美团门店关联信息表数据接口 + */ +public interface MeituanBranchService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/PosModuleService.java b/food-api/src/main/java/com/jwsaas/service/ops/PosModuleService.java new file mode 100644 index 0000000..cb6a69e --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/PosModuleService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.PosModule; +import com.jwsaas.service.BaseService; + +/** + * 前台模块数据接口 + */ +public interface PosModuleService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/PosModuleTypeService.java b/food-api/src/main/java/com/jwsaas/service/ops/PosModuleTypeService.java new file mode 100644 index 0000000..4ad0bbe --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/PosModuleTypeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.PosModuleType; +import com.jwsaas.service.BaseService; + +/** + * 前台模块分类数据接口 + */ +public interface PosModuleTypeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/PrinterInfoService.java b/food-api/src/main/java/com/jwsaas/service/ops/PrinterInfoService.java new file mode 100644 index 0000000..6a04d6b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/PrinterInfoService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.PrinterInfo; +import com.jwsaas.service.BaseService; + +/** + * 打印机信息管理数据接口 + */ +public interface PrinterInfoService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/ProductPermissionsService.java b/food-api/src/main/java/com/jwsaas/service/ops/ProductPermissionsService.java new file mode 100644 index 0000000..eb4c1a7 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/ProductPermissionsService.java @@ -0,0 +1,24 @@ +package com.jwsaas.service.ops; + +import java.util.List; + +import com.jwsaas.entity.ops.ProductPermissions; +import com.jwsaas.service.BaseService; + +/** + * 产品权限表数据接口 + */ +public interface ProductPermissionsService extends BaseService { + + /** + * 根据产品ID以及模块类型(总部/门店),获取对应的产品权限 + * + * @param tenantId + * @param productId + * @param moduleType + * 模块类型(总部/门店) + * @return + */ + public List getListByModuleType(String tenantId, String productId, String moduleType) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/QimaiSetService.java b/food-api/src/main/java/com/jwsaas/service/ops/QimaiSetService.java new file mode 100644 index 0000000..e617198 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/QimaiSetService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.QimaiSet; +import com.jwsaas.service.BaseService; + +/** + * 企迈小程序设置数据接口 + */ +public interface QimaiSetService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/SetCodeService.java b/food-api/src/main/java/com/jwsaas/service/ops/SetCodeService.java new file mode 100644 index 0000000..0cc41b9 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/SetCodeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.SetCode; +import com.jwsaas.service.BaseService; + +/** + * 扣率代码对应表数据接口 + */ +public interface SetCodeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/TenantLineProductService.java b/food-api/src/main/java/com/jwsaas/service/ops/TenantLineProductService.java new file mode 100644 index 0000000..a4806b1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/TenantLineProductService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.TenantLineProduct; +import com.jwsaas.service.BaseService; + +/** + * 租户云产品订阅数据接口 + */ +public interface TenantLineProductService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/TenantPosInfoService.java b/food-api/src/main/java/com/jwsaas/service/ops/TenantPosInfoService.java new file mode 100644 index 0000000..92363a1 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/TenantPosInfoService.java @@ -0,0 +1,21 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.TenantPosInfo; +import com.jwsaas.service.BaseService; + +/** + * 租户POS终端信息表数据接口 + */ +public interface TenantPosInfoService extends BaseService { + + /** + * 更新采集到的POS监控信息 + */ + Integer updateMonitorInfo(String tenantId, TenantPosInfo entity) throws Exception; + + /** + * 更新POS最后活跃时间 + */ + Integer updateLastActiveTime(String tenantId, TenantPosInfo entity) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/TenantPosLoginLogService.java b/food-api/src/main/java/com/jwsaas/service/ops/TenantPosLoginLogService.java new file mode 100644 index 0000000..7eaea5c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/TenantPosLoginLogService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.TenantPosLoginLog; +import com.jwsaas.service.BaseService; + +/** + * 租户POS登录信息表数据接口 + */ +public interface TenantPosLoginLogService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/TenantProductService.java b/food-api/src/main/java/com/jwsaas/service/ops/TenantProductService.java new file mode 100644 index 0000000..ffefc80 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/TenantProductService.java @@ -0,0 +1,30 @@ +package com.jwsaas.service.ops; + +import java.util.List; + +import com.jwsaas.entity.ops.TenantProduct; +import com.jwsaas.service.BaseService; + +/** + * 租户产品订购信息数据接口 + */ +public interface TenantProductService extends BaseService { + + /** + * 根据租户编码和应用类型(标识),获取该租户订购的产品信息
+ *

+ * 依据订阅时间倒序排列,并排除status=4(取消产品)
+ * status说明:1:正常;2:欠费;3:冻结;4:取消产品;5:测试中;6:测试到期
+ *

+ * + * @param tenantId + * @param tenantCode + * 租户编码 + * @param appSign + * 应用类型(标识) + * @return + * @throws Exception + */ + public List getListByTenantCode(String tenantId, String tenantCode, String appSign) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/TenantStoreAuthService.java b/food-api/src/main/java/com/jwsaas/service/ops/TenantStoreAuthService.java new file mode 100644 index 0000000..1288c82 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/TenantStoreAuthService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.TenantStoreAuth; +import com.jwsaas.service.BaseService; + +/** + * 租户门店授权记录数据接口 + */ +public interface TenantStoreAuthService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/UpgradePosService.java b/food-api/src/main/java/com/jwsaas/service/ops/UpgradePosService.java new file mode 100644 index 0000000..a76628f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/UpgradePosService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.UpgradePos; +import com.jwsaas.service.BaseService; + +/** + * 升级POS信息数据接口 + */ +public interface UpgradePosService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/UpgradeSchemeService.java b/food-api/src/main/java/com/jwsaas/service/ops/UpgradeSchemeService.java new file mode 100644 index 0000000..d34d41f --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/UpgradeSchemeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.UpgradeScheme; +import com.jwsaas.service.BaseService; + +/** + * 升级方案数据接口 + */ +public interface UpgradeSchemeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/UpgradeStoreService.java b/food-api/src/main/java/com/jwsaas/service/ops/UpgradeStoreService.java new file mode 100644 index 0000000..2bb8d79 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/UpgradeStoreService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.UpgradeStore; +import com.jwsaas.service.BaseService; + +/** + * 升级门店映射信息数据接口 + */ +public interface UpgradeStoreService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/WxBusinessCodeService.java b/food-api/src/main/java/com/jwsaas/service/ops/WxBusinessCodeService.java new file mode 100644 index 0000000..24ed18c --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/WxBusinessCodeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.WxBusinessCode; +import com.jwsaas.service.BaseService; + +/** + * 微信经营范围代码对照表数据接口 + */ +public interface WxBusinessCodeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/ops/ZfbBusinessCodeService.java b/food-api/src/main/java/com/jwsaas/service/ops/ZfbBusinessCodeService.java new file mode 100644 index 0000000..74742e6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/ops/ZfbBusinessCodeService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.ops; + +import com.jwsaas.entity.ops.ZfbBusinessCode; +import com.jwsaas.service.BaseService; + +/** + * 支付宝经营范围代码对照表数据接口 + */ +public interface ZfbBusinessCodeService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/shared/AppAuthService.java b/food-api/src/main/java/com/jwsaas/service/shared/AppAuthService.java new file mode 100644 index 0000000..275a1f4 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/shared/AppAuthService.java @@ -0,0 +1,16 @@ +package com.jwsaas.service.shared; + +import java.util.List; + +import com.jwsaas.condition.Criteria; +import com.jwsaas.entity.shared.AppAuth; +import com.jwsaas.service.BaseService; + +/** + * 应用授权表数据接口 + */ +public interface AppAuthService extends BaseService { + + List getListWithAppSign(String tenantId, String appSign, Criteria criteria) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/shared/FunctionService.java b/food-api/src/main/java/com/jwsaas/service/shared/FunctionService.java new file mode 100644 index 0000000..837c77b --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/shared/FunctionService.java @@ -0,0 +1,12 @@ +package com.jwsaas.service.shared; + + +import com.jwsaas.entity.shared.Function; +import com.jwsaas.service.BaseService; + +/** + * 功能表数据接口 + */ +public interface FunctionService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/shared/ModuleService.java b/food-api/src/main/java/com/jwsaas/service/shared/ModuleService.java new file mode 100644 index 0000000..d289849 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/shared/ModuleService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.shared; + +import com.jwsaas.entity.shared.Module; +import com.jwsaas.service.BaseService; + +/** + * 模块表数据接口 + */ +public interface ModuleService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/shared/ResourcesService.java b/food-api/src/main/java/com/jwsaas/service/shared/ResourcesService.java new file mode 100644 index 0000000..ca097f6 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/shared/ResourcesService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.shared; + +import com.jwsaas.entity.shared.Resources; +import com.jwsaas.service.BaseService; + +/** + * 资源表数据接口 + */ +public interface ResourcesService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinAccountService.java b/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinAccountService.java new file mode 100644 index 0000000..99ed254 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinAccountService.java @@ -0,0 +1,15 @@ +package com.jwsaas.service.wxdc; + +import com.jwsaas.entity.wxdc.WeixinAccount; +import com.jwsaas.service.BaseService; + +/** + * 微信公众号管理数据接口 + */ +public interface WeixinAccountService extends BaseService { + + Integer savezhangguiQuery(String defaultDbSign, WeixinAccount account) throws Exception ; + + Integer updatezhangguiQuery(String defaultDbSign, WeixinAccount account) throws Exception; + +} diff --git a/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinOrderPayService.java b/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinOrderPayService.java new file mode 100644 index 0000000..dbb1202 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinOrderPayService.java @@ -0,0 +1,13 @@ +package com.jwsaas.service.wxdc; + +import com.jwsaas.entity.wxdc.WeixinAccount; +import com.jwsaas.entity.wxdc.WeixinOrderPay; +import com.jwsaas.service.BaseService; + +/** + * 微信支付订单记录数据接口 + */ +public interface WeixinOrderPayService extends BaseService { + + +} diff --git a/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinPayResultService.java b/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinPayResultService.java new file mode 100644 index 0000000..519f095 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinPayResultService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.wxdc; + +import com.jwsaas.entity.wxdc.WeixinPayResult; +import com.jwsaas.service.BaseService; + +/** + * 支付结果数据接口 + */ +public interface WeixinPayResultService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinPayUnifiedOrderService.java b/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinPayUnifiedOrderService.java new file mode 100644 index 0000000..0bfd089 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinPayUnifiedOrderService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.wxdc; + +import com.jwsaas.entity.wxdc.WeixinPayUnifiedOrder; +import com.jwsaas.service.BaseService; + +/** + * 统一下单数据接口 + */ +public interface WeixinPayUnifiedOrderService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinRechargeOrderService.java b/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinRechargeOrderService.java new file mode 100644 index 0000000..1647aeb --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinRechargeOrderService.java @@ -0,0 +1,12 @@ +package com.jwsaas.service.wxdc; + + +import com.jwsaas.entity.wxdc.WeixinRechargeOrder; +import com.jwsaas.service.BaseService; + +/** + * 微信支付订单记录数据接口 + */ +public interface WeixinRechargeOrderService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinUserService.java b/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinUserService.java new file mode 100644 index 0000000..126e939 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/wxdc/WeixinUserService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.wxdc; + +import com.jwsaas.entity.wxdc.WeixinUser; +import com.jwsaas.service.BaseService; + +/** + * 微信用戶信息数据接口 + */ +public interface WeixinUserService extends BaseService { + +} diff --git a/food-api/src/main/java/com/jwsaas/service/wxyh/WeixinUserService.java b/food-api/src/main/java/com/jwsaas/service/wxyh/WeixinUserService.java new file mode 100644 index 0000000..faf4a87 --- /dev/null +++ b/food-api/src/main/java/com/jwsaas/service/wxyh/WeixinUserService.java @@ -0,0 +1,11 @@ +package com.jwsaas.service.wxyh; + +import com.jwsaas.entity.wxyh.WeixinUser; +import com.jwsaas.service.BaseService; + +/** + * 小程序用戶信息数据接口 + */ +public interface WeixinUserService extends BaseService { + +} diff --git a/food-api/target/classes/com/jwsaas/Constants.class b/food-api/target/classes/com/jwsaas/Constants.class new file mode 100644 index 0000000..5064459 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/Constants.class differ diff --git a/food-api/target/classes/com/jwsaas/ModuleType.class b/food-api/target/classes/com/jwsaas/ModuleType.class new file mode 100644 index 0000000..96fc5cf Binary files /dev/null and b/food-api/target/classes/com/jwsaas/ModuleType.class differ diff --git a/food-api/target/classes/com/jwsaas/OrderPromotionType.class b/food-api/target/classes/com/jwsaas/OrderPromotionType.class new file mode 100644 index 0000000..1776276 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/OrderPromotionType.class differ diff --git a/food-api/target/classes/com/jwsaas/ProgramIndexPictureType.class b/food-api/target/classes/com/jwsaas/ProgramIndexPictureType.class new file mode 100644 index 0000000..df1960e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/ProgramIndexPictureType.class differ diff --git a/food-api/target/classes/com/jwsaas/PromotionType.class b/food-api/target/classes/com/jwsaas/PromotionType.class new file mode 100644 index 0000000..cbd8129 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/PromotionType.class differ diff --git a/food-api/target/classes/com/jwsaas/RoleType.class b/food-api/target/classes/com/jwsaas/RoleType.class new file mode 100644 index 0000000..2239f39 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/RoleType.class differ diff --git a/food-api/target/classes/com/jwsaas/SalesOrderDiscountType.class b/food-api/target/classes/com/jwsaas/SalesOrderDiscountType.class new file mode 100644 index 0000000..50cba4c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/SalesOrderDiscountType.class differ diff --git a/food-api/target/classes/com/jwsaas/ServerDataVersionRelationType.class b/food-api/target/classes/com/jwsaas/ServerDataVersionRelationType.class new file mode 100644 index 0000000..72a3bff Binary files /dev/null and b/food-api/target/classes/com/jwsaas/ServerDataVersionRelationType.class differ diff --git a/food-api/target/classes/com/jwsaas/StockTypeEnum.class b/food-api/target/classes/com/jwsaas/StockTypeEnum.class new file mode 100644 index 0000000..1c51ae3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/StockTypeEnum.class differ diff --git a/food-api/target/classes/com/jwsaas/StoreAccountBusType.class b/food-api/target/classes/com/jwsaas/StoreAccountBusType.class new file mode 100644 index 0000000..0763a49 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/StoreAccountBusType.class differ diff --git a/food-api/target/classes/com/jwsaas/StoreStorageOutTicketType.class b/food-api/target/classes/com/jwsaas/StoreStorageOutTicketType.class new file mode 100644 index 0000000..a7bd46e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/StoreStorageOutTicketType.class differ diff --git a/food-api/target/classes/com/jwsaas/StoreStorageTicketType.class b/food-api/target/classes/com/jwsaas/StoreStorageTicketType.class new file mode 100644 index 0000000..9235fb4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/StoreStorageTicketType.class differ diff --git a/food-api/target/classes/com/jwsaas/SuitType.class b/food-api/target/classes/com/jwsaas/SuitType.class new file mode 100644 index 0000000..ad06304 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/SuitType.class differ diff --git a/food-api/target/classes/com/jwsaas/TlData.class b/food-api/target/classes/com/jwsaas/TlData.class new file mode 100644 index 0000000..0ae574e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/TlData.class differ diff --git a/food-api/target/classes/com/jwsaas/TlReturnMsg.class b/food-api/target/classes/com/jwsaas/TlReturnMsg.class new file mode 100644 index 0000000..67e04c6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/TlReturnMsg.class differ diff --git a/food-api/target/classes/com/jwsaas/cache/CacheKeys.class b/food-api/target/classes/com/jwsaas/cache/CacheKeys.class new file mode 100644 index 0000000..66a333f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/cache/CacheKeys.class differ diff --git a/food-api/target/classes/com/jwsaas/cache/CacheService.class b/food-api/target/classes/com/jwsaas/cache/CacheService.class new file mode 100644 index 0000000..f42700f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/cache/CacheService.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/BaseEntity.class b/food-api/target/classes/com/jwsaas/entity/BaseEntity.class new file mode 100644 index 0000000..6a387ca Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/BaseEntity.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/Tenant.class b/food-api/target/classes/com/jwsaas/entity/Tenant.class new file mode 100644 index 0000000..969a072 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/Tenant.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/AdjustPriceProduct.class b/food-api/target/classes/com/jwsaas/entity/food/AdjustPriceProduct.class new file mode 100644 index 0000000..0ea77d1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/AdjustPriceProduct.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/AdjustPriceStore.class b/food-api/target/classes/com/jwsaas/entity/food/AdjustPriceStore.class new file mode 100644 index 0000000..9d52efd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/AdjustPriceStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/AdjustPriceTicket.class b/food-api/target/classes/com/jwsaas/entity/food/AdjustPriceTicket.class new file mode 100644 index 0000000..6c50076 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/AdjustPriceTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/AdvertCaption.class b/food-api/target/classes/com/jwsaas/entity/food/AdvertCaption.class new file mode 100644 index 0000000..c05877e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/AdvertCaption.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/AdvertPicture.class b/food-api/target/classes/com/jwsaas/entity/food/AdvertPicture.class new file mode 100644 index 0000000..bccf8a5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/AdvertPicture.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/Agent.class b/food-api/target/classes/com/jwsaas/entity/food/Agent.class new file mode 100644 index 0000000..2039ba0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/Agent.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/AgentStore.class b/food-api/target/classes/com/jwsaas/entity/food/AgentStore.class new file mode 100644 index 0000000..4a54b64 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/AgentStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/AskGoodsDetail.class b/food-api/target/classes/com/jwsaas/entity/food/AskGoodsDetail.class new file mode 100644 index 0000000..bedf160 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/AskGoodsDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTemplate.class b/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTemplate.class new file mode 100644 index 0000000..793e81e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTemplate.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTemplateDetail.class b/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTemplateDetail.class new file mode 100644 index 0000000..b0ef61a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTemplateDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTemplateStore.class b/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTemplateStore.class new file mode 100644 index 0000000..587437c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTemplateStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTicket.class b/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTicket.class new file mode 100644 index 0000000..62b52b1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTicketLog.class b/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTicketLog.class new file mode 100644 index 0000000..6bab76c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTicketLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTicketPay.class b/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTicketPay.class new file mode 100644 index 0000000..d7543e4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/AskGoodsTicketPay.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/BaiduFood.class b/food-api/target/classes/com/jwsaas/entity/food/BaiduFood.class new file mode 100644 index 0000000..4f83b2e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/BaiduFood.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/BaiduOrder.class b/food-api/target/classes/com/jwsaas/entity/food/BaiduOrder.class new file mode 100644 index 0000000..c4cccf0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/BaiduOrder.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/BaiduOrderProduct.class b/food-api/target/classes/com/jwsaas/entity/food/BaiduOrderProduct.class new file mode 100644 index 0000000..efda57a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/BaiduOrderProduct.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/Brand.class b/food-api/target/classes/com/jwsaas/entity/food/Brand.class new file mode 100644 index 0000000..e69e8a4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/Brand.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/BusinessOrderUpload.class b/food-api/target/classes/com/jwsaas/entity/food/BusinessOrderUpload.class new file mode 100644 index 0000000..86fdcfc Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/BusinessOrderUpload.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/BusinessPlan.class b/food-api/target/classes/com/jwsaas/entity/food/BusinessPlan.class new file mode 100644 index 0000000..13b84b2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/BusinessPlan.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/BusinessPlanDetail.class b/food-api/target/classes/com/jwsaas/entity/food/BusinessPlanDetail.class new file mode 100644 index 0000000..7d335e5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/BusinessPlanDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CandaoStore.class b/food-api/target/classes/com/jwsaas/entity/food/CandaoStore.class new file mode 100644 index 0000000..89dc82d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CandaoStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/Category.class b/food-api/target/classes/com/jwsaas/entity/food/Category.class new file mode 100644 index 0000000..04cb363 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/Category.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CheckTemplate.class b/food-api/target/classes/com/jwsaas/entity/food/CheckTemplate.class new file mode 100644 index 0000000..e5a664a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CheckTemplate.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CheckTemplateDetail.class b/food-api/target/classes/com/jwsaas/entity/food/CheckTemplateDetail.class new file mode 100644 index 0000000..d9b9a92 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CheckTemplateDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CheckTicket.class b/food-api/target/classes/com/jwsaas/entity/food/CheckTicket.class new file mode 100644 index 0000000..bd1e1c2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CheckTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CheckTicketDetail.class b/food-api/target/classes/com/jwsaas/entity/food/CheckTicketDetail.class new file mode 100644 index 0000000..b3c52ac Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CheckTicketDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CheckTicketLog.class b/food-api/target/classes/com/jwsaas/entity/food/CheckTicketLog.class new file mode 100644 index 0000000..bc266e2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CheckTicketLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CostFeeItem.class b/food-api/target/classes/com/jwsaas/entity/food/CostFeeItem.class new file mode 100644 index 0000000..02d59b6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CostFeeItem.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CostFeeType.class b/food-api/target/classes/com/jwsaas/entity/food/CostFeeType.class new file mode 100644 index 0000000..55d2af6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CostFeeType.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CostTicket.class b/food-api/target/classes/com/jwsaas/entity/food/CostTicket.class new file mode 100644 index 0000000..bc97ff7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CostTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CostTicketPayType.class b/food-api/target/classes/com/jwsaas/entity/food/CostTicketPayType.class new file mode 100644 index 0000000..63e1d7b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CostTicketPayType.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductChange.class b/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductChange.class new file mode 100644 index 0000000..205758b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductChange.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductFixedChange.class b/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductFixedChange.class new file mode 100644 index 0000000..2b5c0f5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductFixedChange.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductMoreChange.class b/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductMoreChange.class new file mode 100644 index 0000000..b9535ce Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductMoreChange.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductOtherChange.class b/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductOtherChange.class new file mode 100644 index 0000000..db40705 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductOtherChange.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductType.class b/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductType.class new file mode 100644 index 0000000..ed07c49 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CostTicketProductType.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplate.class b/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplate.class new file mode 100644 index 0000000..e272b69 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplate.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplateProductChange.class b/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplateProductChange.class new file mode 100644 index 0000000..3a8e1a7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplateProductChange.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplateProductFixedChange.class b/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplateProductFixedChange.class new file mode 100644 index 0000000..bc04435 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplateProductFixedChange.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplateProductMoreChange.class b/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplateProductMoreChange.class new file mode 100644 index 0000000..0fac020 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplateProductMoreChange.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplateProductOtherChange.class b/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplateProductOtherChange.class new file mode 100644 index 0000000..41fb4db Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CostTicketTemplateProductOtherChange.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/Coupon.class b/food-api/target/classes/com/jwsaas/entity/food/Coupon.class new file mode 100644 index 0000000..139a99c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/Coupon.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CouponCodeDetail.class b/food-api/target/classes/com/jwsaas/entity/food/CouponCodeDetail.class new file mode 100644 index 0000000..bc8596f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CouponCodeDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CouponStore.class b/food-api/target/classes/com/jwsaas/entity/food/CouponStore.class new file mode 100644 index 0000000..c3d8c0a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CouponStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CouponTicket.class b/food-api/target/classes/com/jwsaas/entity/food/CouponTicket.class new file mode 100644 index 0000000..7785d24 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CouponTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CouponTicketProduct.class b/food-api/target/classes/com/jwsaas/entity/food/CouponTicketProduct.class new file mode 100644 index 0000000..9ea4998 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CouponTicketProduct.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/CouponTicketStore.class b/food-api/target/classes/com/jwsaas/entity/food/CouponTicketStore.class new file mode 100644 index 0000000..fc97568 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/CouponTicketStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/Deliver.class b/food-api/target/classes/com/jwsaas/entity/food/Deliver.class new file mode 100644 index 0000000..0dcaa4a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/Deliver.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/DfsFile.class b/food-api/target/classes/com/jwsaas/entity/food/DfsFile.class new file mode 100644 index 0000000..33b668f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/DfsFile.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/DispatchSettlePlan.class b/food-api/target/classes/com/jwsaas/entity/food/DispatchSettlePlan.class new file mode 100644 index 0000000..5099332 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/DispatchSettlePlan.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/DispatchSettlePlanPayMode.class b/food-api/target/classes/com/jwsaas/entity/food/DispatchSettlePlanPayMode.class new file mode 100644 index 0000000..75a5e32 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/DispatchSettlePlanPayMode.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/DispatchTicket.class b/food-api/target/classes/com/jwsaas/entity/food/DispatchTicket.class new file mode 100644 index 0000000..4407027 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/DispatchTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/DispatchTicketDetail.class b/food-api/target/classes/com/jwsaas/entity/food/DispatchTicketDetail.class new file mode 100644 index 0000000..528ed78 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/DispatchTicketDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/DispatchTicketLog.class b/food-api/target/classes/com/jwsaas/entity/food/DispatchTicketLog.class new file mode 100644 index 0000000..d8443b0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/DispatchTicketLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/DispatchpriceTicket.class b/food-api/target/classes/com/jwsaas/entity/food/DispatchpriceTicket.class new file mode 100644 index 0000000..9e6758d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/DispatchpriceTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/DispatchpriceTicketMaterial.class b/food-api/target/classes/com/jwsaas/entity/food/DispatchpriceTicketMaterial.class new file mode 100644 index 0000000..1593ff2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/DispatchpriceTicketMaterial.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/DispatchpriceTicketStore.class b/food-api/target/classes/com/jwsaas/entity/food/DispatchpriceTicketStore.class new file mode 100644 index 0000000..b45b85f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/DispatchpriceTicketStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ElemeCategoryFood.class b/food-api/target/classes/com/jwsaas/entity/food/ElemeCategoryFood.class new file mode 100644 index 0000000..4ea76cf Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ElemeCategoryFood.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ElemeFoodCategory.class b/food-api/target/classes/com/jwsaas/entity/food/ElemeFoodCategory.class new file mode 100644 index 0000000..92d8d7e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ElemeFoodCategory.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ElemeOrderDetail.class b/food-api/target/classes/com/jwsaas/entity/food/ElemeOrderDetail.class new file mode 100644 index 0000000..f2ee5d4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ElemeOrderDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ElemeOrderDetailGroup.class b/food-api/target/classes/com/jwsaas/entity/food/ElemeOrderDetailGroup.class new file mode 100644 index 0000000..e7e593b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ElemeOrderDetailGroup.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ErpPosSet.class b/food-api/target/classes/com/jwsaas/entity/food/ErpPosSet.class new file mode 100644 index 0000000..427f697 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ErpPosSet.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/FeeItem.class b/food-api/target/classes/com/jwsaas/entity/food/FeeItem.class new file mode 100644 index 0000000..792d0d8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/FeeItem.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/KdsPlan.class b/food-api/target/classes/com/jwsaas/entity/food/KdsPlan.class new file mode 100644 index 0000000..111774f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/KdsPlan.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/KitPlan.class b/food-api/target/classes/com/jwsaas/entity/food/KitPlan.class new file mode 100644 index 0000000..1df8e3d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/KitPlan.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/MakeBurden.class b/food-api/target/classes/com/jwsaas/entity/food/MakeBurden.class new file mode 100644 index 0000000..fced881 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/MakeBurden.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/MakeDetail.class b/food-api/target/classes/com/jwsaas/entity/food/MakeDetail.class new file mode 100644 index 0000000..05e7ab6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/MakeDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/MakeType.class b/food-api/target/classes/com/jwsaas/entity/food/MakeType.class new file mode 100644 index 0000000..9e057dd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/MakeType.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/MeituanFood.class b/food-api/target/classes/com/jwsaas/entity/food/MeituanFood.class new file mode 100644 index 0000000..28899a6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/MeituanFood.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/MeituanFoodCategory.class b/food-api/target/classes/com/jwsaas/entity/food/MeituanFoodCategory.class new file mode 100644 index 0000000..fb01d65 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/MeituanFoodCategory.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/MeituanOrder.class b/food-api/target/classes/com/jwsaas/entity/food/MeituanOrder.class new file mode 100644 index 0000000..1544999 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/MeituanOrder.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/MeituanOrderExtra.class b/food-api/target/classes/com/jwsaas/entity/food/MeituanOrderExtra.class new file mode 100644 index 0000000..a23f743 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/MeituanOrderExtra.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/MeituanOrderItem.class b/food-api/target/classes/com/jwsaas/entity/food/MeituanOrderItem.class new file mode 100644 index 0000000..c32823a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/MeituanOrderItem.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/OtherStorageOutTicket.class b/food-api/target/classes/com/jwsaas/entity/food/OtherStorageOutTicket.class new file mode 100644 index 0000000..f01956c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/OtherStorageOutTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/OtherStorageOutTicketDetail.class b/food-api/target/classes/com/jwsaas/entity/food/OtherStorageOutTicketDetail.class new file mode 100644 index 0000000..6d5f115 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/OtherStorageOutTicketDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/OtherStorageOutTicketLog.class b/food-api/target/classes/com/jwsaas/entity/food/OtherStorageOutTicketLog.class new file mode 100644 index 0000000..b4446e9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/OtherStorageOutTicketLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/OtherStorageTicket.class b/food-api/target/classes/com/jwsaas/entity/food/OtherStorageTicket.class new file mode 100644 index 0000000..2529bfb Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/OtherStorageTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/OtherStorageTicketDetail.class b/food-api/target/classes/com/jwsaas/entity/food/OtherStorageTicketDetail.class new file mode 100644 index 0000000..5e80ed0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/OtherStorageTicketDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/OtherStorageTicketLog.class b/food-api/target/classes/com/jwsaas/entity/food/OtherStorageTicketLog.class new file mode 100644 index 0000000..cfabc7f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/OtherStorageTicketLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PayMode.class b/food-api/target/classes/com/jwsaas/entity/food/PayMode.class new file mode 100644 index 0000000..abb8483 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PayMode.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PayModeStore.class b/food-api/target/classes/com/jwsaas/entity/food/PayModeStore.class new file mode 100644 index 0000000..69abe22 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PayModeStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PayType.class b/food-api/target/classes/com/jwsaas/entity/food/PayType.class new file mode 100644 index 0000000..03f7f39 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PayType.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PaymentParameter.class b/food-api/target/classes/com/jwsaas/entity/food/PaymentParameter.class new file mode 100644 index 0000000..71c7f24 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PaymentParameter.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/Permissions.class b/food-api/target/classes/com/jwsaas/entity/food/Permissions.class new file mode 100644 index 0000000..721dc20 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/Permissions.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PosInfo.class b/food-api/target/classes/com/jwsaas/entity/food/PosInfo.class new file mode 100644 index 0000000..42c2cc2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PosInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PosPollcode.class b/food-api/target/classes/com/jwsaas/entity/food/PosPollcode.class new file mode 100644 index 0000000..4fb0784 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PosPollcode.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PosRole.class b/food-api/target/classes/com/jwsaas/entity/food/PosRole.class new file mode 100644 index 0000000..0bc6e63 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PosRole.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PosSetPlan.class b/food-api/target/classes/com/jwsaas/entity/food/PosSetPlan.class new file mode 100644 index 0000000..eb391c2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PosSetPlan.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PosSetPlanConfig.class b/food-api/target/classes/com/jwsaas/entity/food/PosSetPlanConfig.class new file mode 100644 index 0000000..642d595 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PosSetPlanConfig.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PosSetPlanModule.class b/food-api/target/classes/com/jwsaas/entity/food/PosSetPlanModule.class new file mode 100644 index 0000000..b8a1183 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PosSetPlanModule.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PosSetPlanResources.class b/food-api/target/classes/com/jwsaas/entity/food/PosSetPlanResources.class new file mode 100644 index 0000000..4ed0d9c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PosSetPlanResources.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PosSetPlanShortcut.class b/food-api/target/classes/com/jwsaas/entity/food/PosSetPlanShortcut.class new file mode 100644 index 0000000..66cfcfd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PosSetPlanShortcut.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PrintImage.class b/food-api/target/classes/com/jwsaas/entity/food/PrintImage.class new file mode 100644 index 0000000..9e87f4b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PrintImage.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/Product.class b/food-api/target/classes/com/jwsaas/entity/food/Product.class new file mode 100644 index 0000000..a786f87 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/Product.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductBatchNegativeStock.class b/food-api/target/classes/com/jwsaas/entity/food/ProductBatchNegativeStock.class new file mode 100644 index 0000000..cc8b77b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductBatchNegativeStock.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductBatchNegativeStockDiffer.class b/food-api/target/classes/com/jwsaas/entity/food/ProductBatchNegativeStockDiffer.class new file mode 100644 index 0000000..5bb68d0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductBatchNegativeStockDiffer.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductBatchNumber.class b/food-api/target/classes/com/jwsaas/entity/food/ProductBatchNumber.class new file mode 100644 index 0000000..408dd78 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductBatchNumber.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductBatchStock.class b/food-api/target/classes/com/jwsaas/entity/food/ProductBatchStock.class new file mode 100644 index 0000000..ef914d1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductBatchStock.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductBatchStockChange.class b/food-api/target/classes/com/jwsaas/entity/food/ProductBatchStockChange.class new file mode 100644 index 0000000..1d30dc7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductBatchStockChange.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductBurden.class b/food-api/target/classes/com/jwsaas/entity/food/ProductBurden.class new file mode 100644 index 0000000..b8172a2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductBurden.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductImage.class b/food-api/target/classes/com/jwsaas/entity/food/ProductImage.class new file mode 100644 index 0000000..e8017a2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductImage.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductKdsPlan.class b/food-api/target/classes/com/jwsaas/entity/food/ProductKdsPlan.class new file mode 100644 index 0000000..8508a7f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductKdsPlan.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductKitPlan.class b/food-api/target/classes/com/jwsaas/entity/food/ProductKitPlan.class new file mode 100644 index 0000000..6426541 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductKitPlan.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductMake.class b/food-api/target/classes/com/jwsaas/entity/food/ProductMake.class new file mode 100644 index 0000000..058ba94 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductMake.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductMakeTemplate.class b/food-api/target/classes/com/jwsaas/entity/food/ProductMakeTemplate.class new file mode 100644 index 0000000..bcee51c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductMakeTemplate.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductMakeTemplateDetail.class b/food-api/target/classes/com/jwsaas/entity/food/ProductMakeTemplateDetail.class new file mode 100644 index 0000000..a9201d7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductMakeTemplateDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductRatio.class b/food-api/target/classes/com/jwsaas/entity/food/ProductRatio.class new file mode 100644 index 0000000..c5cc010 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductRatio.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductSpec.class b/food-api/target/classes/com/jwsaas/entity/food/ProductSpec.class new file mode 100644 index 0000000..9aeb3ca Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductSpec.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductStock.class b/food-api/target/classes/com/jwsaas/entity/food/ProductStock.class new file mode 100644 index 0000000..8704883 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductStock.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductStockLog.class b/food-api/target/classes/com/jwsaas/entity/food/ProductStockLog.class new file mode 100644 index 0000000..bfa71a5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductStockLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductStoreOutCollectDay.class b/food-api/target/classes/com/jwsaas/entity/food/ProductStoreOutCollectDay.class new file mode 100644 index 0000000..cfb3087 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductStoreOutCollectDay.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductStoreStock.class b/food-api/target/classes/com/jwsaas/entity/food/ProductStoreStock.class new file mode 100644 index 0000000..09bc152 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductStoreStock.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductStoreStockLog.class b/food-api/target/classes/com/jwsaas/entity/food/ProductStoreStockLog.class new file mode 100644 index 0000000..b98234d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductStoreStockLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductSuit.class b/food-api/target/classes/com/jwsaas/entity/food/ProductSuit.class new file mode 100644 index 0000000..72635ee Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductSuit.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductSuitDetail.class b/food-api/target/classes/com/jwsaas/entity/food/ProductSuitDetail.class new file mode 100644 index 0000000..f7dadf3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductSuitDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductTemplate.class b/food-api/target/classes/com/jwsaas/entity/food/ProductTemplate.class new file mode 100644 index 0000000..c47ce5a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductTemplate.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductTemplateDetail.class b/food-api/target/classes/com/jwsaas/entity/food/ProductTemplateDetail.class new file mode 100644 index 0000000..aac84d4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductTemplateDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductType.class b/food-api/target/classes/com/jwsaas/entity/food/ProductType.class new file mode 100644 index 0000000..8a7dbd8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductType.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductTypeLabelInfo.class b/food-api/target/classes/com/jwsaas/entity/food/ProductTypeLabelInfo.class new file mode 100644 index 0000000..63c524b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductTypeLabelInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProductUnit.class b/food-api/target/classes/com/jwsaas/entity/food/ProductUnit.class new file mode 100644 index 0000000..a07c028 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProductUnit.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramAdPicture.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramAdPicture.class new file mode 100644 index 0000000..4d9375f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramAdPicture.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramAdjustPriceProduct.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramAdjustPriceProduct.class new file mode 100644 index 0000000..c01a6c5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramAdjustPriceProduct.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramAdjustPriceStore.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramAdjustPriceStore.class new file mode 100644 index 0000000..6ca636f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramAdjustPriceStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramAdjustPriceTicket.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramAdjustPriceTicket.class new file mode 100644 index 0000000..487bdd8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramAdjustPriceTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramBusinessOrderUpload.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramBusinessOrderUpload.class new file mode 100644 index 0000000..f07336e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramBusinessOrderUpload.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramDeliverAddress.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramDeliverAddress.class new file mode 100644 index 0000000..1f18e70 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramDeliverAddress.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramEvaluate.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramEvaluate.class new file mode 100644 index 0000000..35769f9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramEvaluate.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramEvaluateImage.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramEvaluateImage.class new file mode 100644 index 0000000..83f9d1a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramEvaluateImage.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramIndexPicture.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramIndexPicture.class new file mode 100644 index 0000000..efe1a1f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramIndexPicture.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramPaymentParameter.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramPaymentParameter.class new file mode 100644 index 0000000..665e14e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramPaymentParameter.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramProduct.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramProduct.class new file mode 100644 index 0000000..b89977a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramProduct.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramProductCategory.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramProductCategory.class new file mode 100644 index 0000000..e2bd030 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramProductCategory.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramProductMake.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramProductMake.class new file mode 100644 index 0000000..d667673 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramProductMake.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramProductTemplate.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramProductTemplate.class new file mode 100644 index 0000000..c2ec69f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramProductTemplate.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramProductTemplateDetail.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramProductTemplateDetail.class new file mode 100644 index 0000000..2654332 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramProductTemplateDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramProductTemplateStore.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramProductTemplateStore.class new file mode 100644 index 0000000..ca885bc Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramProductTemplateStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionBlackListGoods.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionBlackListGoods.class new file mode 100644 index 0000000..6b898a5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionBlackListGoods.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionBlackListStore.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionBlackListStore.class new file mode 100644 index 0000000..6ec96a5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionBlackListStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionBlackListStoreArea.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionBlackListStoreArea.class new file mode 100644 index 0000000..7d8bd76 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionBlackListStoreArea.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionCategory.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionCategory.class new file mode 100644 index 0000000..2f30a56 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionCategory.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionGoods.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionGoods.class new file mode 100644 index 0000000..847cf5b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionGoods.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionScheme.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionScheme.class new file mode 100644 index 0000000..ca9881f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionScheme.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionStore.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionStore.class new file mode 100644 index 0000000..91a8ca3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionStoreArea.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionStoreArea.class new file mode 100644 index 0000000..866ade0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionStoreArea.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionTask.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionTask.class new file mode 100644 index 0000000..59f73fd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionTask.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionTicket.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionTicket.class new file mode 100644 index 0000000..89008fe Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramPromotionTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramSetting.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramSetting.class new file mode 100644 index 0000000..c1c8070 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramSetting.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramStore.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramStore.class new file mode 100644 index 0000000..fc370a9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreBusinessTicket.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreBusinessTicket.class new file mode 100644 index 0000000..69fc24c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreBusinessTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreBusinessTicketDeliver.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreBusinessTicketDeliver.class new file mode 100644 index 0000000..7f51f32 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreBusinessTicketDeliver.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreBusinessTicketInfo.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreBusinessTicketInfo.class new file mode 100644 index 0000000..56be449 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreBusinessTicketInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreOrderProduct.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreOrderProduct.class new file mode 100644 index 0000000..e282cd8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreOrderProduct.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreOrderProductInfo.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreOrderProductInfo.class new file mode 100644 index 0000000..252542a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreOrderProductInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreOrderProductMake.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreOrderProductMake.class new file mode 100644 index 0000000..3d6e233 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreOrderProductMake.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramStorePay.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramStorePay.class new file mode 100644 index 0000000..61e34d6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramStorePay.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreProduct.class b/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreProduct.class new file mode 100644 index 0000000..c5d146b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ProgramStoreProduct.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PromotionBlackListGoods.class b/food-api/target/classes/com/jwsaas/entity/food/PromotionBlackListGoods.class new file mode 100644 index 0000000..13f5818 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PromotionBlackListGoods.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PromotionBlackListStore.class b/food-api/target/classes/com/jwsaas/entity/food/PromotionBlackListStore.class new file mode 100644 index 0000000..af5be45 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PromotionBlackListStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PromotionBlackListStoreArea.class b/food-api/target/classes/com/jwsaas/entity/food/PromotionBlackListStoreArea.class new file mode 100644 index 0000000..7bf8672 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PromotionBlackListStoreArea.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PromotionCategory.class b/food-api/target/classes/com/jwsaas/entity/food/PromotionCategory.class new file mode 100644 index 0000000..28f58c6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PromotionCategory.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PromotionGoods.class b/food-api/target/classes/com/jwsaas/entity/food/PromotionGoods.class new file mode 100644 index 0000000..bd19108 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PromotionGoods.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PromotionSchedule.class b/food-api/target/classes/com/jwsaas/entity/food/PromotionSchedule.class new file mode 100644 index 0000000..8cad04f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PromotionSchedule.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PromotionScheme.class b/food-api/target/classes/com/jwsaas/entity/food/PromotionScheme.class new file mode 100644 index 0000000..60a59e2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PromotionScheme.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PromotionStore.class b/food-api/target/classes/com/jwsaas/entity/food/PromotionStore.class new file mode 100644 index 0000000..1e8ab68 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PromotionStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PromotionStoreArea.class b/food-api/target/classes/com/jwsaas/entity/food/PromotionStoreArea.class new file mode 100644 index 0000000..0d7e4a6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PromotionStoreArea.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PromotionTask.class b/food-api/target/classes/com/jwsaas/entity/food/PromotionTask.class new file mode 100644 index 0000000..d65d43c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PromotionTask.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PromotionTicket.class b/food-api/target/classes/com/jwsaas/entity/food/PromotionTicket.class new file mode 100644 index 0000000..2833060 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PromotionTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PurchaseStorageTicket.class b/food-api/target/classes/com/jwsaas/entity/food/PurchaseStorageTicket.class new file mode 100644 index 0000000..5514df8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PurchaseStorageTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PurchaseStorageTicketDetail.class b/food-api/target/classes/com/jwsaas/entity/food/PurchaseStorageTicketDetail.class new file mode 100644 index 0000000..47ee7af Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PurchaseStorageTicketDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PurchaseStorageTicketLog.class b/food-api/target/classes/com/jwsaas/entity/food/PurchaseStorageTicketLog.class new file mode 100644 index 0000000..e89f4cb Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PurchaseStorageTicketLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PurchaseTemplate.class b/food-api/target/classes/com/jwsaas/entity/food/PurchaseTemplate.class new file mode 100644 index 0000000..4526fca Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PurchaseTemplate.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PurchaseTemplateDetail.class b/food-api/target/classes/com/jwsaas/entity/food/PurchaseTemplateDetail.class new file mode 100644 index 0000000..9aab62c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PurchaseTemplateDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PurchaseTicket.class b/food-api/target/classes/com/jwsaas/entity/food/PurchaseTicket.class new file mode 100644 index 0000000..60c051b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PurchaseTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PurchaseTicketDetail.class b/food-api/target/classes/com/jwsaas/entity/food/PurchaseTicketDetail.class new file mode 100644 index 0000000..296105b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PurchaseTicketDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PurchaseTicketLog.class b/food-api/target/classes/com/jwsaas/entity/food/PurchaseTicketLog.class new file mode 100644 index 0000000..3c035db Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PurchaseTicketLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/Purchaseprice.class b/food-api/target/classes/com/jwsaas/entity/food/Purchaseprice.class new file mode 100644 index 0000000..0b120e4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/Purchaseprice.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PurchasepriceTicket.class b/food-api/target/classes/com/jwsaas/entity/food/PurchasepriceTicket.class new file mode 100644 index 0000000..20f440b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PurchasepriceTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/PurchasepriceTicketMaterial.class b/food-api/target/classes/com/jwsaas/entity/food/PurchasepriceTicketMaterial.class new file mode 100644 index 0000000..e217158 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/PurchasepriceTicketMaterial.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiAdjustPriceGoods.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiAdjustPriceGoods.class new file mode 100644 index 0000000..f6aff44 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiAdjustPriceGoods.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiAdjustPriceStore.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiAdjustPriceStore.class new file mode 100644 index 0000000..127a402 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiAdjustPriceStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiAdjustPriceTicket.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiAdjustPriceTicket.class new file mode 100644 index 0000000..12a9128 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiAdjustPriceTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiAttribute.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiAttribute.class new file mode 100644 index 0000000..38fb3a3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiAttribute.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiAttributeCategory.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiAttributeCategory.class new file mode 100644 index 0000000..a9de09a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiAttributeCategory.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiCharge.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiCharge.class new file mode 100644 index 0000000..a4cf6da Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiCharge.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiOrder.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiOrder.class new file mode 100644 index 0000000..9d4fdde Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiOrder.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiOrderItem.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiOrderItem.class new file mode 100644 index 0000000..be6e23e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiOrderItem.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiOrderPay.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiOrderPay.class new file mode 100644 index 0000000..081545f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiOrderPay.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiProduct.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiProduct.class new file mode 100644 index 0000000..7329106 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiProduct.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiProductAttribute.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiProductAttribute.class new file mode 100644 index 0000000..705cc0c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiProductAttribute.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiProductCategory.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiProductCategory.class new file mode 100644 index 0000000..3c27edf Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiProductCategory.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiProductCharge.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiProductCharge.class new file mode 100644 index 0000000..34b6738 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiProductCharge.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiProductSpec.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiProductSpec.class new file mode 100644 index 0000000..4874850 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiProductSpec.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiProductTemplate.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiProductTemplate.class new file mode 100644 index 0000000..69c567e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiProductTemplate.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiProductTemplateDetail.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiProductTemplateDetail.class new file mode 100644 index 0000000..57b769f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiProductTemplateDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiProductTemplateStore.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiProductTemplateStore.class new file mode 100644 index 0000000..c5a67d0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiProductTemplateStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiStore.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiStore.class new file mode 100644 index 0000000..de9df4d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiStoreLable.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiStoreLable.class new file mode 100644 index 0000000..f825184 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiStoreLable.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiStoreProduct.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiStoreProduct.class new file mode 100644 index 0000000..15f9874 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiStoreProduct.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/QimaiSuitDetail.class b/food-api/target/classes/com/jwsaas/entity/food/QimaiSuitDetail.class new file mode 100644 index 0000000..e304ede Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/QimaiSuitDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ReceiveDifferenceDetail.class b/food-api/target/classes/com/jwsaas/entity/food/ReceiveDifferenceDetail.class new file mode 100644 index 0000000..6f7afb0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ReceiveDifferenceDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ReceiveDifferenceTicket.class b/food-api/target/classes/com/jwsaas/entity/food/ReceiveDifferenceTicket.class new file mode 100644 index 0000000..82c875f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ReceiveDifferenceTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ReceiveDifferenceTicketLog.class b/food-api/target/classes/com/jwsaas/entity/food/ReceiveDifferenceTicketLog.class new file mode 100644 index 0000000..a5db3e7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ReceiveDifferenceTicketLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ReceiveDifferenceTicketPay.class b/food-api/target/classes/com/jwsaas/entity/food/ReceiveDifferenceTicketPay.class new file mode 100644 index 0000000..4d1b8dc Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ReceiveDifferenceTicketPay.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ReceiveGoodsDetail.class b/food-api/target/classes/com/jwsaas/entity/food/ReceiveGoodsDetail.class new file mode 100644 index 0000000..7061e3b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ReceiveGoodsDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ReceiveGoodsTicket.class b/food-api/target/classes/com/jwsaas/entity/food/ReceiveGoodsTicket.class new file mode 100644 index 0000000..e4aabe1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ReceiveGoodsTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/RechargeParameter.class b/food-api/target/classes/com/jwsaas/entity/food/RechargeParameter.class new file mode 100644 index 0000000..98f9477 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/RechargeParameter.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/Role.class b/food-api/target/classes/com/jwsaas/entity/food/Role.class new file mode 100644 index 0000000..3043609 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/Role.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/SaleClear.class b/food-api/target/classes/com/jwsaas/entity/food/SaleClear.class new file mode 100644 index 0000000..9b446ea Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/SaleClear.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ServerDataVersion.class b/food-api/target/classes/com/jwsaas/entity/food/ServerDataVersion.class new file mode 100644 index 0000000..9acec05 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ServerDataVersion.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ShopMeituanOrder.class b/food-api/target/classes/com/jwsaas/entity/food/ShopMeituanOrder.class new file mode 100644 index 0000000..cec342b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ShopMeituanOrder.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ShopMeituanOrderExtra.class b/food-api/target/classes/com/jwsaas/entity/food/ShopMeituanOrderExtra.class new file mode 100644 index 0000000..31b9198 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ShopMeituanOrderExtra.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ShopMeituanOrderItem.class b/food-api/target/classes/com/jwsaas/entity/food/ShopMeituanOrderItem.class new file mode 100644 index 0000000..576509d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ShopMeituanOrderItem.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/SplitFoodAccount.class b/food-api/target/classes/com/jwsaas/entity/food/SplitFoodAccount.class new file mode 100644 index 0000000..258ae41 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/SplitFoodAccount.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/SplitPayLog.class b/food-api/target/classes/com/jwsaas/entity/food/SplitPayLog.class new file mode 100644 index 0000000..b3f549f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/SplitPayLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/SplitPayResult.class b/food-api/target/classes/com/jwsaas/entity/food/SplitPayResult.class new file mode 100644 index 0000000..74820cd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/SplitPayResult.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/SplitShopAccount.class b/food-api/target/classes/com/jwsaas/entity/food/SplitShopAccount.class new file mode 100644 index 0000000..88b169d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/SplitShopAccount.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/SplitShopAmount.class b/food-api/target/classes/com/jwsaas/entity/food/SplitShopAmount.class new file mode 100644 index 0000000..17f4b29 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/SplitShopAmount.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/SplitShopWithdrawal.class b/food-api/target/classes/com/jwsaas/entity/food/SplitShopWithdrawal.class new file mode 100644 index 0000000..8700034 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/SplitShopWithdrawal.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/SplitStorePay.class b/food-api/target/classes/com/jwsaas/entity/food/SplitStorePay.class new file mode 100644 index 0000000..463d24b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/SplitStorePay.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/Storage.class b/food-api/target/classes/com/jwsaas/entity/food/Storage.class new file mode 100644 index 0000000..6ee19b5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/Storage.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StorageType.class b/food-api/target/classes/com/jwsaas/entity/food/StorageType.class new file mode 100644 index 0000000..10aaa15 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StorageType.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/Store.class b/food-api/target/classes/com/jwsaas/entity/food/Store.class new file mode 100644 index 0000000..3f1e6a7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/Store.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreAccount.class b/food-api/target/classes/com/jwsaas/entity/food/StoreAccount.class new file mode 100644 index 0000000..0c981d3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreAccount.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreAccountDetail.class b/food-api/target/classes/com/jwsaas/entity/food/StoreAccountDetail.class new file mode 100644 index 0000000..4eb4ec1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreAccountDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreAccountRechargeParameter.class b/food-api/target/classes/com/jwsaas/entity/food/StoreAccountRechargeParameter.class new file mode 100644 index 0000000..d76a314 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreAccountRechargeParameter.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreAccountRechargeRecord.class b/food-api/target/classes/com/jwsaas/entity/food/StoreAccountRechargeRecord.class new file mode 100644 index 0000000..b646a5f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreAccountRechargeRecord.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreArea.class b/food-api/target/classes/com/jwsaas/entity/food/StoreArea.class new file mode 100644 index 0000000..9b2eabb Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreArea.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicket.class b/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicket.class new file mode 100644 index 0000000..9a48b09 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicketCheck.class b/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicketCheck.class new file mode 100644 index 0000000..09f5e63 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicketCheck.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicketDelivery.class b/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicketDelivery.class new file mode 100644 index 0000000..5544464 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicketDelivery.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicketInfo.class b/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicketInfo.class new file mode 100644 index 0000000..a984a76 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicketInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicketTable.class b/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicketTable.class new file mode 100644 index 0000000..bbd31a7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreBusinessTicketTable.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreCostManage.class b/food-api/target/classes/com/jwsaas/entity/food/StoreCostManage.class new file mode 100644 index 0000000..5143477 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreCostManage.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreCostManageLog.class b/food-api/target/classes/com/jwsaas/entity/food/StoreCostManageLog.class new file mode 100644 index 0000000..1127e06 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreCostManageLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreCostRevenue.class b/food-api/target/classes/com/jwsaas/entity/food/StoreCostRevenue.class new file mode 100644 index 0000000..1a92d40 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreCostRevenue.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreDeliveryOrder.class b/food-api/target/classes/com/jwsaas/entity/food/StoreDeliveryOrder.class new file mode 100644 index 0000000..4c379d8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreDeliveryOrder.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreDeliveryOrderItem.class b/food-api/target/classes/com/jwsaas/entity/food/StoreDeliveryOrderItem.class new file mode 100644 index 0000000..55cb2c5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreDeliveryOrderItem.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreDepartment.class b/food-api/target/classes/com/jwsaas/entity/food/StoreDepartment.class new file mode 100644 index 0000000..8b87b6a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreDepartment.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreDispatchAccount.class b/food-api/target/classes/com/jwsaas/entity/food/StoreDispatchAccount.class new file mode 100644 index 0000000..93c22e9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreDispatchAccount.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreDispatchAccountLog.class b/food-api/target/classes/com/jwsaas/entity/food/StoreDispatchAccountLog.class new file mode 100644 index 0000000..ff935e8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreDispatchAccountLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreEnchashmentRecord.class b/food-api/target/classes/com/jwsaas/entity/food/StoreEnchashmentRecord.class new file mode 100644 index 0000000..443c323 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreEnchashmentRecord.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreEnchashmentRecordLog.class b/food-api/target/classes/com/jwsaas/entity/food/StoreEnchashmentRecordLog.class new file mode 100644 index 0000000..5b2b836 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreEnchashmentRecordLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreFeeCutLog.class b/food-api/target/classes/com/jwsaas/entity/food/StoreFeeCutLog.class new file mode 100644 index 0000000..e343c1d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreFeeCutLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreHandover.class b/food-api/target/classes/com/jwsaas/entity/food/StoreHandover.class new file mode 100644 index 0000000..500ccbc Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreHandover.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreHandoverDetail.class b/food-api/target/classes/com/jwsaas/entity/food/StoreHandoverDetail.class new file mode 100644 index 0000000..4a5bd6f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreHandoverDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreHandoverDetailPart.class b/food-api/target/classes/com/jwsaas/entity/food/StoreHandoverDetailPart.class new file mode 100644 index 0000000..9cc0082 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreHandoverDetailPart.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreHandoverDetailPay.class b/food-api/target/classes/com/jwsaas/entity/food/StoreHandoverDetailPay.class new file mode 100644 index 0000000..4d851ba Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreHandoverDetailPay.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreLoginLog.class b/food-api/target/classes/com/jwsaas/entity/food/StoreLoginLog.class new file mode 100644 index 0000000..0243e65 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreLoginLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreOperationLog.class b/food-api/target/classes/com/jwsaas/entity/food/StoreOperationLog.class new file mode 100644 index 0000000..116bb0d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreOperationLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreOrderProduct.class b/food-api/target/classes/com/jwsaas/entity/food/StoreOrderProduct.class new file mode 100644 index 0000000..281d409 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreOrderProduct.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreOrderProductInfo.class b/food-api/target/classes/com/jwsaas/entity/food/StoreOrderProductInfo.class new file mode 100644 index 0000000..8a9a65e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreOrderProductInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreOrderProductMake.class b/food-api/target/classes/com/jwsaas/entity/food/StoreOrderProductMake.class new file mode 100644 index 0000000..ed3c0b3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreOrderProductMake.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StorePay.class b/food-api/target/classes/com/jwsaas/entity/food/StorePay.class new file mode 100644 index 0000000..fb36575 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StorePay.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreProduct.class b/food-api/target/classes/com/jwsaas/entity/food/StoreProduct.class new file mode 100644 index 0000000..f945ebc Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreProduct.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreProductSaleStock.class b/food-api/target/classes/com/jwsaas/entity/food/StoreProductSaleStock.class new file mode 100644 index 0000000..3537a77 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreProductSaleStock.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTemplate.class b/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTemplate.class new file mode 100644 index 0000000..091739d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTemplate.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTemplateDetail.class b/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTemplateDetail.class new file mode 100644 index 0000000..8aafc85 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTemplateDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTicket.class b/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTicket.class new file mode 100644 index 0000000..20e5829 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTicketDetail.class b/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTicketDetail.class new file mode 100644 index 0000000..7449951 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTicketDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTicketLog.class b/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTicketLog.class new file mode 100644 index 0000000..632c6e5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreStockCheckTicketLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreStorage.class b/food-api/target/classes/com/jwsaas/entity/food/StoreStorage.class new file mode 100644 index 0000000..89d6c71 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreStorage.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreStorageOutTicket.class b/food-api/target/classes/com/jwsaas/entity/food/StoreStorageOutTicket.class new file mode 100644 index 0000000..44cc353 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreStorageOutTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreStorageOutTicketDetail.class b/food-api/target/classes/com/jwsaas/entity/food/StoreStorageOutTicketDetail.class new file mode 100644 index 0000000..5891a94 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreStorageOutTicketDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreStorageOutTicketLog.class b/food-api/target/classes/com/jwsaas/entity/food/StoreStorageOutTicketLog.class new file mode 100644 index 0000000..64e0bbb Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreStorageOutTicketLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreStorageTicket.class b/food-api/target/classes/com/jwsaas/entity/food/StoreStorageTicket.class new file mode 100644 index 0000000..58af3cc Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreStorageTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreStorageTicketDetail.class b/food-api/target/classes/com/jwsaas/entity/food/StoreStorageTicketDetail.class new file mode 100644 index 0000000..aef0b32 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreStorageTicketDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreStorageTicketLog.class b/food-api/target/classes/com/jwsaas/entity/food/StoreStorageTicketLog.class new file mode 100644 index 0000000..e44eab7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreStorageTicketLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreType.class b/food-api/target/classes/com/jwsaas/entity/food/StoreType.class new file mode 100644 index 0000000..ae02066 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreType.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreWorker.class b/food-api/target/classes/com/jwsaas/entity/food/StoreWorker.class new file mode 100644 index 0000000..69c62a2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreWorker.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoreWorkerExt.class b/food-api/target/classes/com/jwsaas/entity/food/StoreWorkerExt.class new file mode 100644 index 0000000..4a8c5a1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoreWorkerExt.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/Storetable.class b/food-api/target/classes/com/jwsaas/entity/food/Storetable.class new file mode 100644 index 0000000..5510610 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/Storetable.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoretableArea.class b/food-api/target/classes/com/jwsaas/entity/food/StoretableArea.class new file mode 100644 index 0000000..dac89b0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoretableArea.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/StoretableType.class b/food-api/target/classes/com/jwsaas/entity/food/StoretableType.class new file mode 100644 index 0000000..c7953ae Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/StoretableType.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/Supplier.class b/food-api/target/classes/com/jwsaas/entity/food/Supplier.class new file mode 100644 index 0000000..961cd47 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/Supplier.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/SupplierType.class b/food-api/target/classes/com/jwsaas/entity/food/SupplierType.class new file mode 100644 index 0000000..3b885be Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/SupplierType.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/TaskSchedule.class b/food-api/target/classes/com/jwsaas/entity/food/TaskSchedule.class new file mode 100644 index 0000000..4474087 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/TaskSchedule.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ThuselevelTicket.class b/food-api/target/classes/com/jwsaas/entity/food/ThuselevelTicket.class new file mode 100644 index 0000000..8939ecb Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ThuselevelTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ThuselevelTicketMaterial.class b/food-api/target/classes/com/jwsaas/entity/food/ThuselevelTicketMaterial.class new file mode 100644 index 0000000..d934920 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ThuselevelTicketMaterial.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/ThuselevelTicketStore.class b/food-api/target/classes/com/jwsaas/entity/food/ThuselevelTicketStore.class new file mode 100644 index 0000000..f5acdb4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/ThuselevelTicketStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/TicketPrintSetting.class b/food-api/target/classes/com/jwsaas/entity/food/TicketPrintSetting.class new file mode 100644 index 0000000..620152a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/TicketPrintSetting.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/User.class b/food-api/target/classes/com/jwsaas/entity/food/User.class new file mode 100644 index 0000000..b7d1b19 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/User.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/Visitor.class b/food-api/target/classes/com/jwsaas/entity/food/Visitor.class new file mode 100644 index 0000000..d135bbb Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/Visitor.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VisitorAddress.class b/food-api/target/classes/com/jwsaas/entity/food/VisitorAddress.class new file mode 100644 index 0000000..a92d534 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VisitorAddress.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VisitorTag.class b/food-api/target/classes/com/jwsaas/entity/food/VisitorTag.class new file mode 100644 index 0000000..971f9e4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VisitorTag.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VposAdPicture.class b/food-api/target/classes/com/jwsaas/entity/food/VposAdPicture.class new file mode 100644 index 0000000..c58fe8f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VposAdPicture.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VposBusinessOrderUpload.class b/food-api/target/classes/com/jwsaas/entity/food/VposBusinessOrderUpload.class new file mode 100644 index 0000000..84ad014 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VposBusinessOrderUpload.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VposCcbfzAccount.class b/food-api/target/classes/com/jwsaas/entity/food/VposCcbfzAccount.class new file mode 100644 index 0000000..d9a32a5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VposCcbfzAccount.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VposProductEvaluate.class b/food-api/target/classes/com/jwsaas/entity/food/VposProductEvaluate.class new file mode 100644 index 0000000..d391895 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VposProductEvaluate.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VposProductEvaluateImage.class b/food-api/target/classes/com/jwsaas/entity/food/VposProductEvaluateImage.class new file mode 100644 index 0000000..aa41010 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VposProductEvaluateImage.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VposStoreBusinessTicket.class b/food-api/target/classes/com/jwsaas/entity/food/VposStoreBusinessTicket.class new file mode 100644 index 0000000..832e946 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VposStoreBusinessTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VposStoreBusinessTicketInfo.class b/food-api/target/classes/com/jwsaas/entity/food/VposStoreBusinessTicketInfo.class new file mode 100644 index 0000000..d1aa215 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VposStoreBusinessTicketInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VposStoreOrderProduct.class b/food-api/target/classes/com/jwsaas/entity/food/VposStoreOrderProduct.class new file mode 100644 index 0000000..4fd570f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VposStoreOrderProduct.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VposStoreOrderProductInfo.class b/food-api/target/classes/com/jwsaas/entity/food/VposStoreOrderProductInfo.class new file mode 100644 index 0000000..f7cbe65 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VposStoreOrderProductInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VposStoreOrderProductMake.class b/food-api/target/classes/com/jwsaas/entity/food/VposStoreOrderProductMake.class new file mode 100644 index 0000000..17ad348 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VposStoreOrderProductMake.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VposStorePay.class b/food-api/target/classes/com/jwsaas/entity/food/VposStorePay.class new file mode 100644 index 0000000..c83ca2e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VposStorePay.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VposUser.class b/food-api/target/classes/com/jwsaas/entity/food/VposUser.class new file mode 100644 index 0000000..29b7530 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VposUser.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/VposUserSeries.class b/food-api/target/classes/com/jwsaas/entity/food/VposUserSeries.class new file mode 100644 index 0000000..51ffe97 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/VposUserSeries.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxAdPicture.class b/food-api/target/classes/com/jwsaas/entity/food/WxAdPicture.class new file mode 100644 index 0000000..e1753a9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxAdPicture.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxAdjustPriceGoods.class b/food-api/target/classes/com/jwsaas/entity/food/WxAdjustPriceGoods.class new file mode 100644 index 0000000..ef76831 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxAdjustPriceGoods.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxAdjustPriceStore.class b/food-api/target/classes/com/jwsaas/entity/food/WxAdjustPriceStore.class new file mode 100644 index 0000000..9e6b73e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxAdjustPriceStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxAdjustPriceTicket.class b/food-api/target/classes/com/jwsaas/entity/food/WxAdjustPriceTicket.class new file mode 100644 index 0000000..70924a1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxAdjustPriceTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxGoods.class b/food-api/target/classes/com/jwsaas/entity/food/WxGoods.class new file mode 100644 index 0000000..70d4e18 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxGoods.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxGoodsCategory.class b/food-api/target/classes/com/jwsaas/entity/food/WxGoodsCategory.class new file mode 100644 index 0000000..af8d145 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxGoodsCategory.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxGoodsMake.class b/food-api/target/classes/com/jwsaas/entity/food/WxGoodsMake.class new file mode 100644 index 0000000..ab67bb0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxGoodsMake.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxGoodsTemplate.class b/food-api/target/classes/com/jwsaas/entity/food/WxGoodsTemplate.class new file mode 100644 index 0000000..6daa49c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxGoodsTemplate.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxGoodsTemplateDetail.class b/food-api/target/classes/com/jwsaas/entity/food/WxGoodsTemplateDetail.class new file mode 100644 index 0000000..1377ddf Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxGoodsTemplateDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxGoodsTemplateStore.class b/food-api/target/classes/com/jwsaas/entity/food/WxGoodsTemplateStore.class new file mode 100644 index 0000000..ef4936c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxGoodsTemplateStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxPaymentParameter.class b/food-api/target/classes/com/jwsaas/entity/food/WxPaymentParameter.class new file mode 100644 index 0000000..226b210 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxPaymentParameter.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxQrcodeSetting.class b/food-api/target/classes/com/jwsaas/entity/food/WxQrcodeSetting.class new file mode 100644 index 0000000..3ec683f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxQrcodeSetting.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrder.class b/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrder.class new file mode 100644 index 0000000..1a8dbad Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrder.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrderItem.class b/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrderItem.class new file mode 100644 index 0000000..31acb54 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrderItem.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrderItemMake.class b/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrderItemMake.class new file mode 100644 index 0000000..eaaba0a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrderItemMake.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrderItemPromo.class b/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrderItemPromo.class new file mode 100644 index 0000000..7895828 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrderItemPromo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrderLog.class b/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrderLog.class new file mode 100644 index 0000000..5d93e26 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxSalesOrderLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxSalesPayment.class b/food-api/target/classes/com/jwsaas/entity/food/WxSalesPayment.class new file mode 100644 index 0000000..c775be2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxSalesPayment.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxStore.class b/food-api/target/classes/com/jwsaas/entity/food/WxStore.class new file mode 100644 index 0000000..b9d71ed Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxStoreGoods.class b/food-api/target/classes/com/jwsaas/entity/food/WxStoreGoods.class new file mode 100644 index 0000000..7ac5540 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxStoreGoods.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxdcDistribution.class b/food-api/target/classes/com/jwsaas/entity/food/WxdcDistribution.class new file mode 100644 index 0000000..4e5a353 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxdcDistribution.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/WxdcDistributionAddress.class b/food-api/target/classes/com/jwsaas/entity/food/WxdcDistributionAddress.class new file mode 100644 index 0000000..5205c57 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/WxdcDistributionAddress.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/YunposSet.class b/food-api/target/classes/com/jwsaas/entity/food/YunposSet.class new file mode 100644 index 0000000..3be8bc4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/YunposSet.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/food/YunposSetStore.class b/food-api/target/classes/com/jwsaas/entity/food/YunposSetStore.class new file mode 100644 index 0000000..12b46e5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/food/YunposSetStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/Agent.class b/food-api/target/classes/com/jwsaas/entity/ops/Agent.class new file mode 100644 index 0000000..e0d0655 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/Agent.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/AgentSubFuyouTicket.class b/food-api/target/classes/com/jwsaas/entity/ops/AgentSubFuyouTicket.class new file mode 100644 index 0000000..d4a7c6e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/AgentSubFuyouTicket.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/AgentSubFuyouTicketImage.class b/food-api/target/classes/com/jwsaas/entity/ops/AgentSubFuyouTicketImage.class new file mode 100644 index 0000000..37c29c8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/AgentSubFuyouTicketImage.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/AppBaiduBranch.class b/food-api/target/classes/com/jwsaas/entity/ops/AppBaiduBranch.class new file mode 100644 index 0000000..19e6bad Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/AppBaiduBranch.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/AppGuopanStoreInfo.class b/food-api/target/classes/com/jwsaas/entity/ops/AppGuopanStoreInfo.class new file mode 100644 index 0000000..1774317 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/AppGuopanStoreInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/AppInfo.class b/food-api/target/classes/com/jwsaas/entity/ops/AppInfo.class new file mode 100644 index 0000000..2c71ba8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/AppInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/AppQimaiSetStore.class b/food-api/target/classes/com/jwsaas/entity/ops/AppQimaiSetStore.class new file mode 100644 index 0000000..7a028e2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/AppQimaiSetStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/AppShopmeituanSet.class b/food-api/target/classes/com/jwsaas/entity/ops/AppShopmeituanSet.class new file mode 100644 index 0000000..325b192 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/AppShopmeituanSet.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/AppShopmeituanSetStore.class b/food-api/target/classes/com/jwsaas/entity/ops/AppShopmeituanSetStore.class new file mode 100644 index 0000000..3a6e09d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/AppShopmeituanSetStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/AppVersion.class b/food-api/target/classes/com/jwsaas/entity/ops/AppVersion.class new file mode 100644 index 0000000..7b7e739 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/AppVersion.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/AppWhiteDetail.class b/food-api/target/classes/com/jwsaas/entity/ops/AppWhiteDetail.class new file mode 100644 index 0000000..56ff81b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/AppWhiteDetail.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/AppWhitePlan.class b/food-api/target/classes/com/jwsaas/entity/ops/AppWhitePlan.class new file mode 100644 index 0000000..67475ea Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/AppWhitePlan.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/BankCode.class b/food-api/target/classes/com/jwsaas/entity/ops/BankCode.class new file mode 100644 index 0000000..a69b68f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/BankCode.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/CardReaderInfo.class b/food-api/target/classes/com/jwsaas/entity/ops/CardReaderInfo.class new file mode 100644 index 0000000..9a80ecd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/CardReaderInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/City.class b/food-api/target/classes/com/jwsaas/entity/ops/City.class new file mode 100644 index 0000000..d2f373e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/City.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/CityCode.class b/food-api/target/classes/com/jwsaas/entity/ops/CityCode.class new file mode 100644 index 0000000..a2bb7ce Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/CityCode.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/ElemeAuthorizeInfo.class b/food-api/target/classes/com/jwsaas/entity/ops/ElemeAuthorizeInfo.class new file mode 100644 index 0000000..91e2087 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/ElemeAuthorizeInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/ErrorInfo.class b/food-api/target/classes/com/jwsaas/entity/ops/ErrorInfo.class new file mode 100644 index 0000000..1afcdd7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/ErrorInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/MeituanBranch.class b/food-api/target/classes/com/jwsaas/entity/ops/MeituanBranch.class new file mode 100644 index 0000000..4adfb16 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/MeituanBranch.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/PosModule.class b/food-api/target/classes/com/jwsaas/entity/ops/PosModule.class new file mode 100644 index 0000000..2940486 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/PosModule.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/PosModuleType.class b/food-api/target/classes/com/jwsaas/entity/ops/PosModuleType.class new file mode 100644 index 0000000..165be94 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/PosModuleType.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/PrinterInfo.class b/food-api/target/classes/com/jwsaas/entity/ops/PrinterInfo.class new file mode 100644 index 0000000..05b62b5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/PrinterInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/ProductPermissions.class b/food-api/target/classes/com/jwsaas/entity/ops/ProductPermissions.class new file mode 100644 index 0000000..6abd6bd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/ProductPermissions.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/QimaiSet.class b/food-api/target/classes/com/jwsaas/entity/ops/QimaiSet.class new file mode 100644 index 0000000..ed69cf2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/QimaiSet.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/SetCode.class b/food-api/target/classes/com/jwsaas/entity/ops/SetCode.class new file mode 100644 index 0000000..9fad1bb Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/SetCode.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/TenantLineProduct.class b/food-api/target/classes/com/jwsaas/entity/ops/TenantLineProduct.class new file mode 100644 index 0000000..ef74e19 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/TenantLineProduct.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/TenantPosInfo.class b/food-api/target/classes/com/jwsaas/entity/ops/TenantPosInfo.class new file mode 100644 index 0000000..de5d6c0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/TenantPosInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/TenantPosLoginLog.class b/food-api/target/classes/com/jwsaas/entity/ops/TenantPosLoginLog.class new file mode 100644 index 0000000..f1cb11b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/TenantPosLoginLog.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/TenantProduct.class b/food-api/target/classes/com/jwsaas/entity/ops/TenantProduct.class new file mode 100644 index 0000000..c2c81f6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/TenantProduct.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/TenantStoreAuth.class b/food-api/target/classes/com/jwsaas/entity/ops/TenantStoreAuth.class new file mode 100644 index 0000000..b38c11d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/TenantStoreAuth.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/UpgradePos.class b/food-api/target/classes/com/jwsaas/entity/ops/UpgradePos.class new file mode 100644 index 0000000..6efee11 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/UpgradePos.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/UpgradeScheme.class b/food-api/target/classes/com/jwsaas/entity/ops/UpgradeScheme.class new file mode 100644 index 0000000..c5ee895 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/UpgradeScheme.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/UpgradeStore.class b/food-api/target/classes/com/jwsaas/entity/ops/UpgradeStore.class new file mode 100644 index 0000000..5c16eb8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/UpgradeStore.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/WxBusinessCode.class b/food-api/target/classes/com/jwsaas/entity/ops/WxBusinessCode.class new file mode 100644 index 0000000..c40ee2b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/WxBusinessCode.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/ops/ZfbBusinessCode.class b/food-api/target/classes/com/jwsaas/entity/ops/ZfbBusinessCode.class new file mode 100644 index 0000000..cf1ddd8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/ops/ZfbBusinessCode.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/shared/AppAuth.class b/food-api/target/classes/com/jwsaas/entity/shared/AppAuth.class new file mode 100644 index 0000000..1ee0733 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/shared/AppAuth.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/shared/Function.class b/food-api/target/classes/com/jwsaas/entity/shared/Function.class new file mode 100644 index 0000000..75d198f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/shared/Function.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/shared/Module.class b/food-api/target/classes/com/jwsaas/entity/shared/Module.class new file mode 100644 index 0000000..e910315 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/shared/Module.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/shared/Resources.class b/food-api/target/classes/com/jwsaas/entity/shared/Resources.class new file mode 100644 index 0000000..b0ad87b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/shared/Resources.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/split/SplitCompanyEntity.class b/food-api/target/classes/com/jwsaas/entity/split/SplitCompanyEntity.class new file mode 100644 index 0000000..0dd7e9b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/split/SplitCompanyEntity.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/split/SplitHandoverEntity.class b/food-api/target/classes/com/jwsaas/entity/split/SplitHandoverEntity.class new file mode 100644 index 0000000..12b79c1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/split/SplitHandoverEntity.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/split/SplitOrderEntity.class b/food-api/target/classes/com/jwsaas/entity/split/SplitOrderEntity.class new file mode 100644 index 0000000..933cca5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/split/SplitOrderEntity.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/split/SplitProductEntity.class b/food-api/target/classes/com/jwsaas/entity/split/SplitProductEntity.class new file mode 100644 index 0000000..0c60322 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/split/SplitProductEntity.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/task/Executor.class b/food-api/target/classes/com/jwsaas/entity/task/Executor.class new file mode 100644 index 0000000..1009825 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/task/Executor.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/task/Schedule.class b/food-api/target/classes/com/jwsaas/entity/task/Schedule.class new file mode 100644 index 0000000..a528b11 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/task/Schedule.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/ApplyBindBankCard.class b/food-api/target/classes/com/jwsaas/entity/tl/member/ApplyBindBankCard.class new file mode 100644 index 0000000..a3b28e4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/ApplyBindBankCard.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/BindBankCard.class b/food-api/target/classes/com/jwsaas/entity/tl/member/BindBankCard.class new file mode 100644 index 0000000..cfb356b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/BindBankCard.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/BindPhone.class b/food-api/target/classes/com/jwsaas/entity/tl/member/BindPhone.class new file mode 100644 index 0000000..14e77f0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/BindPhone.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/GetMemberInfo.class b/food-api/target/classes/com/jwsaas/entity/tl/member/GetMemberInfo.class new file mode 100644 index 0000000..1ea4659 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/GetMemberInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/IdcardCollect.class b/food-api/target/classes/com/jwsaas/entity/tl/member/IdcardCollect.class new file mode 100644 index 0000000..8914e56 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/IdcardCollect.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/LockMember.class b/food-api/target/classes/com/jwsaas/entity/tl/member/LockMember.class new file mode 100644 index 0000000..f1e4bf1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/LockMember.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/QueryBalance.class b/food-api/target/classes/com/jwsaas/entity/tl/member/QueryBalance.class new file mode 100644 index 0000000..a847290 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/QueryBalance.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/QueryBankCard.class b/food-api/target/classes/com/jwsaas/entity/tl/member/QueryBankCard.class new file mode 100644 index 0000000..225c913 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/QueryBankCard.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/QuickpayAgreeApply.class b/food-api/target/classes/com/jwsaas/entity/tl/member/QuickpayAgreeApply.class new file mode 100644 index 0000000..7feef79 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/QuickpayAgreeApply.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/Register.class b/food-api/target/classes/com/jwsaas/entity/tl/member/Register.class new file mode 100644 index 0000000..b92d746 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/Register.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/SendVerificationCode.class b/food-api/target/classes/com/jwsaas/entity/tl/member/SendVerificationCode.class new file mode 100644 index 0000000..79f3318 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/SendVerificationCode.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/SetCompanyInfo.class b/food-api/target/classes/com/jwsaas/entity/tl/member/SetCompanyInfo.class new file mode 100644 index 0000000..dc2999c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/SetCompanyInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/SetRealName.class b/food-api/target/classes/com/jwsaas/entity/tl/member/SetRealName.class new file mode 100644 index 0000000..07dbf86 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/SetRealName.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/SignAcctProtocol.class b/food-api/target/classes/com/jwsaas/entity/tl/member/SignAcctProtocol.class new file mode 100644 index 0000000..f61f6a0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/SignAcctProtocol.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/SingalAgentPay.class b/food-api/target/classes/com/jwsaas/entity/tl/member/SingalAgentPay.class new file mode 100644 index 0000000..edcd240 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/SingalAgentPay.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/TermInfoManage.class b/food-api/target/classes/com/jwsaas/entity/tl/member/TermInfoManage.class new file mode 100644 index 0000000..35a40b1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/TermInfoManage.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/UnBindBankCard.class b/food-api/target/classes/com/jwsaas/entity/tl/member/UnBindBankCard.class new file mode 100644 index 0000000..addaa5c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/UnBindBankCard.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/UnBindPhone.class b/food-api/target/classes/com/jwsaas/entity/tl/member/UnBindPhone.class new file mode 100644 index 0000000..8135d90 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/UnBindPhone.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/UnLockMember.class b/food-api/target/classes/com/jwsaas/entity/tl/member/UnLockMember.class new file mode 100644 index 0000000..ac0769a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/UnLockMember.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/UpdateCompanyInfo.class b/food-api/target/classes/com/jwsaas/entity/tl/member/UpdateCompanyInfo.class new file mode 100644 index 0000000..c5d20ca Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/UpdateCompanyInfo.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/VspTermidInfoManage.class b/food-api/target/classes/com/jwsaas/entity/tl/member/VspTermidInfoManage.class new file mode 100644 index 0000000..c811b4c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/VspTermidInfoManage.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/member/WithdrawApply.class b/food-api/target/classes/com/jwsaas/entity/tl/member/WithdrawApply.class new file mode 100644 index 0000000..2f2f702 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/member/WithdrawApply.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/order/AgentCollectApply.class b/food-api/target/classes/com/jwsaas/entity/tl/order/AgentCollectApply.class new file mode 100644 index 0000000..b84dbf3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/order/AgentCollectApply.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/order/ApplicationTransfer.class b/food-api/target/classes/com/jwsaas/entity/tl/order/ApplicationTransfer.class new file mode 100644 index 0000000..4370069 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/order/ApplicationTransfer.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/order/ConsumeApply.class b/food-api/target/classes/com/jwsaas/entity/tl/order/ConsumeApply.class new file mode 100644 index 0000000..20d312a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/order/ConsumeApply.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/order/OrderRefund.class b/food-api/target/classes/com/jwsaas/entity/tl/order/OrderRefund.class new file mode 100644 index 0000000..24fe1fc Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/order/OrderRefund.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/tl/order/RecieverList.class b/food-api/target/classes/com/jwsaas/entity/tl/order/RecieverList.class new file mode 100644 index 0000000..812859a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/tl/order/RecieverList.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxdc/BaseWeixinEntity.class b/food-api/target/classes/com/jwsaas/entity/wxdc/BaseWeixinEntity.class new file mode 100644 index 0000000..2c88c88 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxdc/BaseWeixinEntity.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxdc/Order.class b/food-api/target/classes/com/jwsaas/entity/wxdc/Order.class new file mode 100644 index 0000000..ce20b8f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxdc/Order.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxdc/OrderItem.class b/food-api/target/classes/com/jwsaas/entity/wxdc/OrderItem.class new file mode 100644 index 0000000..fb8f5c5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxdc/OrderItem.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxdc/OrderItemMake.class b/food-api/target/classes/com/jwsaas/entity/wxdc/OrderItemMake.class new file mode 100644 index 0000000..1abf3c4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxdc/OrderItemMake.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxdc/OrderPay.class b/food-api/target/classes/com/jwsaas/entity/wxdc/OrderPay.class new file mode 100644 index 0000000..6155293 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxdc/OrderPay.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxdc/OrderPromotion.class b/food-api/target/classes/com/jwsaas/entity/wxdc/OrderPromotion.class new file mode 100644 index 0000000..baadfc2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxdc/OrderPromotion.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxdc/ProductPromotion.class b/food-api/target/classes/com/jwsaas/entity/wxdc/ProductPromotion.class new file mode 100644 index 0000000..6ac8924 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxdc/ProductPromotion.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinAccount.class b/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinAccount.class new file mode 100644 index 0000000..6126458 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinAccount.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinOrderPay.class b/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinOrderPay.class new file mode 100644 index 0000000..7fb6015 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinOrderPay.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinPayResult.class b/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinPayResult.class new file mode 100644 index 0000000..85825c6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinPayResult.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinPayUnifiedOrder.class b/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinPayUnifiedOrder.class new file mode 100644 index 0000000..3f706b7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinPayUnifiedOrder.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinRechargeOrder.class b/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinRechargeOrder.class new file mode 100644 index 0000000..51e1a1b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinRechargeOrder.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinUser.class b/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinUser.class new file mode 100644 index 0000000..80ee6d4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxdc/WeixinUser.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxyh/BaseWeixinYHEntity.class b/food-api/target/classes/com/jwsaas/entity/wxyh/BaseWeixinYHEntity.class new file mode 100644 index 0000000..d4d4c1f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxyh/BaseWeixinYHEntity.class differ diff --git a/food-api/target/classes/com/jwsaas/entity/wxyh/WeixinUser.class b/food-api/target/classes/com/jwsaas/entity/wxyh/WeixinUser.class new file mode 100644 index 0000000..3719067 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/entity/wxyh/WeixinUser.class differ diff --git a/food-api/target/classes/com/jwsaas/service/BaseService.class b/food-api/target/classes/com/jwsaas/service/BaseService.class new file mode 100644 index 0000000..73cc1d8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/BaseService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/HelloService.class b/food-api/target/classes/com/jwsaas/service/HelloService.class new file mode 100644 index 0000000..9571860 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/HelloService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/TenantService.class b/food-api/target/classes/com/jwsaas/service/TenantService.class new file mode 100644 index 0000000..2d4c2d6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/TenantService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/AdjustPriceProductService.class b/food-api/target/classes/com/jwsaas/service/food/AdjustPriceProductService.class new file mode 100644 index 0000000..6f42d1e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/AdjustPriceProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/AdjustPriceStoreService.class b/food-api/target/classes/com/jwsaas/service/food/AdjustPriceStoreService.class new file mode 100644 index 0000000..282c47a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/AdjustPriceStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/AdjustPriceTicketService.class b/food-api/target/classes/com/jwsaas/service/food/AdjustPriceTicketService.class new file mode 100644 index 0000000..450c13e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/AdjustPriceTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/AdvertCaptionService.class b/food-api/target/classes/com/jwsaas/service/food/AdvertCaptionService.class new file mode 100644 index 0000000..815b018 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/AdvertCaptionService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/AdvertPictureService.class b/food-api/target/classes/com/jwsaas/service/food/AdvertPictureService.class new file mode 100644 index 0000000..a92d9f8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/AdvertPictureService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/AgentService.class b/food-api/target/classes/com/jwsaas/service/food/AgentService.class new file mode 100644 index 0000000..3d3cd4c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/AgentService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/AgentStoreService.class b/food-api/target/classes/com/jwsaas/service/food/AgentStoreService.class new file mode 100644 index 0000000..57e0b9f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/AgentStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/AskGoodsDetailService.class b/food-api/target/classes/com/jwsaas/service/food/AskGoodsDetailService.class new file mode 100644 index 0000000..435d4ad Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/AskGoodsDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/AskGoodsTemplateDetailService.class b/food-api/target/classes/com/jwsaas/service/food/AskGoodsTemplateDetailService.class new file mode 100644 index 0000000..5045b9e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/AskGoodsTemplateDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/AskGoodsTemplateService.class b/food-api/target/classes/com/jwsaas/service/food/AskGoodsTemplateService.class new file mode 100644 index 0000000..728779b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/AskGoodsTemplateService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/AskGoodsTemplateStoreService.class b/food-api/target/classes/com/jwsaas/service/food/AskGoodsTemplateStoreService.class new file mode 100644 index 0000000..a35b248 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/AskGoodsTemplateStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/AskGoodsTicketLogService.class b/food-api/target/classes/com/jwsaas/service/food/AskGoodsTicketLogService.class new file mode 100644 index 0000000..ac8eb6e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/AskGoodsTicketLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/AskGoodsTicketPayService.class b/food-api/target/classes/com/jwsaas/service/food/AskGoodsTicketPayService.class new file mode 100644 index 0000000..17b322f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/AskGoodsTicketPayService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/AskGoodsTicketService.class b/food-api/target/classes/com/jwsaas/service/food/AskGoodsTicketService.class new file mode 100644 index 0000000..ab65504 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/AskGoodsTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/BaiduFoodService.class b/food-api/target/classes/com/jwsaas/service/food/BaiduFoodService.class new file mode 100644 index 0000000..0f8766a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/BaiduFoodService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/BaiduOrderProductService.class b/food-api/target/classes/com/jwsaas/service/food/BaiduOrderProductService.class new file mode 100644 index 0000000..2721ec3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/BaiduOrderProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/BaiduOrderService.class b/food-api/target/classes/com/jwsaas/service/food/BaiduOrderService.class new file mode 100644 index 0000000..6d097c0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/BaiduOrderService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/BrandService.class b/food-api/target/classes/com/jwsaas/service/food/BrandService.class new file mode 100644 index 0000000..aebc4d0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/BrandService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/BusinessPlanDetailService.class b/food-api/target/classes/com/jwsaas/service/food/BusinessPlanDetailService.class new file mode 100644 index 0000000..2989071 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/BusinessPlanDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/BusinessPlanService.class b/food-api/target/classes/com/jwsaas/service/food/BusinessPlanService.class new file mode 100644 index 0000000..651a292 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/BusinessPlanService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CandaoStoreService.class b/food-api/target/classes/com/jwsaas/service/food/CandaoStoreService.class new file mode 100644 index 0000000..deb4c10 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CandaoStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CategoryService.class b/food-api/target/classes/com/jwsaas/service/food/CategoryService.class new file mode 100644 index 0000000..3c660be Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CategoryService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CheckTemplateDetailService.class b/food-api/target/classes/com/jwsaas/service/food/CheckTemplateDetailService.class new file mode 100644 index 0000000..1b82529 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CheckTemplateDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CheckTemplateService.class b/food-api/target/classes/com/jwsaas/service/food/CheckTemplateService.class new file mode 100644 index 0000000..100036e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CheckTemplateService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CheckTicketDetailService.class b/food-api/target/classes/com/jwsaas/service/food/CheckTicketDetailService.class new file mode 100644 index 0000000..129e368 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CheckTicketDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CheckTicketLogService.class b/food-api/target/classes/com/jwsaas/service/food/CheckTicketLogService.class new file mode 100644 index 0000000..73f1eee Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CheckTicketLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CheckTicketService.class b/food-api/target/classes/com/jwsaas/service/food/CheckTicketService.class new file mode 100644 index 0000000..1022b98 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CheckTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CostFeeItemService.class b/food-api/target/classes/com/jwsaas/service/food/CostFeeItemService.class new file mode 100644 index 0000000..5fb66e1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CostFeeItemService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CostFeeTypeService.class b/food-api/target/classes/com/jwsaas/service/food/CostFeeTypeService.class new file mode 100644 index 0000000..59794a7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CostFeeTypeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CostTicketPayTypeService.class b/food-api/target/classes/com/jwsaas/service/food/CostTicketPayTypeService.class new file mode 100644 index 0000000..e74a8ce Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CostTicketPayTypeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CostTicketProductChangeService.class b/food-api/target/classes/com/jwsaas/service/food/CostTicketProductChangeService.class new file mode 100644 index 0000000..3c13162 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CostTicketProductChangeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CostTicketProductFixedChangeService.class b/food-api/target/classes/com/jwsaas/service/food/CostTicketProductFixedChangeService.class new file mode 100644 index 0000000..ffe7e75 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CostTicketProductFixedChangeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CostTicketProductMoreChangeService.class b/food-api/target/classes/com/jwsaas/service/food/CostTicketProductMoreChangeService.class new file mode 100644 index 0000000..eb795ab Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CostTicketProductMoreChangeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CostTicketProductOtherChangeService.class b/food-api/target/classes/com/jwsaas/service/food/CostTicketProductOtherChangeService.class new file mode 100644 index 0000000..6968f31 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CostTicketProductOtherChangeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CostTicketProductTypeService.class b/food-api/target/classes/com/jwsaas/service/food/CostTicketProductTypeService.class new file mode 100644 index 0000000..5a82a65 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CostTicketProductTypeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CostTicketService.class b/food-api/target/classes/com/jwsaas/service/food/CostTicketService.class new file mode 100644 index 0000000..b3ccd67 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CostTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateProductChangeService.class b/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateProductChangeService.class new file mode 100644 index 0000000..ccba774 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateProductChangeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateProductFixedChangeService.class b/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateProductFixedChangeService.class new file mode 100644 index 0000000..1c36b9d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateProductFixedChangeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateProductMoreChangeService.class b/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateProductMoreChangeService.class new file mode 100644 index 0000000..0b9034a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateProductMoreChangeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateProductOtherChangeService.class b/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateProductOtherChangeService.class new file mode 100644 index 0000000..2bf68a4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateProductOtherChangeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateService.class b/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateService.class new file mode 100644 index 0000000..8f879d1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CostTicketTemplateService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CouponCodeDetailService.class b/food-api/target/classes/com/jwsaas/service/food/CouponCodeDetailService.class new file mode 100644 index 0000000..dd12f92 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CouponCodeDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CouponService.class b/food-api/target/classes/com/jwsaas/service/food/CouponService.class new file mode 100644 index 0000000..7f0daa8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CouponService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CouponStoreService.class b/food-api/target/classes/com/jwsaas/service/food/CouponStoreService.class new file mode 100644 index 0000000..feef0a5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CouponStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CouponTicketProductService.class b/food-api/target/classes/com/jwsaas/service/food/CouponTicketProductService.class new file mode 100644 index 0000000..577a990 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CouponTicketProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CouponTicketService.class b/food-api/target/classes/com/jwsaas/service/food/CouponTicketService.class new file mode 100644 index 0000000..5054560 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CouponTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/CouponTicketStoreService.class b/food-api/target/classes/com/jwsaas/service/food/CouponTicketStoreService.class new file mode 100644 index 0000000..fc6fb95 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/CouponTicketStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/DeliverService.class b/food-api/target/classes/com/jwsaas/service/food/DeliverService.class new file mode 100644 index 0000000..24107ad Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/DeliverService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/DfsFileService.class b/food-api/target/classes/com/jwsaas/service/food/DfsFileService.class new file mode 100644 index 0000000..f6286af Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/DfsFileService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/DispatchSettlePlanPayModeService.class b/food-api/target/classes/com/jwsaas/service/food/DispatchSettlePlanPayModeService.class new file mode 100644 index 0000000..cfdacfc Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/DispatchSettlePlanPayModeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/DispatchSettlePlanService.class b/food-api/target/classes/com/jwsaas/service/food/DispatchSettlePlanService.class new file mode 100644 index 0000000..b764274 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/DispatchSettlePlanService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/DispatchTicketDetailService.class b/food-api/target/classes/com/jwsaas/service/food/DispatchTicketDetailService.class new file mode 100644 index 0000000..dc89969 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/DispatchTicketDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/DispatchTicketLogService.class b/food-api/target/classes/com/jwsaas/service/food/DispatchTicketLogService.class new file mode 100644 index 0000000..89feb80 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/DispatchTicketLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/DispatchTicketService.class b/food-api/target/classes/com/jwsaas/service/food/DispatchTicketService.class new file mode 100644 index 0000000..8c4725d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/DispatchTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/DispatchpriceTicketMaterialService.class b/food-api/target/classes/com/jwsaas/service/food/DispatchpriceTicketMaterialService.class new file mode 100644 index 0000000..c9b61dc Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/DispatchpriceTicketMaterialService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/DispatchpriceTicketService.class b/food-api/target/classes/com/jwsaas/service/food/DispatchpriceTicketService.class new file mode 100644 index 0000000..a309cb3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/DispatchpriceTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/DispatchpriceTicketStoreService.class b/food-api/target/classes/com/jwsaas/service/food/DispatchpriceTicketStoreService.class new file mode 100644 index 0000000..85b0ce0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/DispatchpriceTicketStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ElemeCategoryFoodService.class b/food-api/target/classes/com/jwsaas/service/food/ElemeCategoryFoodService.class new file mode 100644 index 0000000..987eb9e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ElemeCategoryFoodService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ElemeFoodCategoryService.class b/food-api/target/classes/com/jwsaas/service/food/ElemeFoodCategoryService.class new file mode 100644 index 0000000..783646c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ElemeFoodCategoryService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ElemeOrderDetailGroupService.class b/food-api/target/classes/com/jwsaas/service/food/ElemeOrderDetailGroupService.class new file mode 100644 index 0000000..32f5a43 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ElemeOrderDetailGroupService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ElemeOrderDetailService.class b/food-api/target/classes/com/jwsaas/service/food/ElemeOrderDetailService.class new file mode 100644 index 0000000..fdbd851 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ElemeOrderDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ErpPosSetService.class b/food-api/target/classes/com/jwsaas/service/food/ErpPosSetService.class new file mode 100644 index 0000000..d7e7919 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ErpPosSetService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/FeeItemService.class b/food-api/target/classes/com/jwsaas/service/food/FeeItemService.class new file mode 100644 index 0000000..b185d59 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/FeeItemService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/KdsPlanService.class b/food-api/target/classes/com/jwsaas/service/food/KdsPlanService.class new file mode 100644 index 0000000..f5fbb4d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/KdsPlanService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/KitPlanService.class b/food-api/target/classes/com/jwsaas/service/food/KitPlanService.class new file mode 100644 index 0000000..38c7b06 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/KitPlanService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/MakeBurdenService.class b/food-api/target/classes/com/jwsaas/service/food/MakeBurdenService.class new file mode 100644 index 0000000..bf89741 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/MakeBurdenService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/MakeDetailService.class b/food-api/target/classes/com/jwsaas/service/food/MakeDetailService.class new file mode 100644 index 0000000..6c69c1d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/MakeDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/MakeTypeService.class b/food-api/target/classes/com/jwsaas/service/food/MakeTypeService.class new file mode 100644 index 0000000..2f53cc3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/MakeTypeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/MeituanFoodCategoryService.class b/food-api/target/classes/com/jwsaas/service/food/MeituanFoodCategoryService.class new file mode 100644 index 0000000..1843bd0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/MeituanFoodCategoryService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/MeituanFoodService.class b/food-api/target/classes/com/jwsaas/service/food/MeituanFoodService.class new file mode 100644 index 0000000..acbfe9f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/MeituanFoodService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/MeituanOrderExtraService.class b/food-api/target/classes/com/jwsaas/service/food/MeituanOrderExtraService.class new file mode 100644 index 0000000..5e4260f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/MeituanOrderExtraService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/MeituanOrderItemService.class b/food-api/target/classes/com/jwsaas/service/food/MeituanOrderItemService.class new file mode 100644 index 0000000..0f2a726 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/MeituanOrderItemService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/MeituanOrderService.class b/food-api/target/classes/com/jwsaas/service/food/MeituanOrderService.class new file mode 100644 index 0000000..341f10c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/MeituanOrderService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/OtherStorageOutTicketDetailService.class b/food-api/target/classes/com/jwsaas/service/food/OtherStorageOutTicketDetailService.class new file mode 100644 index 0000000..1d29607 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/OtherStorageOutTicketDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/OtherStorageOutTicketLogService.class b/food-api/target/classes/com/jwsaas/service/food/OtherStorageOutTicketLogService.class new file mode 100644 index 0000000..1d4e59a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/OtherStorageOutTicketLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/OtherStorageOutTicketService.class b/food-api/target/classes/com/jwsaas/service/food/OtherStorageOutTicketService.class new file mode 100644 index 0000000..648d257 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/OtherStorageOutTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/OtherStorageTicketDetailService.class b/food-api/target/classes/com/jwsaas/service/food/OtherStorageTicketDetailService.class new file mode 100644 index 0000000..7546a7a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/OtherStorageTicketDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/OtherStorageTicketLogService.class b/food-api/target/classes/com/jwsaas/service/food/OtherStorageTicketLogService.class new file mode 100644 index 0000000..908b4d1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/OtherStorageTicketLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/OtherStorageTicketService.class b/food-api/target/classes/com/jwsaas/service/food/OtherStorageTicketService.class new file mode 100644 index 0000000..3df4235 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/OtherStorageTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PayModeService.class b/food-api/target/classes/com/jwsaas/service/food/PayModeService.class new file mode 100644 index 0000000..0089c74 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PayModeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PayModeStoreService.class b/food-api/target/classes/com/jwsaas/service/food/PayModeStoreService.class new file mode 100644 index 0000000..65b4c4d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PayModeStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PayTypeService.class b/food-api/target/classes/com/jwsaas/service/food/PayTypeService.class new file mode 100644 index 0000000..95231c5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PayTypeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PaymentParameterService.class b/food-api/target/classes/com/jwsaas/service/food/PaymentParameterService.class new file mode 100644 index 0000000..7d8f8b7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PaymentParameterService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PermissionsService.class b/food-api/target/classes/com/jwsaas/service/food/PermissionsService.class new file mode 100644 index 0000000..9d804ce Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PermissionsService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PosInfoService.class b/food-api/target/classes/com/jwsaas/service/food/PosInfoService.class new file mode 100644 index 0000000..4e23a9f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PosInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PosPollcodeService.class b/food-api/target/classes/com/jwsaas/service/food/PosPollcodeService.class new file mode 100644 index 0000000..dba96b5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PosPollcodeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PosRoleService.class b/food-api/target/classes/com/jwsaas/service/food/PosRoleService.class new file mode 100644 index 0000000..d35b0fc Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PosRoleService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PosSetPlanConfigService.class b/food-api/target/classes/com/jwsaas/service/food/PosSetPlanConfigService.class new file mode 100644 index 0000000..692a4c1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PosSetPlanConfigService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PosSetPlanModuleService.class b/food-api/target/classes/com/jwsaas/service/food/PosSetPlanModuleService.class new file mode 100644 index 0000000..b09c3f0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PosSetPlanModuleService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PosSetPlanResourcesService.class b/food-api/target/classes/com/jwsaas/service/food/PosSetPlanResourcesService.class new file mode 100644 index 0000000..7685e4c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PosSetPlanResourcesService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PosSetPlanService.class b/food-api/target/classes/com/jwsaas/service/food/PosSetPlanService.class new file mode 100644 index 0000000..a6339e9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PosSetPlanService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PosSetPlanShortcutService.class b/food-api/target/classes/com/jwsaas/service/food/PosSetPlanShortcutService.class new file mode 100644 index 0000000..a555d46 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PosSetPlanShortcutService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PrintImageService.class b/food-api/target/classes/com/jwsaas/service/food/PrintImageService.class new file mode 100644 index 0000000..9b059cd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PrintImageService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductBatchNegativeStockDifferService.class b/food-api/target/classes/com/jwsaas/service/food/ProductBatchNegativeStockDifferService.class new file mode 100644 index 0000000..497cebf Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductBatchNegativeStockDifferService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductBatchNegativeStockService.class b/food-api/target/classes/com/jwsaas/service/food/ProductBatchNegativeStockService.class new file mode 100644 index 0000000..aa925fd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductBatchNegativeStockService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductBatchNumberService.class b/food-api/target/classes/com/jwsaas/service/food/ProductBatchNumberService.class new file mode 100644 index 0000000..252dcfd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductBatchNumberService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductBatchStockChangeService.class b/food-api/target/classes/com/jwsaas/service/food/ProductBatchStockChangeService.class new file mode 100644 index 0000000..b8af82e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductBatchStockChangeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductBatchStockService.class b/food-api/target/classes/com/jwsaas/service/food/ProductBatchStockService.class new file mode 100644 index 0000000..1b5b02b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductBatchStockService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductBurdenService.class b/food-api/target/classes/com/jwsaas/service/food/ProductBurdenService.class new file mode 100644 index 0000000..d883d5d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductBurdenService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductImageService.class b/food-api/target/classes/com/jwsaas/service/food/ProductImageService.class new file mode 100644 index 0000000..7ea2d4a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductImageService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductKdsPlanService.class b/food-api/target/classes/com/jwsaas/service/food/ProductKdsPlanService.class new file mode 100644 index 0000000..e0a368d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductKdsPlanService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductKitPlanService.class b/food-api/target/classes/com/jwsaas/service/food/ProductKitPlanService.class new file mode 100644 index 0000000..a3895de Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductKitPlanService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductMakeService.class b/food-api/target/classes/com/jwsaas/service/food/ProductMakeService.class new file mode 100644 index 0000000..95e22c2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductMakeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductMakeTemplateDetailService.class b/food-api/target/classes/com/jwsaas/service/food/ProductMakeTemplateDetailService.class new file mode 100644 index 0000000..f25ae7f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductMakeTemplateDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductMakeTemplateService.class b/food-api/target/classes/com/jwsaas/service/food/ProductMakeTemplateService.class new file mode 100644 index 0000000..298e13c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductMakeTemplateService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductRatioService.class b/food-api/target/classes/com/jwsaas/service/food/ProductRatioService.class new file mode 100644 index 0000000..d5ad790 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductRatioService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductService.class b/food-api/target/classes/com/jwsaas/service/food/ProductService.class new file mode 100644 index 0000000..3ab6ef0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductSpecService.class b/food-api/target/classes/com/jwsaas/service/food/ProductSpecService.class new file mode 100644 index 0000000..0e1006d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductSpecService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductStockLogService.class b/food-api/target/classes/com/jwsaas/service/food/ProductStockLogService.class new file mode 100644 index 0000000..5c7e0e1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductStockLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductStockService.class b/food-api/target/classes/com/jwsaas/service/food/ProductStockService.class new file mode 100644 index 0000000..ee3f9bc Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductStockService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductStoreOutCollectDayService.class b/food-api/target/classes/com/jwsaas/service/food/ProductStoreOutCollectDayService.class new file mode 100644 index 0000000..156c221 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductStoreOutCollectDayService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductStoreStockLogService.class b/food-api/target/classes/com/jwsaas/service/food/ProductStoreStockLogService.class new file mode 100644 index 0000000..7418cc2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductStoreStockLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductStoreStockService.class b/food-api/target/classes/com/jwsaas/service/food/ProductStoreStockService.class new file mode 100644 index 0000000..ee46244 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductStoreStockService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductSuitDetailService.class b/food-api/target/classes/com/jwsaas/service/food/ProductSuitDetailService.class new file mode 100644 index 0000000..7c371a6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductSuitDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductSuitService.class b/food-api/target/classes/com/jwsaas/service/food/ProductSuitService.class new file mode 100644 index 0000000..5aa5b55 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductSuitService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductTemplateDetailService.class b/food-api/target/classes/com/jwsaas/service/food/ProductTemplateDetailService.class new file mode 100644 index 0000000..6f273da Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductTemplateDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductTemplateService.class b/food-api/target/classes/com/jwsaas/service/food/ProductTemplateService.class new file mode 100644 index 0000000..fea072e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductTemplateService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductTypeLabelInfoService.class b/food-api/target/classes/com/jwsaas/service/food/ProductTypeLabelInfoService.class new file mode 100644 index 0000000..6c3bfb1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductTypeLabelInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductTypeService.class b/food-api/target/classes/com/jwsaas/service/food/ProductTypeService.class new file mode 100644 index 0000000..e69d141 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductTypeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProductUnitService.class b/food-api/target/classes/com/jwsaas/service/food/ProductUnitService.class new file mode 100644 index 0000000..cd8e797 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProductUnitService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramAdPictureService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramAdPictureService.class new file mode 100644 index 0000000..c968c54 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramAdPictureService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramAdjustPriceProductService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramAdjustPriceProductService.class new file mode 100644 index 0000000..43d9a59 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramAdjustPriceProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramAdjustPriceStoreService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramAdjustPriceStoreService.class new file mode 100644 index 0000000..230fd4b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramAdjustPriceStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramAdjustPriceTicketService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramAdjustPriceTicketService.class new file mode 100644 index 0000000..8d46047 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramAdjustPriceTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramDeliverAddressService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramDeliverAddressService.class new file mode 100644 index 0000000..081d9be Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramDeliverAddressService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramEvaluateImageService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramEvaluateImageService.class new file mode 100644 index 0000000..fb26c34 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramEvaluateImageService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramEvaluateService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramEvaluateService.class new file mode 100644 index 0000000..5ebf479 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramEvaluateService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramIndexPictureService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramIndexPictureService.class new file mode 100644 index 0000000..711be7d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramIndexPictureService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramPaymentParameterService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramPaymentParameterService.class new file mode 100644 index 0000000..84e8e27 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramPaymentParameterService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramProductCategoryService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramProductCategoryService.class new file mode 100644 index 0000000..122d3e9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramProductCategoryService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramProductMakeService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramProductMakeService.class new file mode 100644 index 0000000..a061d3f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramProductMakeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramProductService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramProductService.class new file mode 100644 index 0000000..bd8c0f8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramProductTemplateDetailService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramProductTemplateDetailService.class new file mode 100644 index 0000000..31fda7f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramProductTemplateDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramProductTemplateService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramProductTemplateService.class new file mode 100644 index 0000000..44df1ce Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramProductTemplateService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramProductTemplateStoreService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramProductTemplateStoreService.class new file mode 100644 index 0000000..b6ce425 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramProductTemplateStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionBlackListGoodsService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionBlackListGoodsService.class new file mode 100644 index 0000000..b6a441b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionBlackListGoodsService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionBlackListStoreAreaService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionBlackListStoreAreaService.class new file mode 100644 index 0000000..0dae1bd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionBlackListStoreAreaService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionBlackListStoreService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionBlackListStoreService.class new file mode 100644 index 0000000..6f7db97 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionBlackListStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionCategoryService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionCategoryService.class new file mode 100644 index 0000000..190d0f0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionCategoryService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionGoodsService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionGoodsService.class new file mode 100644 index 0000000..0d869b2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionGoodsService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionSchemeService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionSchemeService.class new file mode 100644 index 0000000..37e2ea8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionSchemeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionStoreAreaService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionStoreAreaService.class new file mode 100644 index 0000000..4e5ef72 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionStoreAreaService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionStoreService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionStoreService.class new file mode 100644 index 0000000..a2c4707 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionTaskService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionTaskService.class new file mode 100644 index 0000000..bb44693 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionTaskService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionTicketService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionTicketService.class new file mode 100644 index 0000000..2865fc2 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramPromotionTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramSettingService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramSettingService.class new file mode 100644 index 0000000..3e2d34c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramSettingService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramStoreBusinessTicketDeliverService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreBusinessTicketDeliverService.class new file mode 100644 index 0000000..0bb998e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreBusinessTicketDeliverService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramStoreBusinessTicketInfoService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreBusinessTicketInfoService.class new file mode 100644 index 0000000..aef8560 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreBusinessTicketInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramStoreBusinessTicketService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreBusinessTicketService.class new file mode 100644 index 0000000..fd87f84 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreBusinessTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramStoreOrderProductInfoService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreOrderProductInfoService.class new file mode 100644 index 0000000..4d4a528 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreOrderProductInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramStoreOrderProductMakeService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreOrderProductMakeService.class new file mode 100644 index 0000000..324127e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreOrderProductMakeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramStoreOrderProductService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreOrderProductService.class new file mode 100644 index 0000000..3f76122 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreOrderProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramStorePayService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramStorePayService.class new file mode 100644 index 0000000..4af88f9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramStorePayService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramStoreProductService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreProductService.class new file mode 100644 index 0000000..bdcb1a6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ProgramStoreService.class b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreService.class new file mode 100644 index 0000000..335020d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ProgramStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PromotionBlackListGoodsService.class b/food-api/target/classes/com/jwsaas/service/food/PromotionBlackListGoodsService.class new file mode 100644 index 0000000..26d56f0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PromotionBlackListGoodsService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PromotionBlackListStoreAreaService.class b/food-api/target/classes/com/jwsaas/service/food/PromotionBlackListStoreAreaService.class new file mode 100644 index 0000000..e6121f5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PromotionBlackListStoreAreaService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PromotionBlackListStoreService.class b/food-api/target/classes/com/jwsaas/service/food/PromotionBlackListStoreService.class new file mode 100644 index 0000000..b031205 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PromotionBlackListStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PromotionCategoryService.class b/food-api/target/classes/com/jwsaas/service/food/PromotionCategoryService.class new file mode 100644 index 0000000..a0225da Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PromotionCategoryService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PromotionGoodsService.class b/food-api/target/classes/com/jwsaas/service/food/PromotionGoodsService.class new file mode 100644 index 0000000..7487da5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PromotionGoodsService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PromotionScheduleService.class b/food-api/target/classes/com/jwsaas/service/food/PromotionScheduleService.class new file mode 100644 index 0000000..61921d3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PromotionScheduleService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PromotionSchemeService.class b/food-api/target/classes/com/jwsaas/service/food/PromotionSchemeService.class new file mode 100644 index 0000000..b700354 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PromotionSchemeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PromotionStoreAreaService.class b/food-api/target/classes/com/jwsaas/service/food/PromotionStoreAreaService.class new file mode 100644 index 0000000..f85e5bf Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PromotionStoreAreaService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PromotionStoreService.class b/food-api/target/classes/com/jwsaas/service/food/PromotionStoreService.class new file mode 100644 index 0000000..faf1a7e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PromotionStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PromotionTaskService.class b/food-api/target/classes/com/jwsaas/service/food/PromotionTaskService.class new file mode 100644 index 0000000..2b6aad9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PromotionTaskService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PromotionTicketService.class b/food-api/target/classes/com/jwsaas/service/food/PromotionTicketService.class new file mode 100644 index 0000000..f7833d3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PromotionTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PurchaseStorageTicketDetailService.class b/food-api/target/classes/com/jwsaas/service/food/PurchaseStorageTicketDetailService.class new file mode 100644 index 0000000..a6dd133 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PurchaseStorageTicketDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PurchaseStorageTicketLogService.class b/food-api/target/classes/com/jwsaas/service/food/PurchaseStorageTicketLogService.class new file mode 100644 index 0000000..eb7b757 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PurchaseStorageTicketLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PurchaseStorageTicketService.class b/food-api/target/classes/com/jwsaas/service/food/PurchaseStorageTicketService.class new file mode 100644 index 0000000..6d78f8b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PurchaseStorageTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PurchaseTemplateDetailService.class b/food-api/target/classes/com/jwsaas/service/food/PurchaseTemplateDetailService.class new file mode 100644 index 0000000..9c0cd0e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PurchaseTemplateDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PurchaseTemplateService.class b/food-api/target/classes/com/jwsaas/service/food/PurchaseTemplateService.class new file mode 100644 index 0000000..505ba92 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PurchaseTemplateService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PurchaseTicketDetailService.class b/food-api/target/classes/com/jwsaas/service/food/PurchaseTicketDetailService.class new file mode 100644 index 0000000..d2d3972 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PurchaseTicketDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PurchaseTicketLogService.class b/food-api/target/classes/com/jwsaas/service/food/PurchaseTicketLogService.class new file mode 100644 index 0000000..31b4b54 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PurchaseTicketLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PurchaseTicketService.class b/food-api/target/classes/com/jwsaas/service/food/PurchaseTicketService.class new file mode 100644 index 0000000..50ef811 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PurchaseTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PurchasepriceService.class b/food-api/target/classes/com/jwsaas/service/food/PurchasepriceService.class new file mode 100644 index 0000000..c36fac0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PurchasepriceService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PurchasepriceTicketMaterialService.class b/food-api/target/classes/com/jwsaas/service/food/PurchasepriceTicketMaterialService.class new file mode 100644 index 0000000..9c2869d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PurchasepriceTicketMaterialService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/PurchasepriceTicketService.class b/food-api/target/classes/com/jwsaas/service/food/PurchasepriceTicketService.class new file mode 100644 index 0000000..78d3dc6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/PurchasepriceTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiAdjustPriceGoodsService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiAdjustPriceGoodsService.class new file mode 100644 index 0000000..1a11335 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiAdjustPriceGoodsService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiAdjustPriceStoreService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiAdjustPriceStoreService.class new file mode 100644 index 0000000..f9267d9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiAdjustPriceStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiAdjustPriceTicketService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiAdjustPriceTicketService.class new file mode 100644 index 0000000..2bc31bb Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiAdjustPriceTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiAttributeCategoryService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiAttributeCategoryService.class new file mode 100644 index 0000000..efce493 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiAttributeCategoryService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiAttributeService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiAttributeService.class new file mode 100644 index 0000000..c32a245 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiAttributeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiChargeService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiChargeService.class new file mode 100644 index 0000000..0967d2f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiChargeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiOrderItemService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiOrderItemService.class new file mode 100644 index 0000000..b07aa7f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiOrderItemService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiOrderPayService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiOrderPayService.class new file mode 100644 index 0000000..4dd09df Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiOrderPayService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiOrderService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiOrderService.class new file mode 100644 index 0000000..a8468d0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiOrderService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiProductAttributeService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiProductAttributeService.class new file mode 100644 index 0000000..6b12515 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiProductAttributeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiProductCategoryService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiProductCategoryService.class new file mode 100644 index 0000000..b6f55a5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiProductCategoryService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiProductChargeService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiProductChargeService.class new file mode 100644 index 0000000..a3f6f91 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiProductChargeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiProductService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiProductService.class new file mode 100644 index 0000000..baf72aa Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiProductSpecService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiProductSpecService.class new file mode 100644 index 0000000..1e1f33c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiProductSpecService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiProductTemplateDetailService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiProductTemplateDetailService.class new file mode 100644 index 0000000..ef79671 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiProductTemplateDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiProductTemplateService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiProductTemplateService.class new file mode 100644 index 0000000..f4754b3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiProductTemplateService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiProductTemplateStoreService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiProductTemplateStoreService.class new file mode 100644 index 0000000..122e02b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiProductTemplateStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiStoreLableService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiStoreLableService.class new file mode 100644 index 0000000..adf5d05 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiStoreLableService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiStoreProductService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiStoreProductService.class new file mode 100644 index 0000000..ca09b96 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiStoreProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiStoreService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiStoreService.class new file mode 100644 index 0000000..d2c43c0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/QimaiSuitDetailService.class b/food-api/target/classes/com/jwsaas/service/food/QimaiSuitDetailService.class new file mode 100644 index 0000000..9783ead Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/QimaiSuitDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ReceiveDifferenceDetailService.class b/food-api/target/classes/com/jwsaas/service/food/ReceiveDifferenceDetailService.class new file mode 100644 index 0000000..a772768 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ReceiveDifferenceDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ReceiveDifferenceTicketLogService.class b/food-api/target/classes/com/jwsaas/service/food/ReceiveDifferenceTicketLogService.class new file mode 100644 index 0000000..2335e56 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ReceiveDifferenceTicketLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ReceiveDifferenceTicketPayService.class b/food-api/target/classes/com/jwsaas/service/food/ReceiveDifferenceTicketPayService.class new file mode 100644 index 0000000..4f32017 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ReceiveDifferenceTicketPayService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ReceiveDifferenceTicketService.class b/food-api/target/classes/com/jwsaas/service/food/ReceiveDifferenceTicketService.class new file mode 100644 index 0000000..a075a9e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ReceiveDifferenceTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ReceiveGoodsDetailService.class b/food-api/target/classes/com/jwsaas/service/food/ReceiveGoodsDetailService.class new file mode 100644 index 0000000..47a5b35 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ReceiveGoodsDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ReceiveGoodsTicketService.class b/food-api/target/classes/com/jwsaas/service/food/ReceiveGoodsTicketService.class new file mode 100644 index 0000000..80aab96 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ReceiveGoodsTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/RechargeParameterService.class b/food-api/target/classes/com/jwsaas/service/food/RechargeParameterService.class new file mode 100644 index 0000000..6455c25 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/RechargeParameterService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/RoleService.class b/food-api/target/classes/com/jwsaas/service/food/RoleService.class new file mode 100644 index 0000000..ce0263b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/RoleService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/SaleClearService.class b/food-api/target/classes/com/jwsaas/service/food/SaleClearService.class new file mode 100644 index 0000000..261343b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/SaleClearService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ServerDataVersionService.class b/food-api/target/classes/com/jwsaas/service/food/ServerDataVersionService.class new file mode 100644 index 0000000..ca09196 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ServerDataVersionService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ShopMeituanOrderExtraService.class b/food-api/target/classes/com/jwsaas/service/food/ShopMeituanOrderExtraService.class new file mode 100644 index 0000000..1ceda85 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ShopMeituanOrderExtraService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ShopMeituanOrderItemService.class b/food-api/target/classes/com/jwsaas/service/food/ShopMeituanOrderItemService.class new file mode 100644 index 0000000..e24199f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ShopMeituanOrderItemService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ShopMeituanOrderService.class b/food-api/target/classes/com/jwsaas/service/food/ShopMeituanOrderService.class new file mode 100644 index 0000000..72d5f7d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ShopMeituanOrderService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/SplitFoodAccountService.class b/food-api/target/classes/com/jwsaas/service/food/SplitFoodAccountService.class new file mode 100644 index 0000000..6f324b3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/SplitFoodAccountService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/SplitPayLogService.class b/food-api/target/classes/com/jwsaas/service/food/SplitPayLogService.class new file mode 100644 index 0000000..71970bd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/SplitPayLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/SplitPayResultService.class b/food-api/target/classes/com/jwsaas/service/food/SplitPayResultService.class new file mode 100644 index 0000000..4da30a5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/SplitPayResultService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/SplitShopAccountService.class b/food-api/target/classes/com/jwsaas/service/food/SplitShopAccountService.class new file mode 100644 index 0000000..ef171a4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/SplitShopAccountService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/SplitShopWithdrawalService.class b/food-api/target/classes/com/jwsaas/service/food/SplitShopWithdrawalService.class new file mode 100644 index 0000000..ccb0de8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/SplitShopWithdrawalService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/SplitStorePayService.class b/food-api/target/classes/com/jwsaas/service/food/SplitStorePayService.class new file mode 100644 index 0000000..aed76e8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/SplitStorePayService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StorageService.class b/food-api/target/classes/com/jwsaas/service/food/StorageService.class new file mode 100644 index 0000000..177e10c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StorageService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StorageTypeService.class b/food-api/target/classes/com/jwsaas/service/food/StorageTypeService.class new file mode 100644 index 0000000..a90891c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StorageTypeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreAccountDetailService.class b/food-api/target/classes/com/jwsaas/service/food/StoreAccountDetailService.class new file mode 100644 index 0000000..367c87a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreAccountDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreAccountRechargeParameterService.class b/food-api/target/classes/com/jwsaas/service/food/StoreAccountRechargeParameterService.class new file mode 100644 index 0000000..fffd83f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreAccountRechargeParameterService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreAccountRechargeRecordService.class b/food-api/target/classes/com/jwsaas/service/food/StoreAccountRechargeRecordService.class new file mode 100644 index 0000000..cf019db Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreAccountRechargeRecordService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreAccountService.class b/food-api/target/classes/com/jwsaas/service/food/StoreAccountService.class new file mode 100644 index 0000000..d3dc4e5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreAccountService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreAreaService.class b/food-api/target/classes/com/jwsaas/service/food/StoreAreaService.class new file mode 100644 index 0000000..455b62b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreAreaService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketCheckService.class b/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketCheckService.class new file mode 100644 index 0000000..3108102 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketCheckService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketDeliveryService.class b/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketDeliveryService.class new file mode 100644 index 0000000..8e8e705 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketDeliveryService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketInfoService.class b/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketInfoService.class new file mode 100644 index 0000000..19e6a4a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketService.class b/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketService.class new file mode 100644 index 0000000..d008c2d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketTableService.class b/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketTableService.class new file mode 100644 index 0000000..bcae999 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreBusinessTicketTableService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreCostManageLogService.class b/food-api/target/classes/com/jwsaas/service/food/StoreCostManageLogService.class new file mode 100644 index 0000000..923940a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreCostManageLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreCostManageService.class b/food-api/target/classes/com/jwsaas/service/food/StoreCostManageService.class new file mode 100644 index 0000000..7880a93 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreCostManageService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreCostRevenueService.class b/food-api/target/classes/com/jwsaas/service/food/StoreCostRevenueService.class new file mode 100644 index 0000000..16435ce Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreCostRevenueService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreDeliveryOrderItemService.class b/food-api/target/classes/com/jwsaas/service/food/StoreDeliveryOrderItemService.class new file mode 100644 index 0000000..3782c27 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreDeliveryOrderItemService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreDeliveryOrderService.class b/food-api/target/classes/com/jwsaas/service/food/StoreDeliveryOrderService.class new file mode 100644 index 0000000..9cda340 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreDeliveryOrderService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreDepartmentService.class b/food-api/target/classes/com/jwsaas/service/food/StoreDepartmentService.class new file mode 100644 index 0000000..af9fc70 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreDepartmentService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreDispatchAccountLogService.class b/food-api/target/classes/com/jwsaas/service/food/StoreDispatchAccountLogService.class new file mode 100644 index 0000000..88713d0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreDispatchAccountLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreDispatchAccountService.class b/food-api/target/classes/com/jwsaas/service/food/StoreDispatchAccountService.class new file mode 100644 index 0000000..854cbe0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreDispatchAccountService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreEnchashmentRecordLogService.class b/food-api/target/classes/com/jwsaas/service/food/StoreEnchashmentRecordLogService.class new file mode 100644 index 0000000..788a547 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreEnchashmentRecordLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreEnchashmentRecordService.class b/food-api/target/classes/com/jwsaas/service/food/StoreEnchashmentRecordService.class new file mode 100644 index 0000000..635e44e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreEnchashmentRecordService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreFeeCutLogService.class b/food-api/target/classes/com/jwsaas/service/food/StoreFeeCutLogService.class new file mode 100644 index 0000000..b7a5987 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreFeeCutLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreHandoverDetailPartService.class b/food-api/target/classes/com/jwsaas/service/food/StoreHandoverDetailPartService.class new file mode 100644 index 0000000..8568d3e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreHandoverDetailPartService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreHandoverDetailPayService.class b/food-api/target/classes/com/jwsaas/service/food/StoreHandoverDetailPayService.class new file mode 100644 index 0000000..faf2a4e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreHandoverDetailPayService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreHandoverDetailService.class b/food-api/target/classes/com/jwsaas/service/food/StoreHandoverDetailService.class new file mode 100644 index 0000000..79af8a7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreHandoverDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreHandoverService.class b/food-api/target/classes/com/jwsaas/service/food/StoreHandoverService.class new file mode 100644 index 0000000..519052e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreHandoverService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreLoginLogService.class b/food-api/target/classes/com/jwsaas/service/food/StoreLoginLogService.class new file mode 100644 index 0000000..db193f6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreLoginLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreOperationLogService.class b/food-api/target/classes/com/jwsaas/service/food/StoreOperationLogService.class new file mode 100644 index 0000000..b1b5ec4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreOperationLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreOrderProductInfoService.class b/food-api/target/classes/com/jwsaas/service/food/StoreOrderProductInfoService.class new file mode 100644 index 0000000..0145e7a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreOrderProductInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreOrderProductMakeService.class b/food-api/target/classes/com/jwsaas/service/food/StoreOrderProductMakeService.class new file mode 100644 index 0000000..515794c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreOrderProductMakeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreOrderProductService.class b/food-api/target/classes/com/jwsaas/service/food/StoreOrderProductService.class new file mode 100644 index 0000000..7bdccd5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreOrderProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StorePayService.class b/food-api/target/classes/com/jwsaas/service/food/StorePayService.class new file mode 100644 index 0000000..76789f9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StorePayService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreProductSaleStockService.class b/food-api/target/classes/com/jwsaas/service/food/StoreProductSaleStockService.class new file mode 100644 index 0000000..ea47898 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreProductSaleStockService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreProductService.class b/food-api/target/classes/com/jwsaas/service/food/StoreProductService.class new file mode 100644 index 0000000..9cbe9a3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreService.class b/food-api/target/classes/com/jwsaas/service/food/StoreService.class new file mode 100644 index 0000000..e4582c7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTemplateDetailService.class b/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTemplateDetailService.class new file mode 100644 index 0000000..7b7c748 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTemplateDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTemplateService.class b/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTemplateService.class new file mode 100644 index 0000000..c24660b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTemplateService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTicketDetailService.class b/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTicketDetailService.class new file mode 100644 index 0000000..3ea52b7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTicketDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTicketLogService.class b/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTicketLogService.class new file mode 100644 index 0000000..cb9d796 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTicketLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTicketService.class b/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTicketService.class new file mode 100644 index 0000000..1bc108c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreStockCheckTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreStorageOutTicketDetailService.class b/food-api/target/classes/com/jwsaas/service/food/StoreStorageOutTicketDetailService.class new file mode 100644 index 0000000..d0123c7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreStorageOutTicketDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreStorageOutTicketLogService.class b/food-api/target/classes/com/jwsaas/service/food/StoreStorageOutTicketLogService.class new file mode 100644 index 0000000..8d92b6e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreStorageOutTicketLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreStorageOutTicketService.class b/food-api/target/classes/com/jwsaas/service/food/StoreStorageOutTicketService.class new file mode 100644 index 0000000..8684a84 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreStorageOutTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreStorageService.class b/food-api/target/classes/com/jwsaas/service/food/StoreStorageService.class new file mode 100644 index 0000000..643c2c8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreStorageService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreStorageTicketDetailService.class b/food-api/target/classes/com/jwsaas/service/food/StoreStorageTicketDetailService.class new file mode 100644 index 0000000..60f6ee1 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreStorageTicketDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreStorageTicketLogService.class b/food-api/target/classes/com/jwsaas/service/food/StoreStorageTicketLogService.class new file mode 100644 index 0000000..61f15ea Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreStorageTicketLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreStorageTicketService.class b/food-api/target/classes/com/jwsaas/service/food/StoreStorageTicketService.class new file mode 100644 index 0000000..9d81ba0 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreStorageTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreTypeService.class b/food-api/target/classes/com/jwsaas/service/food/StoreTypeService.class new file mode 100644 index 0000000..1e39c68 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreTypeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreWorkerExtService.class b/food-api/target/classes/com/jwsaas/service/food/StoreWorkerExtService.class new file mode 100644 index 0000000..3f400a7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreWorkerExtService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoreWorkerService.class b/food-api/target/classes/com/jwsaas/service/food/StoreWorkerService.class new file mode 100644 index 0000000..34194d4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoreWorkerService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoretableAreaService.class b/food-api/target/classes/com/jwsaas/service/food/StoretableAreaService.class new file mode 100644 index 0000000..53a8e35 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoretableAreaService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoretableService.class b/food-api/target/classes/com/jwsaas/service/food/StoretableService.class new file mode 100644 index 0000000..e17539a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoretableService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/StoretableTypeService.class b/food-api/target/classes/com/jwsaas/service/food/StoretableTypeService.class new file mode 100644 index 0000000..2227d40 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/StoretableTypeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/SupplierService.class b/food-api/target/classes/com/jwsaas/service/food/SupplierService.class new file mode 100644 index 0000000..fc30518 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/SupplierService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/SupplierTypeService.class b/food-api/target/classes/com/jwsaas/service/food/SupplierTypeService.class new file mode 100644 index 0000000..79bfb07 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/SupplierTypeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/TaskScheduleService.class b/food-api/target/classes/com/jwsaas/service/food/TaskScheduleService.class new file mode 100644 index 0000000..f66660a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/TaskScheduleService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ThuselevelTicketMaterialService.class b/food-api/target/classes/com/jwsaas/service/food/ThuselevelTicketMaterialService.class new file mode 100644 index 0000000..a837d74 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ThuselevelTicketMaterialService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ThuselevelTicketService.class b/food-api/target/classes/com/jwsaas/service/food/ThuselevelTicketService.class new file mode 100644 index 0000000..78dd493 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ThuselevelTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/ThuselevelTicketStoreService.class b/food-api/target/classes/com/jwsaas/service/food/ThuselevelTicketStoreService.class new file mode 100644 index 0000000..c087381 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/ThuselevelTicketStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/TicketPrintSettingService.class b/food-api/target/classes/com/jwsaas/service/food/TicketPrintSettingService.class new file mode 100644 index 0000000..8120085 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/TicketPrintSettingService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/UserService.class b/food-api/target/classes/com/jwsaas/service/food/UserService.class new file mode 100644 index 0000000..2368d0a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/UserService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VisitorAddressService.class b/food-api/target/classes/com/jwsaas/service/food/VisitorAddressService.class new file mode 100644 index 0000000..2107746 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VisitorAddressService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VisitorService.class b/food-api/target/classes/com/jwsaas/service/food/VisitorService.class new file mode 100644 index 0000000..28df1f4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VisitorService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VisitorTagService.class b/food-api/target/classes/com/jwsaas/service/food/VisitorTagService.class new file mode 100644 index 0000000..1ad8808 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VisitorTagService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VposAdPictureService.class b/food-api/target/classes/com/jwsaas/service/food/VposAdPictureService.class new file mode 100644 index 0000000..e2406d6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VposAdPictureService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VposCcbfzAccountService.class b/food-api/target/classes/com/jwsaas/service/food/VposCcbfzAccountService.class new file mode 100644 index 0000000..a86835f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VposCcbfzAccountService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VposProductEvaluateImageService.class b/food-api/target/classes/com/jwsaas/service/food/VposProductEvaluateImageService.class new file mode 100644 index 0000000..f2e0ac9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VposProductEvaluateImageService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VposProductEvaluateService.class b/food-api/target/classes/com/jwsaas/service/food/VposProductEvaluateService.class new file mode 100644 index 0000000..fcdfba7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VposProductEvaluateService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VposStoreBusinessTicketInfoService.class b/food-api/target/classes/com/jwsaas/service/food/VposStoreBusinessTicketInfoService.class new file mode 100644 index 0000000..2b7fc3b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VposStoreBusinessTicketInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VposStoreBusinessTicketService.class b/food-api/target/classes/com/jwsaas/service/food/VposStoreBusinessTicketService.class new file mode 100644 index 0000000..c43111b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VposStoreBusinessTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VposStoreOrderProductInfoService.class b/food-api/target/classes/com/jwsaas/service/food/VposStoreOrderProductInfoService.class new file mode 100644 index 0000000..3c2b263 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VposStoreOrderProductInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VposStoreOrderProductMakeService.class b/food-api/target/classes/com/jwsaas/service/food/VposStoreOrderProductMakeService.class new file mode 100644 index 0000000..e8f9ad9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VposStoreOrderProductMakeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VposStoreOrderProductService.class b/food-api/target/classes/com/jwsaas/service/food/VposStoreOrderProductService.class new file mode 100644 index 0000000..d84b832 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VposStoreOrderProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VposStorePayService.class b/food-api/target/classes/com/jwsaas/service/food/VposStorePayService.class new file mode 100644 index 0000000..edab72c Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VposStorePayService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VposUserSeriesService.class b/food-api/target/classes/com/jwsaas/service/food/VposUserSeriesService.class new file mode 100644 index 0000000..7f58a0d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VposUserSeriesService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/VposUserService.class b/food-api/target/classes/com/jwsaas/service/food/VposUserService.class new file mode 100644 index 0000000..50b984f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/VposUserService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxAdPictureService.class b/food-api/target/classes/com/jwsaas/service/food/WxAdPictureService.class new file mode 100644 index 0000000..4d79bcb Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxAdPictureService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxAdjustPriceGoodsService.class b/food-api/target/classes/com/jwsaas/service/food/WxAdjustPriceGoodsService.class new file mode 100644 index 0000000..3e38a13 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxAdjustPriceGoodsService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxAdjustPriceStoreService.class b/food-api/target/classes/com/jwsaas/service/food/WxAdjustPriceStoreService.class new file mode 100644 index 0000000..2420cbe Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxAdjustPriceStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxAdjustPriceTicketService.class b/food-api/target/classes/com/jwsaas/service/food/WxAdjustPriceTicketService.class new file mode 100644 index 0000000..2c14c38 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxAdjustPriceTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxGoodsCategoryService.class b/food-api/target/classes/com/jwsaas/service/food/WxGoodsCategoryService.class new file mode 100644 index 0000000..776b954 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxGoodsCategoryService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxGoodsMakeService.class b/food-api/target/classes/com/jwsaas/service/food/WxGoodsMakeService.class new file mode 100644 index 0000000..b1f8c6b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxGoodsMakeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxGoodsService.class b/food-api/target/classes/com/jwsaas/service/food/WxGoodsService.class new file mode 100644 index 0000000..e3cbd23 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxGoodsService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxGoodsTemplateDetailService.class b/food-api/target/classes/com/jwsaas/service/food/WxGoodsTemplateDetailService.class new file mode 100644 index 0000000..2e840b8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxGoodsTemplateDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxGoodsTemplateService.class b/food-api/target/classes/com/jwsaas/service/food/WxGoodsTemplateService.class new file mode 100644 index 0000000..42bf202 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxGoodsTemplateService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxGoodsTemplateStoreService.class b/food-api/target/classes/com/jwsaas/service/food/WxGoodsTemplateStoreService.class new file mode 100644 index 0000000..a4aecdd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxGoodsTemplateStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxPaymentParameterService.class b/food-api/target/classes/com/jwsaas/service/food/WxPaymentParameterService.class new file mode 100644 index 0000000..a1b4f8a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxPaymentParameterService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxQrcodeSettingService.class b/food-api/target/classes/com/jwsaas/service/food/WxQrcodeSettingService.class new file mode 100644 index 0000000..f479022 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxQrcodeSettingService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderItemMakeService.class b/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderItemMakeService.class new file mode 100644 index 0000000..17af3d5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderItemMakeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderItemPromoService.class b/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderItemPromoService.class new file mode 100644 index 0000000..b31ccca Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderItemPromoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderItemService.class b/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderItemService.class new file mode 100644 index 0000000..39f55df Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderItemService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderLogService.class b/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderLogService.class new file mode 100644 index 0000000..7256c2a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderService.class b/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderService.class new file mode 100644 index 0000000..5f343f9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxSalesOrderService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxSalesPaymentService.class b/food-api/target/classes/com/jwsaas/service/food/WxSalesPaymentService.class new file mode 100644 index 0000000..bce5cbd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxSalesPaymentService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxStoreGoodsService.class b/food-api/target/classes/com/jwsaas/service/food/WxStoreGoodsService.class new file mode 100644 index 0000000..8d8ec32 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxStoreGoodsService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxStoreService.class b/food-api/target/classes/com/jwsaas/service/food/WxStoreService.class new file mode 100644 index 0000000..599f68a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxdcDistributionAddressService.class b/food-api/target/classes/com/jwsaas/service/food/WxdcDistributionAddressService.class new file mode 100644 index 0000000..a3d5a04 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxdcDistributionAddressService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/WxdcDistributionService.class b/food-api/target/classes/com/jwsaas/service/food/WxdcDistributionService.class new file mode 100644 index 0000000..1254bd7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/WxdcDistributionService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/YunposSetService.class b/food-api/target/classes/com/jwsaas/service/food/YunposSetService.class new file mode 100644 index 0000000..440cead Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/YunposSetService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/food/YunposSetStoreService.class b/food-api/target/classes/com/jwsaas/service/food/YunposSetStoreService.class new file mode 100644 index 0000000..26eea20 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/food/YunposSetStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/AgentService.class b/food-api/target/classes/com/jwsaas/service/ops/AgentService.class new file mode 100644 index 0000000..302da95 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/AgentService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/AgentSubFuyouTicketImageService.class b/food-api/target/classes/com/jwsaas/service/ops/AgentSubFuyouTicketImageService.class new file mode 100644 index 0000000..fecb64d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/AgentSubFuyouTicketImageService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/AgentSubFuyouTicketService.class b/food-api/target/classes/com/jwsaas/service/ops/AgentSubFuyouTicketService.class new file mode 100644 index 0000000..16339c8 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/AgentSubFuyouTicketService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/AppBaiduBranchService.class b/food-api/target/classes/com/jwsaas/service/ops/AppBaiduBranchService.class new file mode 100644 index 0000000..3826c68 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/AppBaiduBranchService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/AppGuopanStoreInfoService.class b/food-api/target/classes/com/jwsaas/service/ops/AppGuopanStoreInfoService.class new file mode 100644 index 0000000..847b033 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/AppGuopanStoreInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/AppInfoService.class b/food-api/target/classes/com/jwsaas/service/ops/AppInfoService.class new file mode 100644 index 0000000..8c711fd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/AppInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/AppQimaiSetStoreService.class b/food-api/target/classes/com/jwsaas/service/ops/AppQimaiSetStoreService.class new file mode 100644 index 0000000..caf63a3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/AppQimaiSetStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/AppShopmeituanSetService.class b/food-api/target/classes/com/jwsaas/service/ops/AppShopmeituanSetService.class new file mode 100644 index 0000000..0caf191 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/AppShopmeituanSetService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/AppShopmeituanSetStoreService.class b/food-api/target/classes/com/jwsaas/service/ops/AppShopmeituanSetStoreService.class new file mode 100644 index 0000000..2892223 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/AppShopmeituanSetStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/AppVersionService.class b/food-api/target/classes/com/jwsaas/service/ops/AppVersionService.class new file mode 100644 index 0000000..31df546 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/AppVersionService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/AppWhiteDetailService.class b/food-api/target/classes/com/jwsaas/service/ops/AppWhiteDetailService.class new file mode 100644 index 0000000..bbec05a Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/AppWhiteDetailService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/AppWhitePlanService.class b/food-api/target/classes/com/jwsaas/service/ops/AppWhitePlanService.class new file mode 100644 index 0000000..f47295d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/AppWhitePlanService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/BankCodeService.class b/food-api/target/classes/com/jwsaas/service/ops/BankCodeService.class new file mode 100644 index 0000000..49837e7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/BankCodeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/CardReaderInfoService.class b/food-api/target/classes/com/jwsaas/service/ops/CardReaderInfoService.class new file mode 100644 index 0000000..06c02cd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/CardReaderInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/CityCodeService.class b/food-api/target/classes/com/jwsaas/service/ops/CityCodeService.class new file mode 100644 index 0000000..1f10306 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/CityCodeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/CityService.class b/food-api/target/classes/com/jwsaas/service/ops/CityService.class new file mode 100644 index 0000000..c3b521d Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/CityService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/ElemeAuthorizeInfoService.class b/food-api/target/classes/com/jwsaas/service/ops/ElemeAuthorizeInfoService.class new file mode 100644 index 0000000..8304893 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/ElemeAuthorizeInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/ErrorInfoService.class b/food-api/target/classes/com/jwsaas/service/ops/ErrorInfoService.class new file mode 100644 index 0000000..64fc902 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/ErrorInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/MeituanBranchService.class b/food-api/target/classes/com/jwsaas/service/ops/MeituanBranchService.class new file mode 100644 index 0000000..c992ff4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/MeituanBranchService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/PosModuleService.class b/food-api/target/classes/com/jwsaas/service/ops/PosModuleService.class new file mode 100644 index 0000000..107d86e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/PosModuleService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/PosModuleTypeService.class b/food-api/target/classes/com/jwsaas/service/ops/PosModuleTypeService.class new file mode 100644 index 0000000..8b7c45f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/PosModuleTypeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/PrinterInfoService.class b/food-api/target/classes/com/jwsaas/service/ops/PrinterInfoService.class new file mode 100644 index 0000000..3d3dd24 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/PrinterInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/ProductPermissionsService.class b/food-api/target/classes/com/jwsaas/service/ops/ProductPermissionsService.class new file mode 100644 index 0000000..41841b9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/ProductPermissionsService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/QimaiSetService.class b/food-api/target/classes/com/jwsaas/service/ops/QimaiSetService.class new file mode 100644 index 0000000..cc0e899 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/QimaiSetService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/SetCodeService.class b/food-api/target/classes/com/jwsaas/service/ops/SetCodeService.class new file mode 100644 index 0000000..f6c1ef3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/SetCodeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/TenantLineProductService.class b/food-api/target/classes/com/jwsaas/service/ops/TenantLineProductService.class new file mode 100644 index 0000000..dc18bc4 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/TenantLineProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/TenantPosInfoService.class b/food-api/target/classes/com/jwsaas/service/ops/TenantPosInfoService.class new file mode 100644 index 0000000..7147959 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/TenantPosInfoService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/TenantPosLoginLogService.class b/food-api/target/classes/com/jwsaas/service/ops/TenantPosLoginLogService.class new file mode 100644 index 0000000..85d8831 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/TenantPosLoginLogService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/TenantProductService.class b/food-api/target/classes/com/jwsaas/service/ops/TenantProductService.class new file mode 100644 index 0000000..3fd884b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/TenantProductService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/TenantStoreAuthService.class b/food-api/target/classes/com/jwsaas/service/ops/TenantStoreAuthService.class new file mode 100644 index 0000000..2c85275 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/TenantStoreAuthService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/UpgradePosService.class b/food-api/target/classes/com/jwsaas/service/ops/UpgradePosService.class new file mode 100644 index 0000000..3c862ab Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/UpgradePosService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/UpgradeSchemeService.class b/food-api/target/classes/com/jwsaas/service/ops/UpgradeSchemeService.class new file mode 100644 index 0000000..481c6f9 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/UpgradeSchemeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/UpgradeStoreService.class b/food-api/target/classes/com/jwsaas/service/ops/UpgradeStoreService.class new file mode 100644 index 0000000..a0c83fd Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/UpgradeStoreService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/WxBusinessCodeService.class b/food-api/target/classes/com/jwsaas/service/ops/WxBusinessCodeService.class new file mode 100644 index 0000000..209315b Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/WxBusinessCodeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/ops/ZfbBusinessCodeService.class b/food-api/target/classes/com/jwsaas/service/ops/ZfbBusinessCodeService.class new file mode 100644 index 0000000..433e67e Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/ops/ZfbBusinessCodeService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/shared/AppAuthService.class b/food-api/target/classes/com/jwsaas/service/shared/AppAuthService.class new file mode 100644 index 0000000..e340fde Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/shared/AppAuthService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/shared/FunctionService.class b/food-api/target/classes/com/jwsaas/service/shared/FunctionService.class new file mode 100644 index 0000000..c7969e6 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/shared/FunctionService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/shared/ModuleService.class b/food-api/target/classes/com/jwsaas/service/shared/ModuleService.class new file mode 100644 index 0000000..76a77b7 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/shared/ModuleService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/shared/ResourcesService.class b/food-api/target/classes/com/jwsaas/service/shared/ResourcesService.class new file mode 100644 index 0000000..fcc17c5 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/shared/ResourcesService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/wxdc/WeixinAccountService.class b/food-api/target/classes/com/jwsaas/service/wxdc/WeixinAccountService.class new file mode 100644 index 0000000..d8fc600 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/wxdc/WeixinAccountService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/wxdc/WeixinOrderPayService.class b/food-api/target/classes/com/jwsaas/service/wxdc/WeixinOrderPayService.class new file mode 100644 index 0000000..21ba19f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/wxdc/WeixinOrderPayService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/wxdc/WeixinPayResultService.class b/food-api/target/classes/com/jwsaas/service/wxdc/WeixinPayResultService.class new file mode 100644 index 0000000..e8d906f Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/wxdc/WeixinPayResultService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/wxdc/WeixinPayUnifiedOrderService.class b/food-api/target/classes/com/jwsaas/service/wxdc/WeixinPayUnifiedOrderService.class new file mode 100644 index 0000000..35af285 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/wxdc/WeixinPayUnifiedOrderService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/wxdc/WeixinRechargeOrderService.class b/food-api/target/classes/com/jwsaas/service/wxdc/WeixinRechargeOrderService.class new file mode 100644 index 0000000..9ff9893 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/wxdc/WeixinRechargeOrderService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/wxdc/WeixinUserService.class b/food-api/target/classes/com/jwsaas/service/wxdc/WeixinUserService.class new file mode 100644 index 0000000..fae19b3 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/wxdc/WeixinUserService.class differ diff --git a/food-api/target/classes/com/jwsaas/service/wxyh/WeixinUserService.class b/food-api/target/classes/com/jwsaas/service/wxyh/WeixinUserService.class new file mode 100644 index 0000000..ab86b47 Binary files /dev/null and b/food-api/target/classes/com/jwsaas/service/wxyh/WeixinUserService.class differ diff --git a/food-api/target/food-api-2.0.0.jar b/food-api/target/food-api-2.0.0.jar new file mode 100644 index 0000000..d7679e8 Binary files /dev/null and b/food-api/target/food-api-2.0.0.jar differ diff --git a/food-api/target/maven-archiver/pom.properties b/food-api/target/maven-archiver/pom.properties new file mode 100644 index 0000000..1a4d343 --- /dev/null +++ b/food-api/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Mon Jan 08 17:19:11 CST 2024 +version=2.0.0 +groupId=com.jwsaas +artifactId=food-api diff --git a/food-api/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/food-api/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..3348d75 --- /dev/null +++ b/food-api/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,795 @@ +com\jwsaas\entity\food\StoreType.class +com\jwsaas\service\food\AgentService.class +com\jwsaas\service\food\StoreBusinessTicketService.class +com\jwsaas\entity\ops\SetCode.class +com\jwsaas\service\food\WxStoreGoodsService.class +com\jwsaas\entity\food\StoreHandoverDetailPay.class +com\jwsaas\service\food\ErpPosSetService.class +com\jwsaas\service\food\VposProductEvaluateImageService.class +com\jwsaas\entity\food\ProgramStore.class +com\jwsaas\entity\food\PosSetPlanResources.class +com\jwsaas\entity\food\VposProductEvaluate.class +com\jwsaas\entity\food\MakeType.class +com\jwsaas\service\food\PromotionScheduleService.class +com\jwsaas\service\food\UserService.class +com\jwsaas\service\food\VposStorePayService.class +com\jwsaas\service\food\StorageTypeService.class +com\jwsaas\service\food\DispatchTicketService.class +com\jwsaas\entity\food\MakeDetail.class +com\jwsaas\service\food\OtherStorageOutTicketLogService.class +com\jwsaas\service\food\StoreHandoverService.class +com\jwsaas\service\ops\UpgradePosService.class +com\jwsaas\service\food\StoreOperationLogService.class +com\jwsaas\entity\ops\ErrorInfo.class +com\jwsaas\service\food\VposAdPictureService.class +com\jwsaas\entity\food\MeituanFoodCategory.class +com\jwsaas\service\food\ElemeCategoryFoodService.class +com\jwsaas\entity\food\ProgramBusinessOrderUpload.class +com\jwsaas\service\food\ProgramPromotionBlackListGoodsService.class +com\jwsaas\service\food\ProductBurdenService.class +com\jwsaas\entity\food\VposStoreOrderProductMake.class +com\jwsaas\service\food\ServerDataVersionService.class +com\jwsaas\entity\food\CostTicketTemplateProductFixedChange.class +com\jwsaas\service\food\DispatchTicketDetailService.class +com\jwsaas\entity\food\StoreStorageOutTicketLog.class +com\jwsaas\service\food\StoreEnchashmentRecordService.class +com\jwsaas\service\food\ProgramPromotionCategoryService.class +com\jwsaas\service\food\QimaiAttributeCategoryService.class +com\jwsaas\service\food\StoreWorkerExtService.class +com\jwsaas\entity\food\StoreLoginLog.class +com\jwsaas\service\ops\AppBaiduBranchService.class +com\jwsaas\entity\food\ProductKdsPlan.class +com\jwsaas\entity\food\ProgramPromotionTicket.class +com\jwsaas\entity\tl\member\ApplyBindBankCard.class +com\jwsaas\service\food\BaiduFoodService.class +com\jwsaas\service\food\QimaiStoreService.class +com\jwsaas\service\food\KitPlanService.class +com\jwsaas\entity\food\StorageType.class +com\jwsaas\entity\food\StoreStorage.class +com\jwsaas\entity\food\StoreStockCheckTicket.class +com\jwsaas\service\ops\BankCodeService.class +com\jwsaas\entity\food\PromotionBlackListStore.class +com\jwsaas\entity\food\SplitFoodAccount.class +com\jwsaas\service\food\PosSetPlanModuleService.class +com\jwsaas\service\food\MakeBurdenService.class +com\jwsaas\entity\food\PosSetPlanModule.class +com\jwsaas\service\food\MeituanFoodService.class +com\jwsaas\entity\food\ProductStoreStock.class +com\jwsaas\entity\tl\order\OrderRefund.class +com\jwsaas\entity\food\WxSalesOrderItem.class +com\jwsaas\service\food\PosSetPlanShortcutService.class +com\jwsaas\StockTypeEnum.class +com\jwsaas\entity\food\AskGoodsDetail.class +com\jwsaas\entity\food\StoreAccountDetail.class +com\jwsaas\service\food\ElemeOrderDetailGroupService.class +com\jwsaas\SuitType.class +com\jwsaas\service\food\WxQrcodeSettingService.class +com\jwsaas\service\food\AskGoodsDetailService.class +com\jwsaas\entity\ops\CardReaderInfo.class +com\jwsaas\service\food\CouponTicketProductService.class +com\jwsaas\service\food\ProgramEvaluateImageService.class +com\jwsaas\service\food\ProgramStoreOrderProductInfoService.class +com\jwsaas\service\food\ProgramStoreBusinessTicketDeliverService.class +com\jwsaas\entity\food\ProductMake.class +com\jwsaas\entity\tl\member\UnLockMember.class +com\jwsaas\service\food\AdjustPriceProductService.class +com\jwsaas\entity\food\DispatchpriceTicketMaterial.class +com\jwsaas\service\food\VposUserService.class +com\jwsaas\entity\wxyh\BaseWeixinYHEntity.class +com\jwsaas\entity\food\SplitShopAmount.class +com\jwsaas\entity\food\StoreEnchashmentRecordLog.class +com\jwsaas\entity\food\StoreStockCheckTemplateDetail.class +com\jwsaas\entity\ops\AppShopmeituanSetStore.class +com\jwsaas\entity\ops\AppQimaiSetStore.class +com\jwsaas\ProgramIndexPictureType.class +com\jwsaas\service\food\ProductMakeService.class +com\jwsaas\entity\food\StoreArea.class +com\jwsaas\service\food\CandaoStoreService.class +com\jwsaas\service\food\PurchasepriceService.class +com\jwsaas\service\food\ProgramStoreService.class +com\jwsaas\entity\food\ProductBatchStock.class +com\jwsaas\entity\food\StoreStockCheckTicketLog.class +com\jwsaas\entity\food\YunposSet.class +com\jwsaas\entity\food\WxSalesPayment.class +com\jwsaas\service\food\AskGoodsTicketLogService.class +com\jwsaas\service\food\ProgramDeliverAddressService.class +com\jwsaas\entity\food\StoreProductSaleStock.class +com\jwsaas\entity\food\KitPlan.class +com\jwsaas\entity\food\ProgramPromotionScheme.class +com\jwsaas\service\food\ProgramPromotionGoodsService.class +com\jwsaas\PromotionType.class +com\jwsaas\entity\food\BaiduOrder.class +com\jwsaas\entity\food\StoreEnchashmentRecord.class +com\jwsaas\entity\food\CostTicketTemplateProductOtherChange.class +com\jwsaas\service\food\StoreOrderProductMakeService.class +com\jwsaas\entity\food\Visitor.class +com\jwsaas\entity\food\VposStorePay.class +com\jwsaas\service\ops\ZfbBusinessCodeService.class +com\jwsaas\entity\tl\member\Register.class +com\jwsaas\entity\food\PosSetPlan.class +com\jwsaas\entity\tl\member\BindPhone.class +com\jwsaas\service\ops\AppQimaiSetStoreService.class +com\jwsaas\entity\food\PrintImage.class +com\jwsaas\service\food\ProgramAdjustPriceTicketService.class +com\jwsaas\service\food\ReceiveGoodsDetailService.class +com\jwsaas\service\food\QimaiProductService.class +com\jwsaas\entity\food\TaskSchedule.class +com\jwsaas\entity\food\SupplierType.class +com\jwsaas\entity\food\ProgramPromotionBlackListStoreArea.class +com\jwsaas\service\food\SplitPayResultService.class +com\jwsaas\service\ops\PosModuleService.class +com\jwsaas\service\food\ProgramSettingService.class +com\jwsaas\service\food\MakeDetailService.class +com\jwsaas\entity\food\WxGoodsCategory.class +com\jwsaas\entity\food\ProductStock.class +com\jwsaas\service\food\WxGoodsService.class +com\jwsaas\entity\food\ProgramStoreOrderProductInfo.class +com\jwsaas\entity\food\BusinessPlan.class +com\jwsaas\entity\food\PayModeStore.class +com\jwsaas\service\food\StoreStorageTicketDetailService.class +com\jwsaas\entity\food\StoreHandover.class +com\jwsaas\service\food\PrintImageService.class +com\jwsaas\entity\food\ProgramProductCategory.class +com\jwsaas\entity\food\ElemeCategoryFood.class +com\jwsaas\service\food\AskGoodsTemplateDetailService.class +com\jwsaas\service\food\CouponTicketService.class +com\jwsaas\service\food\QimaiOrderService.class +com\jwsaas\entity\food\ProductTemplateDetail.class +com\jwsaas\service\food\CheckTemplateService.class +com\jwsaas\entity\food\StoreBusinessTicketDelivery.class +com\jwsaas\service\food\QimaiProductCategoryService.class +com\jwsaas\service\food\VisitorService.class +com\jwsaas\service\food\VisitorTagService.class +com\jwsaas\ServerDataVersionRelationType.class +com\jwsaas\service\food\MakeTypeService.class +com\jwsaas\entity\food\ProductBurden.class +com\jwsaas\service\food\WxSalesOrderService.class +com\jwsaas\service\food\ProgramStoreOrderProductMakeService.class +com\jwsaas\service\food\ElemeOrderDetailService.class +com\jwsaas\entity\food\StoreStorageTicketLog.class +com\jwsaas\service\food\CostTicketProductTypeService.class +com\jwsaas\entity\food\Category.class +com\jwsaas\service\ops\AppInfoService.class +com\jwsaas\service\ops\TenantLineProductService.class +com\jwsaas\entity\wxdc\OrderItem.class +com\jwsaas\entity\food\ProgramPromotionTask.class +com\jwsaas\entity\food\VposUser.class +com\jwsaas\service\food\PurchaseTemplateDetailService.class +com\jwsaas\service\food\ProgramProductTemplateService.class +com\jwsaas\service\food\SplitShopWithdrawalService.class +com\jwsaas\service\food\PurchaseStorageTicketLogService.class +com\jwsaas\entity\food\ProgramAdjustPriceStore.class +com\jwsaas\entity\food\OtherStorageOutTicket.class +com\jwsaas\entity\food\StorePay.class +com\jwsaas\entity\food\ProgramPromotionBlackListGoods.class +com\jwsaas\entity\BaseEntity.class +com\jwsaas\service\food\CheckTemplateDetailService.class +com\jwsaas\service\food\PromotionSchemeService.class +com\jwsaas\service\food\PurchaseTicketService.class +com\jwsaas\entity\food\SaleClear.class +com\jwsaas\service\food\ProgramPromotionStoreAreaService.class +com\jwsaas\entity\food\CostTicketProductChange.class +com\jwsaas\service\food\PosPollcodeService.class +com\jwsaas\entity\ops\TenantLineProduct.class +com\jwsaas\service\food\StoreStorageOutTicketLogService.class +com\jwsaas\service\food\StoreProductSaleStockService.class +com\jwsaas\service\food\StoreAccountRechargeParameterService.class +com\jwsaas\service\food\QimaiAdjustPriceStoreService.class +com\jwsaas\service\food\ProgramPromotionBlackListStoreService.class +com\jwsaas\entity\food\WxAdjustPriceTicket.class +com\jwsaas\service\food\FeeItemService.class +com\jwsaas\entity\tl\member\UnBindPhone.class +com\jwsaas\entity\food\ProductSuit.class +com\jwsaas\entity\food\Supplier.class +com\jwsaas\service\food\PosSetPlanService.class +com\jwsaas\service\food\DispatchSettlePlanPayModeService.class +com\jwsaas\entity\food\ProductUnit.class +com\jwsaas\service\food\WxAdjustPriceStoreService.class +com\jwsaas\service\food\StorePayService.class +com\jwsaas\entity\food\WxAdPicture.class +com\jwsaas\entity\food\StoreWorker.class +com\jwsaas\service\food\QimaiProductSpecService.class +com\jwsaas\service\food\SplitPayLogService.class +com\jwsaas\service\food\StoreCostRevenueService.class +com\jwsaas\entity\food\WxSalesOrderLog.class +com\jwsaas\service\food\CostTicketProductMoreChangeService.class +com\jwsaas\service\food\CouponCodeDetailService.class +com\jwsaas\entity\food\QimaiAttribute.class +com\jwsaas\service\food\DispatchTicketLogService.class +com\jwsaas\entity\food\OtherStorageTicketDetail.class +com\jwsaas\service\food\PromotionBlackListGoodsService.class +com\jwsaas\service\food\MeituanOrderItemService.class +com\jwsaas\entity\food\AgentStore.class +com\jwsaas\service\food\VposUserSeriesService.class +com\jwsaas\entity\food\ProductTemplate.class +com\jwsaas\service\food\StoreLoginLogService.class +com\jwsaas\service\ops\UpgradeStoreService.class +com\jwsaas\service\food\SplitStorePayService.class +com\jwsaas\service\food\PromotionBlackListStoreService.class +com\jwsaas\entity\food\PurchaseStorageTicketDetail.class +com\jwsaas\entity\food\ThuselevelTicketStore.class +com\jwsaas\service\ops\AgentSubFuyouTicketImageService.class +com\jwsaas\entity\food\PurchasepriceTicket.class +com\jwsaas\service\food\StorageService.class +com\jwsaas\entity\wxdc\BaseWeixinEntity.class +com\jwsaas\entity\food\VposAdPicture.class +com\jwsaas\entity\food\QimaiOrder.class +com\jwsaas\service\ops\MeituanBranchService.class +com\jwsaas\entity\tl\member\GetMemberInfo.class +com\jwsaas\entity\food\StoreStorageTicketDetail.class +com\jwsaas\entity\food\PurchaseStorageTicketLog.class +com\jwsaas\service\food\ProgramStorePayService.class +com\jwsaas\entity\food\QimaiAdjustPriceStore.class +com\jwsaas\service\food\OtherStorageOutTicketDetailService.class +com\jwsaas\service\ops\TenantPosLoginLogService.class +com\jwsaas\entity\food\PromotionStoreArea.class +com\jwsaas\entity\ops\AppWhitePlan.class +com\jwsaas\entity\food\ProgramPromotionGoods.class +com\jwsaas\entity\wxdc\WeixinOrderPay.class +com\jwsaas\service\food\WxSalesOrderItemMakeService.class +com\jwsaas\entity\food\ReceiveDifferenceTicketPay.class +com\jwsaas\service\shared\ResourcesService.class +com\jwsaas\service\ops\AppWhitePlanService.class +com\jwsaas\service\food\VposCcbfzAccountService.class +com\jwsaas\entity\food\ProgramStoreOrderProductMake.class +com\jwsaas\service\food\QimaiProductTemplateService.class +com\jwsaas\service\food\ProductStockService.class +com\jwsaas\service\food\StoreService.class +com\jwsaas\service\food\StoreHandoverDetailPartService.class +com\jwsaas\service\food\WxGoodsMakeService.class +com\jwsaas\entity\food\AdvertCaption.class +com\jwsaas\entity\food\VisitorTag.class +com\jwsaas\service\food\PosSetPlanResourcesService.class +com\jwsaas\service\food\KdsPlanService.class +com\jwsaas\service\food\ReceiveDifferenceDetailService.class +com\jwsaas\service\food\ReceiveDifferenceTicketService.class +com\jwsaas\service\food\VposProductEvaluateService.class +com\jwsaas\service\food\ProductTypeService.class +com\jwsaas\service\food\StoretableTypeService.class +com\jwsaas\service\ops\AppShopmeituanSetService.class +com\jwsaas\entity\food\StoretableArea.class +com\jwsaas\service\food\PosInfoService.class +com\jwsaas\entity\food\ShopMeituanOrderExtra.class +com\jwsaas\service\food\StoreOrderProductInfoService.class +com\jwsaas\entity\food\DispatchSettlePlan.class +com\jwsaas\entity\food\ProgramPromotionStore.class +com\jwsaas\entity\food\StoreOrderProduct.class +com\jwsaas\entity\ops\TenantPosInfo.class +com\jwsaas\entity\food\ShopMeituanOrder.class +com\jwsaas\service\ops\TenantStoreAuthService.class +com\jwsaas\service\food\ProgramStoreProductService.class +com\jwsaas\service\food\CheckTicketService.class +com\jwsaas\service\food\ShopMeituanOrderService.class +com\jwsaas\service\food\MeituanOrderExtraService.class +com\jwsaas\entity\food\CheckTemplate.class +com\jwsaas\entity\tl\member\SendVerificationCode.class +com\jwsaas\service\food\StoreDeliveryOrderItemService.class +com\jwsaas\service\food\WxGoodsTemplateDetailService.class +com\jwsaas\entity\ops\TenantPosLoginLog.class +com\jwsaas\entity\food\ProductStoreOutCollectDay.class +com\jwsaas\service\food\QimaiAttributeService.class +com\jwsaas\entity\food\ProgramSetting.class +com\jwsaas\service\food\QimaiProductAttributeService.class +com\jwsaas\cache\CacheService.class +com\jwsaas\service\food\StoreAccountRechargeRecordService.class +com\jwsaas\service\food\ProgramPromotionStoreService.class +com\jwsaas\service\food\WxAdjustPriceTicketService.class +com\jwsaas\entity\food\StoreDepartment.class +com\jwsaas\entity\food\PosInfo.class +com\jwsaas\service\food\QimaiOrderItemService.class +com\jwsaas\entity\ops\AppVersion.class +com\jwsaas\entity\food\PromotionStore.class +com\jwsaas\entity\ops\BankCode.class +com\jwsaas\service\food\ShopMeituanOrderItemService.class +com\jwsaas\entity\food\ThuselevelTicket.class +com\jwsaas\service\food\StoreAccountDetailService.class +com\jwsaas\service\food\VposStoreBusinessTicketService.class +com\jwsaas\entity\ops\PosModule.class +com\jwsaas\service\food\OtherStorageTicketDetailService.class +com\jwsaas\entity\food\WxGoodsTemplate.class +com\jwsaas\entity\food\ProductStockLog.class +com\jwsaas\service\food\SupplierService.class +com\jwsaas\service\food\WxGoodsTemplateStoreService.class +com\jwsaas\entity\food\Coupon.class +com\jwsaas\entity\split\SplitOrderEntity.class +com\jwsaas\entity\food\QimaiSuitDetail.class +com\jwsaas\entity\food\StoreStorageTicket.class +com\jwsaas\entity\ops\City.class +com\jwsaas\entity\food\Permissions.class +com\jwsaas\entity\wxdc\WeixinRechargeOrder.class +com\jwsaas\entity\food\AskGoodsTemplateStore.class +com\jwsaas\entity\food\CostTicket.class +com\jwsaas\entity\food\ProgramProductTemplate.class +com\jwsaas\service\food\RechargeParameterService.class +com\jwsaas\service\food\StoreStorageTicketLogService.class +com\jwsaas\service\food\ReceiveGoodsTicketService.class +com\jwsaas\service\food\StoreTypeService.class +com\jwsaas\entity\food\ProductBatchNegativeStock.class +com\jwsaas\entity\food\CheckTemplateDetail.class +com\jwsaas\entity\food\StoreAccountRechargeRecord.class +com\jwsaas\service\food\StoreAreaService.class +com\jwsaas\entity\food\SplitShopWithdrawal.class +com\jwsaas\service\food\YunposSetService.class +com\jwsaas\service\ops\CardReaderInfoService.class +com\jwsaas\service\food\StoreStockCheckTicketDetailService.class +com\jwsaas\service\food\DispatchpriceTicketService.class +com\jwsaas\entity\food\AskGoodsTicketLog.class +com\jwsaas\entity\food\BusinessPlanDetail.class +com\jwsaas\entity\food\PromotionTask.class +com\jwsaas\service\food\ProgramPaymentParameterService.class +com\jwsaas\service\food\ProgramAdjustPriceProductService.class +com\jwsaas\entity\food\BusinessOrderUpload.class +com\jwsaas\entity\food\CheckTicket.class +com\jwsaas\entity\food\PurchaseStorageTicket.class +com\jwsaas\service\food\PurchaseTemplateService.class +com\jwsaas\service\food\PromotionTicketService.class +com\jwsaas\entity\food\ProductBatchStockChange.class +com\jwsaas\service\food\CostTicketProductOtherChangeService.class +com\jwsaas\entity\food\DispatchTicketDetail.class +com\jwsaas\entity\food\StoreOperationLog.class +com\jwsaas\entity\food\PaymentParameter.class +com\jwsaas\entity\food\PurchasepriceTicketMaterial.class +com\jwsaas\service\food\QimaiProductTemplateStoreService.class +com\jwsaas\service\food\CouponService.class +com\jwsaas\service\food\PayModeService.class +com\jwsaas\service\food\StoreStorageTicketService.class +com\jwsaas\service\food\CostTicketTemplateProductMoreChangeService.class +com\jwsaas\service\food\CostFeeTypeService.class +com\jwsaas\service\food\AskGoodsTicketPayService.class +com\jwsaas\service\food\ProductMakeTemplateService.class +com\jwsaas\entity\food\SplitStorePay.class +com\jwsaas\service\food\StoretableAreaService.class +com\jwsaas\service\ops\AgentService.class +com\jwsaas\entity\tl\member\SignAcctProtocol.class +com\jwsaas\service\food\AdvertCaptionService.class +com\jwsaas\service\food\CostTicketTemplateProductFixedChangeService.class +com\jwsaas\service\food\PromotionStoreAreaService.class +com\jwsaas\entity\food\WxStoreGoods.class +com\jwsaas\cache\CacheKeys.class +com\jwsaas\service\food\WxAdjustPriceGoodsService.class +com\jwsaas\entity\food\DispatchSettlePlanPayMode.class +com\jwsaas\entity\food\StoreAccountRechargeParameter.class +com\jwsaas\entity\food\MeituanFood.class +com\jwsaas\service\food\StoreStorageService.class +com\jwsaas\entity\food\PromotionGoods.class +com\jwsaas\entity\food\WxGoods.class +com\jwsaas\service\food\ProgramEvaluateService.class +com\jwsaas\entity\food\VposStoreOrderProductInfo.class +com\jwsaas\service\food\StoreFeeCutLogService.class +com\jwsaas\entity\food\StoreBusinessTicketCheck.class +com\jwsaas\entity\food\Storage.class +com\jwsaas\service\food\ProgramStoreOrderProductService.class +com\jwsaas\service\food\PromotionGoodsService.class +com\jwsaas\service\food\DispatchSettlePlanService.class +com\jwsaas\entity\food\QimaiStoreProduct.class +com\jwsaas\service\food\ProductTemplateDetailService.class +com\jwsaas\entity\food\StoreWorkerExt.class +com\jwsaas\entity\food\QimaiAdjustPriceGoods.class +com\jwsaas\OrderPromotionType.class +com\jwsaas\service\food\QimaiAdjustPriceTicketService.class +com\jwsaas\entity\food\CouponStore.class +com\jwsaas\entity\food\DfsFile.class +com\jwsaas\service\food\QimaiProductTemplateDetailService.class +com\jwsaas\StoreStorageTicketType.class +com\jwsaas\entity\food\Brand.class +com\jwsaas\service\food\AdjustPriceStoreService.class +com\jwsaas\entity\shared\Module.class +com\jwsaas\entity\tl\member\VspTermidInfoManage.class +com\jwsaas\service\food\ProductBatchNegativeStockService.class +com\jwsaas\service\food\ProductStoreOutCollectDayService.class +com\jwsaas\entity\food\StoreBusinessTicketInfo.class +com\jwsaas\StoreStorageOutTicketType.class +com\jwsaas\entity\food\ProgramProductTemplateDetail.class +com\jwsaas\service\ops\AppShopmeituanSetStoreService.class +com\jwsaas\entity\food\ReceiveDifferenceTicket.class +com\jwsaas\service\food\ReceiveDifferenceTicketPayService.class +com\jwsaas\entity\tl\member\SingalAgentPay.class +com\jwsaas\service\food\ProductKdsPlanService.class +com\jwsaas\entity\food\StoreStockCheckTicketDetail.class +com\jwsaas\entity\food\User.class +com\jwsaas\entity\food\ReceiveGoodsDetail.class +com\jwsaas\service\food\OtherStorageTicketLogService.class +com\jwsaas\entity\food\CostTicketTemplateProductMoreChange.class +com\jwsaas\service\food\ThuselevelTicketStoreService.class +com\jwsaas\entity\food\DispatchTicketLog.class +com\jwsaas\entity\food\AdjustPriceProduct.class +com\jwsaas\entity\food\WxGoodsTemplateStore.class +com\jwsaas\entity\tl\member\LockMember.class +com\jwsaas\service\HelloService.class +com\jwsaas\service\ops\SetCodeService.class +com\jwsaas\service\food\StoreAccountService.class +com\jwsaas\entity\ops\UpgradeScheme.class +com\jwsaas\entity\food\DispatchpriceTicketStore.class +com\jwsaas\entity\ops\ProductPermissions.class +com\jwsaas\entity\food\PosSetPlanConfig.class +com\jwsaas\service\food\QimaiStoreProductService.class +com\jwsaas\entity\food\CandaoStore.class +com\jwsaas\entity\ops\AgentSubFuyouTicket.class +com\jwsaas\entity\food\CheckTicketDetail.class +com\jwsaas\entity\food\PurchaseTicketLog.class +com\jwsaas\entity\food\StoreHandoverDetail.class +com\jwsaas\entity\shared\Resources.class +com\jwsaas\service\shared\ModuleService.class +com\jwsaas\service\food\StoreDispatchAccountService.class +com\jwsaas\service\shared\FunctionService.class +com\jwsaas\service\food\StoreBusinessTicketCheckService.class +com\jwsaas\entity\food\ProductSpec.class +com\jwsaas\Constants.class +com\jwsaas\entity\food\ErpPosSet.class +com\jwsaas\entity\food\QimaiProductCategory.class +com\jwsaas\service\ops\AppWhiteDetailService.class +com\jwsaas\service\food\VposStoreOrderProductInfoService.class +com\jwsaas\service\ops\PosModuleTypeService.class +com\jwsaas\entity\food\ProgramPromotionBlackListStore.class +com\jwsaas\service\food\ProgramPromotionTaskService.class +com\jwsaas\service\food\AgentStoreService.class +com\jwsaas\entity\food\ProductImage.class +com\jwsaas\entity\food\ProductType.class +com\jwsaas\service\wxdc\WeixinPayUnifiedOrderService.class +com\jwsaas\entity\food\AskGoodsTemplateDetail.class +com\jwsaas\service\BaseService.class +com\jwsaas\service\food\ProductBatchStockService.class +com\jwsaas\entity\food\WxGoodsMake.class +com\jwsaas\service\food\QimaiChargeService.class +com\jwsaas\entity\ops\AgentSubFuyouTicketImage.class +com\jwsaas\service\food\ShopMeituanOrderExtraService.class +com\jwsaas\entity\tl\order\AgentCollectApply.class +com\jwsaas\service\food\PurchasepriceTicketMaterialService.class +com\jwsaas\entity\food\Agent.class +com\jwsaas\entity\food\CostTicketProductFixedChange.class +com\jwsaas\service\food\ProgramPromotionBlackListStoreAreaService.class +com\jwsaas\service\food\StoreDepartmentService.class +com\jwsaas\entity\tl\member\SetRealName.class +com\jwsaas\service\food\StoreHandoverDetailPayService.class +com\jwsaas\service\food\VisitorAddressService.class +com\jwsaas\entity\food\QimaiProductTemplate.class +com\jwsaas\entity\tl\member\UpdateCompanyInfo.class +com\jwsaas\entity\food\WxSalesOrderItemMake.class +com\jwsaas\entity\food\WxGoodsTemplateDetail.class +com\jwsaas\entity\tl\member\UnBindBankCard.class +com\jwsaas\service\food\QimaiStoreLableService.class +com\jwsaas\entity\food\ProductBatchNegativeStockDiffer.class +com\jwsaas\entity\food\VposBusinessOrderUpload.class +com\jwsaas\entity\food\OtherStorageTicketLog.class +com\jwsaas\entity\food\WxAdjustPriceStore.class +com\jwsaas\service\food\BaiduOrderProductService.class +com\jwsaas\entity\food\CostFeeItem.class +com\jwsaas\entity\tl\order\ConsumeApply.class +com\jwsaas\service\food\CostFeeItemService.class +com\jwsaas\entity\food\VposCcbfzAccount.class +com\jwsaas\service\food\StoreStockCheckTemplateDetailService.class +com\jwsaas\entity\food\CostTicketTemplateProductChange.class +com\jwsaas\entity\food\StoreBusinessTicket.class +com\jwsaas\service\ops\AppVersionService.class +com\jwsaas\service\ops\TenantProductService.class +com\jwsaas\entity\food\PromotionBlackListGoods.class +com\jwsaas\service\food\StoreStockCheckTemplateService.class +com\jwsaas\entity\food\QimaiProductCharge.class +com\jwsaas\entity\tl\member\QueryBalance.class +com\jwsaas\entity\food\AdjustPriceStore.class +com\jwsaas\entity\food\StoreDeliveryOrderItem.class +com\jwsaas\entity\food\AdjustPriceTicket.class +com\jwsaas\entity\food\ElemeOrderDetailGroup.class +com\jwsaas\entity\food\PurchaseTicketDetail.class +com\jwsaas\service\food\AskGoodsTicketService.class +com\jwsaas\entity\food\ProgramStoreProduct.class +com\jwsaas\entity\food\CouponTicketProduct.class +com\jwsaas\entity\wxyh\WeixinUser.class +com\jwsaas\service\food\StoreStorageOutTicketDetailService.class +com\jwsaas\entity\split\SplitHandoverEntity.class +com\jwsaas\service\food\WxAdPictureService.class +com\jwsaas\service\food\DispatchpriceTicketStoreService.class +com\jwsaas\entity\food\Purchaseprice.class +com\jwsaas\service\food\ProgramStoreBusinessTicketService.class +com\jwsaas\service\food\PurchaseStorageTicketDetailService.class +com\jwsaas\service\food\ProductStoreStockLogService.class +com\jwsaas\service\food\ProductImageService.class +com\jwsaas\service\food\ProductService.class +com\jwsaas\entity\food\SplitShopAccount.class +com\jwsaas\entity\food\ProgramStoreOrderProduct.class +com\jwsaas\entity\food\PromotionBlackListStoreArea.class +com\jwsaas\entity\food\QimaiProductAttribute.class +com\jwsaas\entity\food\ProductRatio.class +com\jwsaas\entity\food\ProgramDeliverAddress.class +com\jwsaas\entity\food\StoreStorageOutTicket.class +com\jwsaas\service\ops\ProductPermissionsService.class +com\jwsaas\entity\food\StoreDispatchAccount.class +com\jwsaas\entity\split\SplitProductEntity.class +com\jwsaas\service\food\CouponTicketStoreService.class +com\jwsaas\service\food\ProductStockLogService.class +com\jwsaas\entity\ops\UpgradePos.class +com\jwsaas\service\food\AdvertPictureService.class +com\jwsaas\service\food\DispatchpriceTicketMaterialService.class +com\jwsaas\entity\food\StoreAccount.class +com\jwsaas\entity\ops\QimaiSet.class +com\jwsaas\service\ops\UpgradeSchemeService.class +com\jwsaas\service\food\PromotionBlackListStoreAreaService.class +com\jwsaas\service\food\RoleService.class +com\jwsaas\service\wxdc\WeixinAccountService.class +com\jwsaas\service\food\ProgramProductMakeService.class +com\jwsaas\service\food\CostTicketTemplateProductChangeService.class +com\jwsaas\entity\food\ProgramIndexPicture.class +com\jwsaas\entity\tl\member\QuickpayAgreeApply.class +com\jwsaas\entity\food\PurchaseTicket.class +com\jwsaas\entity\food\QimaiStore.class +com\jwsaas\entity\food\MeituanOrder.class +com\jwsaas\entity\food\Storetable.class +com\jwsaas\service\food\PosRoleService.class +com\jwsaas\entity\food\CostTicketProductOtherChange.class +com\jwsaas\entity\food\KdsPlan.class +com\jwsaas\entity\ops\AppInfo.class +com\jwsaas\entity\food\QimaiStoreLable.class +com\jwsaas\entity\wxdc\WeixinUser.class +com\jwsaas\service\wxdc\WeixinRechargeOrderService.class +com\jwsaas\entity\Tenant.class +com\jwsaas\service\ops\CityCodeService.class +com\jwsaas\entity\food\VposStoreOrderProduct.class +com\jwsaas\entity\wxdc\OrderPay.class +com\jwsaas\entity\tl\order\ApplicationTransfer.class +com\jwsaas\entity\tl\member\BindBankCard.class +com\jwsaas\TlData.class +com\jwsaas\entity\food\CostTicketPayType.class +com\jwsaas\entity\food\PromotionScheme.class +com\jwsaas\service\ops\PrinterInfoService.class +com\jwsaas\entity\food\CostTicketTemplate.class +com\jwsaas\service\food\StoreBusinessTicketInfoService.class +com\jwsaas\service\food\WxGoodsTemplateService.class +com\jwsaas\entity\food\ReceiveDifferenceDetail.class +com\jwsaas\entity\food\QimaiOrderItem.class +com\jwsaas\entity\food\ProductMakeTemplate.class +com\jwsaas\entity\food\PosRole.class +com\jwsaas\service\food\StoreCostManageService.class +com\jwsaas\entity\ops\MeituanBranch.class +com\jwsaas\service\food\MeituanFoodCategoryService.class +com\jwsaas\entity\food\QimaiProduct.class +com\jwsaas\entity\wxdc\WeixinAccount.class +com\jwsaas\service\ops\AgentSubFuyouTicketService.class +com\jwsaas\entity\food\CouponTicketStore.class +com\jwsaas\entity\food\CostFeeType.class +com\jwsaas\entity\food\WxSalesOrderItemPromo.class +com\jwsaas\entity\food\CostTicketProductMoreChange.class +com\jwsaas\entity\food\OtherStorageOutTicketDetail.class +com\jwsaas\entity\food\WxStore.class +com\jwsaas\service\wxyh\WeixinUserService.class +com\jwsaas\service\food\CategoryService.class +com\jwsaas\service\food\DeliverService.class +com\jwsaas\entity\food\PosPollcode.class +com\jwsaas\service\food\WxSalesOrderItemPromoService.class +com\jwsaas\entity\food\SplitPayResult.class +com\jwsaas\entity\food\ProgramAdPicture.class +com\jwsaas\entity\food\CouponCodeDetail.class +com\jwsaas\service\food\PayModeStoreService.class +com\jwsaas\entity\food\DispatchTicket.class +com\jwsaas\service\food\StoreEnchashmentRecordLogService.class +com\jwsaas\entity\food\VposUserSeries.class +com\jwsaas\entity\food\Store.class +com\jwsaas\entity\wxdc\WeixinPayResult.class +com\jwsaas\entity\food\AskGoodsTicketPay.class +com\jwsaas\entity\ops\WxBusinessCode.class +com\jwsaas\service\food\ProductMakeTemplateDetailService.class +com\jwsaas\entity\tl\member\QueryBankCard.class +com\jwsaas\service\food\ThuselevelTicketMaterialService.class +com\jwsaas\service\food\CostTicketTemplateService.class +com\jwsaas\service\food\ProductTemplateService.class +com\jwsaas\entity\food\PromotionTicket.class +com\jwsaas\entity\split\SplitCompanyEntity.class +com\jwsaas\service\food\ProgramPromotionSchemeService.class +com\jwsaas\service\food\TicketPrintSettingService.class +com\jwsaas\service\food\PayTypeService.class +com\jwsaas\service\food\CostTicketProductFixedChangeService.class +com\jwsaas\entity\tl\member\TermInfoManage.class +com\jwsaas\entity\food\ThuselevelTicketMaterial.class +com\jwsaas\entity\task\Executor.class +com\jwsaas\entity\food\QimaiProductTemplateStore.class +com\jwsaas\entity\tl\member\SetCompanyInfo.class +com\jwsaas\service\food\DfsFileService.class +com\jwsaas\service\food\CostTicketProductChangeService.class +com\jwsaas\service\food\ProgramProductService.class +com\jwsaas\entity\food\ProgramStoreBusinessTicketDeliver.class +com\jwsaas\service\food\WxSalesOrderLogService.class +com\jwsaas\service\food\MeituanOrderService.class +com\jwsaas\service\food\ProductRatioService.class +com\jwsaas\service\food\WxPaymentParameterService.class +com\jwsaas\service\food\AskGoodsTemplateStoreService.class +com\jwsaas\entity\food\RechargeParameter.class +com\jwsaas\entity\food\Deliver.class +com\jwsaas\entity\food\StoreStorageOutTicketDetail.class +com\jwsaas\entity\ops\PrinterInfo.class +com\jwsaas\entity\food\ProgramProductTemplateStore.class +com\jwsaas\service\ops\TenantPosInfoService.class +com\jwsaas\service\food\ProgramIndexPictureService.class +com\jwsaas\entity\food\OtherStorageTicket.class +com\jwsaas\entity\food\StoreHandoverDetailPart.class +com\jwsaas\service\food\ProductBatchNumberService.class +com\jwsaas\entity\food\FeeItem.class +com\jwsaas\service\food\CostTicketTemplateProductOtherChangeService.class +com\jwsaas\service\food\VposStoreOrderProductService.class +com\jwsaas\entity\food\AskGoodsTicket.class +com\jwsaas\entity\food\WxSalesOrder.class +com\jwsaas\service\food\CheckTicketDetailService.class +com\jwsaas\entity\food\ProductKitPlan.class +com\jwsaas\entity\food\VposStoreBusinessTicketInfo.class +com\jwsaas\entity\ops\TenantProduct.class +com\jwsaas\service\food\QimaiSuitDetailService.class +com\jwsaas\entity\food\ProgramPromotionStoreArea.class +com\jwsaas\service\ops\AppGuopanStoreInfoService.class +com\jwsaas\service\food\WxGoodsCategoryService.class +com\jwsaas\entity\food\StoreCostRevenue.class +com\jwsaas\entity\food\ReceiveGoodsTicket.class +com\jwsaas\entity\food\CouponTicket.class +com\jwsaas\entity\ops\UpgradeStore.class +com\jwsaas\entity\food\MeituanOrderExtra.class +com\jwsaas\entity\food\AdvertPicture.class +com\jwsaas\entity\food\BaiduFood.class +com\jwsaas\service\food\StoreCostManageLogService.class +com\jwsaas\service\food\StoreStorageOutTicketService.class +com\jwsaas\entity\food\QimaiOrderPay.class +com\jwsaas\entity\food\Role.class +com\jwsaas\entity\food\OtherStorageOutTicketLog.class +com\jwsaas\service\ops\CityService.class +com\jwsaas\entity\food\MakeBurden.class +com\jwsaas\service\food\ProductSpecService.class +com\jwsaas\service\food\BusinessPlanService.class +com\jwsaas\service\wxdc\WeixinOrderPayService.class +com\jwsaas\entity\food\QimaiProductSpec.class +com\jwsaas\service\food\StoreStockCheckTicketService.class +com\jwsaas\service\food\VposStoreOrderProductMakeService.class +com\jwsaas\service\food\ElemeFoodCategoryService.class +com\jwsaas\service\food\BaiduOrderService.class +com\jwsaas\entity\ops\ElemeAuthorizeInfo.class +com\jwsaas\service\food\WxSalesOrderItemService.class +com\jwsaas\entity\food\WxQrcodeSetting.class +com\jwsaas\service\food\StoreOrderProductService.class +com\jwsaas\service\food\QimaiOrderPayService.class +com\jwsaas\entity\food\ProgramProductMake.class +com\jwsaas\entity\food\StoreStockCheckTemplate.class +com\jwsaas\entity\tl\member\IdcardCollect.class +com\jwsaas\entity\shared\Function.class +com\jwsaas\service\food\CheckTicketLogService.class +com\jwsaas\service\wxdc\WeixinPayResultService.class +com\jwsaas\service\food\ProductBatchStockChangeService.class +com\jwsaas\entity\tl\member\WithdrawApply.class +com\jwsaas\service\food\PurchaseTicketDetailService.class +com\jwsaas\entity\food\CheckTicketLog.class +com\jwsaas\entity\food\QimaiCharge.class +com\jwsaas\service\food\PromotionTaskService.class +com\jwsaas\service\food\ProgramProductCategoryService.class +com\jwsaas\entity\ops\AppShopmeituanSet.class +com\jwsaas\service\food\StoreBusinessTicketDeliveryService.class +com\jwsaas\entity\food\Product.class +com\jwsaas\entity\food\ProductStoreStockLog.class +com\jwsaas\service\food\VposStoreBusinessTicketInfoService.class +com\jwsaas\service\food\StoreWorkerService.class +com\jwsaas\entity\wxdc\Order.class +com\jwsaas\entity\food\ProgramAdjustPriceProduct.class +com\jwsaas\entity\food\ProductMakeTemplateDetail.class +com\jwsaas\entity\food\TicketPrintSetting.class +com\jwsaas\entity\food\ProgramPromotionCategory.class +com\jwsaas\entity\food\ProgramStorePay.class +com\jwsaas\service\food\PromotionStoreService.class +com\jwsaas\service\food\SplitShopAccountService.class +com\jwsaas\entity\food\ElemeFoodCategory.class +com\jwsaas\service\ops\ElemeAuthorizeInfoService.class +com\jwsaas\service\food\WxSalesPaymentService.class +com\jwsaas\service\food\StoreBusinessTicketTableService.class +com\jwsaas\entity\food\ElemeOrderDetail.class +com\jwsaas\entity\food\PurchaseTemplateDetail.class +com\jwsaas\service\food\CouponStoreService.class +com\jwsaas\service\food\ProductStoreStockService.class +com\jwsaas\service\food\ProductUnitService.class +com\jwsaas\service\food\QimaiProductChargeService.class +com\jwsaas\service\food\TaskScheduleService.class +com\jwsaas\entity\ops\AppBaiduBranch.class +com\jwsaas\entity\food\StoreFeeCutLog.class +com\jwsaas\service\food\PosSetPlanConfigService.class +com\jwsaas\entity\food\StoretableType.class +com\jwsaas\entity\food\PurchaseTemplate.class +com\jwsaas\entity\food\StoreOrderProductMake.class +com\jwsaas\entity\ops\AppGuopanStoreInfo.class +com\jwsaas\entity\ops\TenantStoreAuth.class +com\jwsaas\service\food\SplitFoodAccountService.class +com\jwsaas\entity\wxdc\OrderPromotion.class +com\jwsaas\service\food\StoreProductService.class +com\jwsaas\service\wxdc\WeixinUserService.class +com\jwsaas\service\ops\ErrorInfoService.class +com\jwsaas\entity\food\PromotionSchedule.class +com\jwsaas\service\ops\WxBusinessCodeService.class +com\jwsaas\service\food\WxdcDistributionAddressService.class +com\jwsaas\entity\food\ProductBatchNumber.class +com\jwsaas\entity\food\ProductSuitDetail.class +com\jwsaas\service\food\StoreHandoverDetailService.class +com\jwsaas\entity\food\ProgramPaymentParameter.class +com\jwsaas\service\food\AdjustPriceTicketService.class +com\jwsaas\entity\food\MeituanOrderItem.class +com\jwsaas\entity\food\DispatchpriceTicket.class +com\jwsaas\TlReturnMsg.class +com\jwsaas\entity\food\ProductTypeLabelInfo.class +com\jwsaas\entity\food\WxPaymentParameter.class +com\jwsaas\entity\food\AskGoodsTemplate.class +com\jwsaas\service\food\BrandService.class +com\jwsaas\service\ops\QimaiSetService.class +com\jwsaas\service\food\YunposSetStoreService.class +com\jwsaas\service\food\PromotionCategoryService.class +com\jwsaas\service\food\ProgramPromotionTicketService.class +com\jwsaas\entity\ops\AppWhiteDetail.class +com\jwsaas\entity\food\ProgramStoreBusinessTicket.class +com\jwsaas\service\food\ProgramProductTemplateStoreService.class +com\jwsaas\service\shared\AppAuthService.class +com\jwsaas\entity\task\Schedule.class +com\jwsaas\service\food\ReceiveDifferenceTicketLogService.class +com\jwsaas\entity\food\QimaiAdjustPriceTicket.class +com\jwsaas\entity\food\ServerDataVersion.class +com\jwsaas\entity\shared\AppAuth.class +com\jwsaas\entity\food\ProgramStoreBusinessTicketInfo.class +com\jwsaas\entity\food\StoreDeliveryOrder.class +com\jwsaas\entity\food\StoreProduct.class +com\jwsaas\entity\food\WxdcDistributionAddress.class +com\jwsaas\entity\food\YunposSetStore.class +com\jwsaas\entity\food\ShopMeituanOrderItem.class +com\jwsaas\entity\food\SplitPayLog.class +com\jwsaas\entity\ops\ZfbBusinessCode.class +com\jwsaas\service\food\BusinessPlanDetailService.class +com\jwsaas\service\TenantService.class +com\jwsaas\entity\food\QimaiProductTemplateDetail.class +com\jwsaas\entity\food\ProgramEvaluate.class +com\jwsaas\entity\wxdc\ProductPromotion.class +com\jwsaas\service\food\OtherStorageTicketService.class +com\jwsaas\service\food\ProductSuitDetailService.class +com\jwsaas\RoleType.class +com\jwsaas\service\food\ProductSuitService.class +com\jwsaas\entity\food\VposStoreBusinessTicket.class +com\jwsaas\service\food\SupplierTypeService.class +com\jwsaas\service\food\PurchasepriceTicketService.class +com\jwsaas\StoreAccountBusType.class +com\jwsaas\service\food\ProgramStoreBusinessTicketInfoService.class +com\jwsaas\entity\ops\Agent.class +com\jwsaas\ModuleType.class +com\jwsaas\service\food\OtherStorageOutTicketService.class +com\jwsaas\entity\food\CostTicketProductType.class +com\jwsaas\service\food\StoreDeliveryOrderService.class +com\jwsaas\entity\food\StoreOrderProductInfo.class +com\jwsaas\service\food\AskGoodsTemplateService.class +com\jwsaas\service\food\QimaiAdjustPriceGoodsService.class +com\jwsaas\service\food\CostTicketService.class +com\jwsaas\service\food\CostTicketPayTypeService.class +com\jwsaas\service\food\SaleClearService.class +com\jwsaas\entity\food\PayMode.class +com\jwsaas\entity\food\StoreDispatchAccountLog.class +com\jwsaas\service\food\StoretableService.class +com\jwsaas\entity\food\WxAdjustPriceGoods.class +com\jwsaas\entity\food\WxdcDistribution.class +com\jwsaas\SalesOrderDiscountType.class +com\jwsaas\entity\food\QimaiAttributeCategory.class +com\jwsaas\entity\food\ProgramAdjustPriceTicket.class +com\jwsaas\entity\food\StoreCostManage.class +com\jwsaas\entity\food\BaiduOrderProduct.class +com\jwsaas\entity\ops\CityCode.class +com\jwsaas\entity\ops\PosModuleType.class +com\jwsaas\entity\food\StoreCostManageLog.class +com\jwsaas\service\food\ProductBatchNegativeStockDifferService.class +com\jwsaas\service\food\WxStoreService.class +com\jwsaas\entity\food\PayType.class +com\jwsaas\service\food\ProductTypeLabelInfoService.class +com\jwsaas\service\food\StoreDispatchAccountLogService.class +com\jwsaas\entity\food\StoreBusinessTicketTable.class +com\jwsaas\service\food\PaymentParameterService.class +com\jwsaas\entity\food\VisitorAddress.class +com\jwsaas\service\food\PermissionsService.class +com\jwsaas\entity\food\VposProductEvaluateImage.class +com\jwsaas\service\food\PurchaseStorageTicketService.class +com\jwsaas\entity\food\PromotionCategory.class +com\jwsaas\entity\food\ReceiveDifferenceTicketLog.class +com\jwsaas\entity\food\ProgramProduct.class +com\jwsaas\service\food\StoreStockCheckTicketLogService.class +com\jwsaas\service\food\ThuselevelTicketService.class +com\jwsaas\service\food\ProgramAdPictureService.class +com\jwsaas\entity\wxdc\OrderItemMake.class +com\jwsaas\entity\food\ProgramEvaluateImage.class +com\jwsaas\service\food\ProgramAdjustPriceStoreService.class +com\jwsaas\service\food\ProgramProductTemplateDetailService.class +com\jwsaas\entity\wxdc\WeixinPayUnifiedOrder.class +com\jwsaas\service\food\ProductKitPlanService.class +com\jwsaas\service\food\PurchaseTicketLogService.class +com\jwsaas\entity\tl\order\RecieverList.class +com\jwsaas\entity\food\PosSetPlanShortcut.class +com\jwsaas\service\food\WxdcDistributionService.class diff --git a/food-api/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/food-api/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..c99c826 --- /dev/null +++ b/food-api/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,795 @@ +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ReceiveGoodsTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductBatchNegativeStockDiffer.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\RechargeParameterService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CheckTemplateDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxStoreGoods.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\BaiduFood.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductKitPlan.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductBatchNumberService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\PrinterInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\PromotionType.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\DispatchpriceTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PosPollcodeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\SignAcctProtocol.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreHandoverDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\DispatchTicketDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiOrderPay.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\ElemeAuthorizeInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VisitorAddressService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreDispatchAccountLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramStoreBusinessTicketDeliverService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PayModeStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreBusinessTicketDelivery.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramAdjustPriceTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductStockLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VposUserService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreAccountRechargeParameter.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreStorage.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VposStoreBusinessTicketInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\MeituanFoodCategoryService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\SetCodeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VposStoreBusinessTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\SaleClearService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\wxdc\WeixinUserService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramStoreOrderProductInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiSuitDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiOrderItemService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxdc\OrderPromotion.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\ErrorInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PromotionTask.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ServerDataVersionService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CouponTicketProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\UnLockMember.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramDeliverAddressService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreBusinessTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreStockCheckTicketLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\AskGoodsTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxyh\BaseWeixinYHEntity.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\QueryBalance.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\BusinessPlanService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxQrcodeSettingService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\BaiduOrderProduct.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\AskGoodsTemplateStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramPaymentParameter.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\AdvertPictureService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramStoreOrderProductMake.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\AskGoodsTicketPayService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\BrandService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductKdsPlanService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\City.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\SplitPayLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\shared\Resources.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreAccountService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\AppShopmeituanSetService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiAdjustPriceStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CostFeeTypeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PaymentParameterService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreStorageTicketDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxAdPictureService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\DispatchTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CouponTicketStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramStoreOrderProductMakeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PayType.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\BindPhone.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductKdsPlan.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreOrderProduct.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxdc\WeixinAccount.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxAdjustPriceTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreStockCheckTemplate.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\wxyh\WeixinUserService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\SendVerificationCode.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\SupplierType.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramStoreOrderProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramAdjustPriceStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PurchaseTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\VspTermidInfoManage.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PromotionSchedule.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\OtherStorageTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VposAdPictureService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxAdPicture.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreEnchashmentRecordLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiAdjustPriceGoodsService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VposProductEvaluateImage.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\AgentSubFuyouTicketImage.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PromotionGoodsService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ElemeCategoryFoodService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PosSetPlanConfig.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiProductTemplateStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramPromotionGoodsService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PromotionCategoryService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VisitorTag.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxGoodsTemplate.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PurchaseTemplateDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreStorageOutTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CandaoStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PromotionStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\AppQimaiSetStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductSuitService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxdcDistribution.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxdc\BaseWeixinEntity.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VposStorePay.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\order\OrderRefund.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ReceiveDifferenceTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\MeituanOrderService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramPromotionTask.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\QimaiSet.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramProductMake.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PromotionBlackListStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\UpgradeScheme.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductStoreOutCollectDayService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\AppWhitePlanService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\SaleClear.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\Permissions.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StorageService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\AgentSubFuyouTicketImageService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\ZfbBusinessCodeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxdc\WeixinRechargeOrder.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiProductTemplateDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreOrderProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\SetRealName.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreEnchashmentRecord.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiStoreLable.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VposBusinessOrderUpload.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramEvaluateService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\MakeBurdenService.java +E:\food\food\food-api\src\main\java\com\jwsaas\cache\CacheService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VposStoreOrderProductInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\MeituanBranchService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxdcDistributionAddressService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductStoreStock.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PosSetPlanService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\order\AgentCollectApply.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramProductTemplateService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\wxdc\WeixinPayResultService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VposUserSeries.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\TenantPosInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\AppInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\Storage.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\MeituanOrderItemService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CostTicketProductChange.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreHandoverDetailPay.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\BaiduOrder.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\Brand.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreDepartmentService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiProductCharge.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CouponTicketProduct.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\MakeTypeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PayTypeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PromotionScheduleService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\BankCodeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VposProductEvaluateImageService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramProductMakeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreStorageTicketLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\DispatchTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\TermInfoManage.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductSuitDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreStorageService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PromotionSchemeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\HelloService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\AdjustPriceTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiProductCategory.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\Product.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramStoreBusinessTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\OtherStorageOutTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\SplitShopWithdrawalService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreDeliveryOrderItem.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\wxdc\WeixinRechargeOrderService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductKitPlanService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PurchasepriceTicketMaterial.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreStorageTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreAccountDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\GetMemberInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CheckTicketLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxSalesOrderLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiProduct.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxSalesOrderItemMake.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductBatchNumber.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PosSetPlanModule.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiProductAttribute.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\YunposSetStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ReceiveGoodsTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\PosModuleType.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PromotionStoreArea.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramStoreBusinessTicketInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\DispatchSettlePlanPayMode.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\Purchaseprice.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreOperationLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PurchaseTicketDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreOrderProductMake.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\AskGoodsTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreBusinessTicketTable.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramPaymentParameterService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxdcDistributionService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\RechargeParameter.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramPromotionTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\FeeItem.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiCharge.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StorageType.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxSalesOrderItemPromoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductSuitDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreBusinessTicketCheck.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramPromotionCategory.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxSalesOrderLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CouponTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\AppWhiteDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\KdsPlan.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramPromotionBlackListStoreAreaService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreStorageTicketDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\task\Executor.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PrintImageService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreHandoverDetailPayService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreHandoverService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreHandover.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PaymentParameter.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductRatio.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PosSetPlan.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\OtherStorageTicketLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiAttributeCategoryService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreOperationLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramAdjustPriceStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\Agent.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PurchaseStorageTicketDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreBusinessTicketInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\SupplierService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\UnBindPhone.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\AdvertCaptionService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\wxdc\WeixinPayUnifiedOrderService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\User.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\Visitor.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreStorageOutTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\UpgradeStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ElemeCategoryFood.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\WxBusinessCodeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\AskGoodsTicketPay.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ShopMeituanOrder.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreOrderProductInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\SuitType.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PayModeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\BindBankCard.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiAdjustPriceGoods.java +E:\food\food\food-api\src\main\java\com\jwsaas\ModuleType.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\AskGoodsTicketLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreDispatchAccountService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductMakeTemplate.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramProductTemplateStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramProduct.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxQrcodeSetting.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\DispatchpriceTicketMaterialService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CouponStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\AdjustPriceProduct.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxSalesOrder.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\ErrorInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\YunposSet.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiProductTemplateService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PromotionTaskService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiProductTemplate.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductStockLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxGoodsTemplateDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreWorkerExtService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\MakeDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\MeituanOrderItem.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramPromotionBlackListGoodsService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreDispatchAccount.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CostTicketProductMoreChangeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxGoodsTemplateService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductBatchStockChange.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\AdvertCaption.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\Storetable.java +E:\food\food\food-api\src\main\java\com\jwsaas\ServerDataVersionRelationType.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramPromotionStoreArea.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\ZfbBusinessCode.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxdc\OrderItemMake.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\OtherStorageOutTicketLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PosSetPlanShortcutService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CostTicketTemplateProductChangeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiStoreLableService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\shared\Module.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductStoreStockLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CostTicketPayTypeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramStorePayService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductTypeLabelInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiStoreProduct.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreAccountRechargeParameterService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreStockCheckTemplateDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\Deliver.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramPromotionBlackListStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\DispatchpriceTicketStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxGoodsTemplateStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreDeliveryOrderService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreStorageOutTicketLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\TenantProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ReceiveDifferenceTicketPayService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\DispatchSettlePlan.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\DfsFileService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductBatchStock.java +E:\food\food\food-api\src\main\java\com\jwsaas\StoreAccountBusType.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PermissionsService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxSalesOrderItem.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ReceiveDifferenceTicketLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoretableType.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductStock.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreCostManageService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PosRoleService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramEvaluateImageService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PromotionStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\DispatchpriceTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\AdjustPriceStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PurchaseStorageTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramProductTemplateStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CouponTicketStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreHandoverDetailPart.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreStockCheckTicketLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\ProgramIndexPictureType.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramAdjustPriceTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PromotionTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CostTicketTemplateProductFixedChangeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\Store.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PromotionBlackListGoods.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductMakeTemplateDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductSpecService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CostFeeType.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreDispatchAccountLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiProductChargeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PurchaseStorageTicketLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxyh\WeixinUser.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\AppGuopanStoreInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\Category.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\AskGoodsDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductBurdenService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\AppInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiProductAttributeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxAdjustPriceGoodsService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiOrderItem.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\AskGoodsTemplate.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PurchaseTicketLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CostTicketTemplateProductOtherChangeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiSuitDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreProduct.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramPromotionBlackListGoods.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiProductSpecService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PromotionBlackListStoreAreaService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\BusinessOrderUpload.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductBatchNegativeStockService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CostTicketProductType.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramEvaluate.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductBatchNegativeStockDifferService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductUnitService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\SplitPayLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ElemeFoodCategory.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramStoreOrderProductInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\AskGoodsTemplateStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxSalesPaymentService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ReceiveDifferenceTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\OtherStorageTicketLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreArea.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductSuit.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\CardReaderInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductMakeTemplateService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramPromotionBlackListStoreArea.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\AgentSubFuyouTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxdc\WeixinPayUnifiedOrder.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreCostRevenueService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\UpgradeStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\OrderPromotionType.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreWorker.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\AskGoodsTemplateDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\DeliverService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PurchasepriceService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VposStoreBusinessTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CostTicketProductMoreChange.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\BusinessPlanDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CostTicketTemplateProductOtherChange.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductSpec.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\DispatchSettlePlanService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\AppWhitePlan.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreFeeCutLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CategoryService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\PrinterInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CostTicketProductFixedChangeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\AppWhiteDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CostFeeItemService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiAdjustPriceTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\split\SplitOrderEntity.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductBurden.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\PosModule.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\OtherStorageTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\PosModuleService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\OtherStorageTicketDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxdc\WeixinOrderPay.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CostTicketProductOtherChangeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxGoodsMakeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\TaskSchedule.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\OtherStorageOutTicketDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramIndexPictureService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreEnchashmentRecordLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\shared\AppAuthService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramPromotionCategoryService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreOrderProductInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\OtherStorageOutTicketLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\SetCompanyInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ThuselevelTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\split\SplitCompanyEntity.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CheckTemplate.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxSalesOrderItemPromo.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\AdjustPriceTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreCostRevenue.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoretableService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\order\ConsumeApply.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\AppBaiduBranchService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VposUser.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductTemplateDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\shared\FunctionService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VposStoreBusinessTicketInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\ApplyBindBankCard.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ShopMeituanOrderExtra.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\TicketPrintSettingService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxdc\Order.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxGoodsCategory.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CostTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\SupplierTypeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ReceiveDifferenceDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\MeituanBranch.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CostTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramPromotionTaskService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\TenantLineProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductMake.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\MakeDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\TenantService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreStorageOutTicketDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VposUserSeriesService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramStoreBusinessTicketInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\order\ApplicationTransfer.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreLoginLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramProductTemplateDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\Role.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductStoreOutCollectDay.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\DispatchpriceTicketMaterial.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\AgentService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\AgentStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxdc\ProductPromotion.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreCostManageLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreProductSaleStockService.java +E:\food\food\food-api\src\main\java\com\jwsaas\StoreStorageTicketType.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\SplitShopAccountService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoretableArea.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\TenantLineProduct.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\SplitFoodAccountService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreBusinessTicketTableService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\SplitShopAmount.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductTemplateDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramPromotionGoods.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramPromotionTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\TenantProduct.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PurchaseTicketLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PosInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\AskGoodsTemplateService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PurchasepriceTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreStorageOutTicketLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\SplitPayResult.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxAdjustPriceGoods.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CostTicketProductFixedChange.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreStockCheckTicketDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreDepartment.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoretableAreaService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ElemeOrderDetailGroupService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxAdjustPriceStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PurchaseTemplateDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreAccountRechargeRecordService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ErpPosSet.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiProductSpec.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\AppQimaiSetStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreStorageTicketLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CostTicketTemplateProductMoreChangeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiAttributeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\split\SplitHandoverEntity.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxSalesOrderService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreWorkerExt.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CostTicketPayType.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CostTicketTemplateProductFixedChange.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramPromotionStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductBatchNegativeStock.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreStockCheckTicketDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductRatioService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreStockCheckTemplateService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CouponService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ThuselevelTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\DispatchTicketDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StorePay.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PosRole.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreStorageOutTicketDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\UnBindBankCard.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\YunposSetStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VposStoreOrderProduct.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreAreaService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\CityService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramIndexPicture.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiAttribute.java +E:\food\food\food-api\src\main\java\com\jwsaas\SalesOrderDiscountType.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxAdjustPriceStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxSalesOrderItemService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramPromotionSchemeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\YunposSetService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxStoreGoodsService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ReceiveDifferenceDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PosSetPlanResources.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\AppGuopanStoreInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxdc\WeixinPayResult.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductBatchStockService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoretableTypeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\UpgradePos.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CheckTemplateDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ShopMeituanOrderItemService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VposStoreOrderProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductStoreStockLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\BaseService.java +E:\food\food\food-api\src\main\java\com\jwsaas\cache\CacheKeys.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\KitPlan.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\MakeBurden.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\OtherStorageOutTicketDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CheckTemplateService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramProductCategory.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ReceiveDifferenceTicketLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CostTicketProductTypeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\OtherStorageTicketDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ElemeOrderDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\AgentService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramPromotionStoreAreaService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PromotionTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\UpgradeSchemeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VposProductEvaluateService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\ProductPermissionsService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CostTicketProductChangeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PurchaseTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramAdjustPriceProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PosInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\ElemeAuthorizeInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\wxdc\WeixinAccountService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\AskGoodsDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PosSetPlanShortcut.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreCostManageLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductStockService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\TenantPosLoginLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreAccount.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ElemeFoodCategoryService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductBatchStockChangeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductTypeLabelInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StorageTypeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\BusinessPlan.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiProductTemplateStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\AgentSubFuyouTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\MeituanFoodService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VisitorService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxGoodsMake.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\shared\ResourcesService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\SplitFoodAccount.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PurchaseStorageTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramStoreBusinessTicketDeliver.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PosSetPlanModuleService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\TenantPosInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\StockTypeEnum.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\task\Schedule.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\CityCodeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiProductTemplateDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\DfsFile.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\SetCode.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PromotionStoreAreaService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\AppVersionService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductTemplateService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiOrderService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreOrderProductMakeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\AppShopmeituanSet.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CouponCodeDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\TenantStoreAuthService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PurchaseTemplateService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreBusinessTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ThuselevelTicketStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreProductSaleStock.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\UpdateCompanyInfo.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxSalesOrderItemMakeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\MakeType.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\FeeItemService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreAccountRechargeRecord.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\TenantStoreAuth.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CheckTicketLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxGoods.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\AdjustPriceProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\Register.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CostTicketProductOtherChange.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VisitorAddress.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ReceiveDifferenceTicketPay.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\DispatchTicketLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxdcDistributionAddress.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductUnit.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\MeituanFood.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramStoreProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PosPollcode.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\ProductPermissions.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreAccountDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ReceiveGoodsDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CostTicketTemplate.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\SplitPayResultService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreHandoverDetailPartService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxPaymentParameter.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiProductCategoryService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreEnchashmentRecordService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramPromotionBlackListStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductType.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\LockMember.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\BaiduOrderService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CostFeeItem.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CostTicketTemplateProductChange.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\Coupon.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\TenantPosLoginLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramSettingService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiChargeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxSalesPayment.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\AppShopmeituanSetStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreBusinessTicketCheckService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxGoodsTemplateDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramProductTemplateDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PromotionBlackListStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\AppBaiduBranch.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VposCcbfzAccountService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VposStoreOrderProductInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VposCcbfzAccount.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductMakeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\order\RecieverList.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\SingalAgentPay.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ShopMeituanOrderExtraService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramStoreBusinessTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VposStoreOrderProductMakeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\UserService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\TicketPrintSetting.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PrintImage.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\MeituanOrderExtra.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductTypeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreBusinessTicketInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\MeituanOrder.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PromotionGoods.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\WxBusinessCode.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PayModeStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VposProductEvaluate.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VposStoreOrderProductMake.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PurchaseTicketDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\BaiduOrderProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductImage.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\RoleService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PurchaseTemplate.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\SplitShopAccount.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramPromotionScheme.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PosSetPlanResourcesService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramProductCategoryService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiOrderPayService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CheckTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\OtherStorageOutTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\BaseEntity.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StorePayService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ThuselevelTicketStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxGoodsCategoryService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ServerDataVersion.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxdc\OrderPay.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreFeeCutLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PurchasepriceTicketMaterialService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreDeliveryOrderItemService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreWorkerService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\shared\Function.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramProductTemplate.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiOrder.java +E:\food\food\food-api\src\main\java\com\jwsaas\TlData.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\PosModuleTypeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VposStorePayService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\KitPlanService.java +E:\food\food\food-api\src\main\java\com\jwsaas\TlReturnMsg.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\Agent.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ThuselevelTicketMaterialService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\split\SplitProductEntity.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CouponStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductMakeTemplateDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramStoreProduct.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\BusinessPlanDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PurchasepriceTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PurchaseStorageTicketDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\shared\ModuleService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\QimaiSetService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\AdjustPriceStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreType.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramStorePay.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\QueryBankCard.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxdc\WeixinUser.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\wxdc\OrderItem.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductImageService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramBusinessOrderUpload.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PromotionCategory.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CostTicketTemplateService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\IdcardCollect.java +E:\food\food\food-api\src\main\java\com\jwsaas\StoreStorageOutTicketType.java +E:\food\food\food-api\src\main\java\com\jwsaas\Constants.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiAttributeCategory.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramPromotionStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PromotionScheme.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\WithdrawApply.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\tl\member\QuickpayAgreeApply.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxGoodsService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\MeituanFoodCategory.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramEvaluateImage.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ElemeOrderDetailGroup.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreDeliveryOrder.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxAdjustPriceTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CheckTicketDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\CardReaderInfoService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\MeituanOrderExtraService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\SplitStorePayService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\VisitorTagService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CouponTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreCostManage.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ThuselevelTicketMaterial.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\QimaiAdjustPriceTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\Supplier.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\AdvertPicture.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\DispatchSettlePlanPayModeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\AppShopmeituanSetStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\AgentStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\WxGoodsTemplateStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\WxPaymentParameterService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProductTemplate.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramDeliverAddress.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CostTicketTemplateProductMoreChange.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\CheckTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PayMode.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\wxdc\WeixinOrderPayService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramStoreOrderProduct.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreLoginLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\CityCode.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreBusinessTicketDeliveryService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramAdPicture.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PromotionBlackListGoodsService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ElemeOrderDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\BaiduFoodService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\AskGoodsTicketLog.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\shared\AppAuth.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreStorageTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\SplitShopWithdrawal.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramSetting.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\SplitStorePay.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ShopMeituanOrderService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductStoreStockService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CheckTicketDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\BankCode.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ShopMeituanOrderItem.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\ops\UpgradePosService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProgramAdPictureService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\ops\AppVersion.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\DispatchpriceTicketStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\KdsPlanService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiAdjustPriceStoreService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreTypeService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ProgramAdjustPriceProduct.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreHandoverDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\RoleType.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CandaoStore.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\VposAdPicture.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\AskGoodsTemplateDetailService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\CouponCodeDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\PromotionBlackListStoreArea.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PosSetPlanConfigService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\StoreStockCheckTicketService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\Tenant.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreStockCheckTemplateDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\DispatchTicketLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\ErpPosSetService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\PurchaseStorageTicketLogService.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\QimaiStoreProductService.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\StoreStockCheckTicket.java +E:\food\food\food-api\src\main\java\com\jwsaas\entity\food\ReceiveGoodsDetail.java +E:\food\food\food-api\src\main\java\com\jwsaas\service\food\TaskScheduleService.java diff --git a/food-api/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/food-api/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..e69de29