DPS/include/SDP/Fpso_Fatigue_Load_MswDAO.h

29 lines
749 B
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#pragma once
#include "DAO.h"
namespace DBPlatformSpace
{
/// FPSO∆£¿Õÿ∫…æ≤ÀÆÕ‰æÿ±Ì
class Fpso_Fatigue_Load_MswDAO : public subDBDAO
{
public:
string _mswCvn; ///<¬˙‘ÿ¥πœÚæ≤ÀÆÕ‰æÿ
string _mswCvp; ///<—π‘ÿ¥πœÚæ≤ÀÆÕ‰æÿ
int _sectionID; ///<∆ √Êid
ODI Fpso_Fatigue_Load_MswDAO();
virtual ODI ~Fpso_Fatigue_Load_MswDAO();
ODI virtual Mapper* createMapper();
ODI static DAO* createObject();
static ODI ResultMsg FindAll(list<Fpso_Fatigue_Load_MswDAO*> & pnewlist);
static ODI ResultMsg FindByID(int id, Fpso_Fatigue_Load_MswDAO * &pnewdao);
static ResultMsg ODI FindBySectionID(int sectionID, list<Fpso_Fatigue_Load_MswDAO*>&newlist);
};
}