Files
shgx_tz_mes_backend_sync/ZR.Repository/System/SysPostRepository.cs

14 lines
251 B
C#
Raw Normal View History

2021-09-27 08:06:09 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ZR.Model.System;
namespace ZR.Repository.System
{
public class SysPostRepository : BaseRepository<SysPost>
{
}
}