摘要:
var NfcAdapter; var NdefRecord; var NdefMessage; var _getCardNo; export default { initNFC() { if (uni.getSystemInfoSync().platform == 'android') { lis 阅读全文
摘要:
public DBResult BatchInsert<T>(string tableName, List<T> entities) where T : class { if(entities == null || string.IsNullOrEmpty(tableName)) { return 阅读全文
摘要:
using Newtonsoft.Json.Serialization; using Sfq.WebApi.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web.Http 阅读全文