productpriceplan.json 1.43 KB
{
	"productpriceplan":{
		 "_all":{
            "enabled":false
        },
        "_source":{
            "enabled":true
        },
        "properties": {
        	"id": {
                "type": "integer"
            },
            "planId": {
                "type": "integer"
            },
            "productSkn": {
                "type": "integer"
            },
            "currentSaleprice": {
                "type": "double"
            },
            "specialPrice": {
                "type": "double"
            },
            "vipDiscountType": {
                "type": "integer"
            },
            "vipPrice": {
                "type": "double"
            },
            "vip1Price": {
                "type": "double"
            },
            "vip2Price": {
                "type": "double"
            },
            "vip3Price": {
                "type": "double"
            },
            "createTime": {
                "type": "integer"
            },
            "effectTime": {
                "type": "integer"
            },
            "endTime": {
                "type": "integer"
            },
            "status": {
                "type": "integer"
            },
            "vipDiscount": {
                "type": "double"
            },
            "showStatus": {
                "type": "integer"
            },
            "showBeginTime": {
                "type": "integer"
            }
        }
	}
}