摘要:
using System;using System.Collections.Generic;using System.Linq; namespace Infrastructure{ /// <summary> /// List转成Tree /// <para></para> /// </summar 阅读全文
posted @ 2019-06-10 16:13
恋之呓
阅读(434)
评论(0)
推荐(0)
摘要:
using System;using System.Security.Cryptography; namespace Infrastructure{ public class GenerateId { public static string GetGuidHash() { return Guid. 阅读全文
posted @ 2019-06-10 16:08
恋之呓
阅读(1532)
评论(0)
推荐(0)
摘要:
using System;using System.Security.Cryptography;using System.Text; namespace Infrastructure{ public class Encryption { private static string encryptKe 阅读全文
posted @ 2019-06-10 16:06
恋之呓
阅读(984)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Diagnostics;using System.Text; namespace Infrastructure{ /// <summary> /// 常用公共类 /// </summ 阅读全文
posted @ 2019-06-10 16:04
恋之呓
阅读(358)
评论(0)
推荐(0)
摘要:
using System;using AutoMapper;using System.Collections;using System.Collections.Generic; namespace Infrastructure{ public static class AutoMapperExt { 阅读全文
posted @ 2019-06-10 16:02
恋之呓
阅读(185)
评论(0)
推荐(0)