| | |
| | | package com.xcong.excoin.modules.member.entity; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.xcong.excoin.common.system.base.BaseEntity; |
| | | import com.xcong.excoin.modules.yunding.entity.YdBasicLevelSettingEntity; |
| | | import com.xcong.excoin.modules.yunding.entity.YdBasicSettingEntity; |
| | | import lombok.Data; |
| | | import java.math.BigDecimal; |
| | | |
| | |
| | | public static final Integer PCSTATE_Y = 0; |
| | | |
| | | public static final Integer PCSTATE_N = 1; |
| | | |
| | | @TableField(exist = false) |
| | | private YdBasicLevelSettingEntity ydBasicLevelSettingEntity; |
| | | |
| | | } |