コード例 #1
0
		public int Update(TArrivalSign obj)
		{
			return Mapper().Update("Update", obj);
		}
コード例 #2
0
		public int Insert(TArrivalSign obj)
		{
			int id =Mapper().Insert("Insert", obj);
			
			return id;
		}