chenjiahe
2024-09-11 f0a8c04c54f2490bb00f59c5294a7a70ce62c429
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;
}