111
tjx
9 天以前 cdb8a4354d8ddaecec8f9d53c7bb9ccf3fc86192
1
2
3
4
5
6
7
8
using MES.Service.DB;
using MES.Service.Modes;
 
namespace MES.Service.service;
 
public class WomcabManager : Repository<Womcab>
{
}