public static int UdtErrorProof(ErrorProof _param) { _param.ModifyUs = 1; return(DaoFactory.SetUpdate("Qms.UdtErrorProof", _param)); }
public static List <ErrorProof> SelErrorProofs(ErrorProof _param) { return(DaoFactory.GetList <ErrorProof>("Qms.SelErrorProof", _param)); }
public static int InsErrorProof(ErrorProof _param) { _param.CreateUs = 1; return(DaoFactory.SetInsert("Qms.InsErrorProof", _param)); }
public static ErrorProof SelErrorProof(ErrorProof _param) { return(DaoFactory.GetData <ErrorProof>("Qms.SelErrorProof", _param)); }