chenjiahe
2024-02-23 1468baceb9b0f168a76b999dcf9e724c49d100c8
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;
}