1234567891011121314151617181920212223 |
- /*-------------------------------------------------------------------------
- * 功能描述:FileMD5Util
- * 作者:xulisong
- * 创建时间: 2019/5/16 19:08:32
- * 版本号:v1.0
- * -------------------------------------------------------------------------*/
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace SAGA.GplotRelationComputerManage.Common
- {
- public class FileMd5Item
- {
- }
- public static class FileMD5Util
- {
- }
- }
|