chenjiahe
2024-09-11 2578ce064baee96027e00b384ed87dc2f6d454b6
1
2
3
4
5
6
7
8
9
10
11
12
package com.hz.phis.vo.order;
 
import lombok.Data;
 
/**
 * @author CJH
 */
@Data
public class OrderActivityReturnVo {
    /**活动的订单是否已执行:0否1是*/
    private Integer isExecute;
}