| | |
| | | package com.matrix.system.hive.bean; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.matrix.core.anotations.Extend; |
| | | import com.matrix.core.tools.DateUtil; |
| | |
| | | * |
| | | * @date 2016-09-17 10:17 |
| | | */ |
| | | |
| | | public class MoneyCardUse { |
| | | |
| | | |
| | | @TableId(value = "id",type = IdType.AUTO) |
| | | private Long id; |
| | | |
| | | |
| | |
| | | |
| | | |
| | | /** |
| | | * // jyytodo 可以考虑一个已启用未启用的状态,开卡后如果没有使用过就视为未启用 |
| | | * 状态,有效,无效,转让,冻结,退款 |
| | | */ |
| | | private String status; |