摘要:
using System;using System.Collections.Generic;using System.Linq; namespace Infrastructure{ /// <summary> /// List转成Tree /// <para></para> /// </summar 阅读全文
摘要:
using System;using System.Security.Cryptography; namespace Infrastructure{ public class GenerateId { public static string GetGuidHash() { return Guid. 阅读全文
摘要:
using System;using System.Security.Cryptography;using System.Text; namespace Infrastructure{ public class Encryption { private static string encryptKe 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Diagnostics;using System.Text; namespace Infrastructure{ /// <summary> /// 常用公共类 /// </summ 阅读全文
摘要:
using System;using AutoMapper;using System.Collections;using System.Collections.Generic; namespace Infrastructure{ public static class AutoMapperExt { 阅读全文