| | |
| | | |
| | | import com.dayu.baselibrary.tools.HexUtil; |
| | | import com.dayu.henanlibrary.dao.AppDatabase; |
| | | import com.dayu.henanlibrary.utils.MyCommon; |
| | | import com.dayu.henanlibrary.utils.CardCommon; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | |
| | | * Description:密码卡 |
| | | */ |
| | | public class PassWordCard extends BaseCard implements Serializable { |
| | | public String cardType = MyCommon.PASS_WORD_CRAD_TYPE;//卡类型 |
| | | public String cardType = CardCommon.PASS_WORD_CRAD_TYPE;//卡类型 |
| | | |
| | | public byte[] toByte(AppDatabase appDatabase) { |
| | | setCardData(appDatabase, cardType); |