BiDecisionService.cs 306 Bytes
using Hh.Mes.POJO.Entity;
using Hh.Mes.Service.Repository;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Hh.Mes.Service.ApiService
{
    public partial class BiDecisionService : RepositorySqlSugar<sys_user>
    {

    }
}