promotionCode.js 602 Bytes
/**
 * Created by yoho on 2016/6/27.
 */
var promotionCode = {
    id: "",
    name: "",
    limitTimes: "0",
    code: "",
    describe: "",
    promotionInfo: 1,
    userSourceLimit: "",
    userTypeLimit: "",
    creatorId: "",
    limitDateFrom: "",
    limitDateTo: 0,
    createTime: "",
    reqDepartment: "零售部/营销策划",
    staff: "admin",
    status: "0",
    department1: "零售部",
    department2: "营销策划",
    "amount_at_least": "",
    "count_at_least": "",
    "discount": "",
    "discount_at_most": "",
    "promotionInfotype": 1
};

module.exports = promotionCode;