Newer
Older
IRIS_REFACTOR_DH / irisDataBase / Service / IrisRecordsService.cs
TAN YUE on 9 Sep 2021 302 bytes 20210909 初始提交。
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace irisDataBase.Service
{
    public interface IrisRecordsService
    {
        int insertRecordsLocal(long personId, DateTime now, string temp, string devCode, string doorCode, string inoutType);
    }
}