丁保国的博客

收集整理工作生活,点点滴滴

  :: :: 博问 :: 闪存 :: :: :: :: 管理 ::
两个方法,5+1个字段
creatorId(String userId){
    this.createdDt = currentDate;
    this.createdBy = userId;
    this.lastModifiedDt = currentDate;(版本锁)
    this.lastModifiedBy = userId;
}

modifierId(String userId){
    this.lastModifiedDt = currentDate;
    this.lastModifiedBy = userId;
}

column
deleteInd "T" or "F"
mode "C" or "U" or "R"(Remove)
posted on 2008-10-08 09:05  丁保国  阅读(198)  评论(1编辑  收藏  举报