|
@@ -15,7 +15,8 @@ var rationChapterTreeSchema = new Schema({//章节树 //生成唯一id改为sec
|
|
|
NextSiblingID:Number,
|
|
|
name: String,
|
|
|
explanation: String,//说明
|
|
|
- ruleText: String,//计算规则
|
|
|
+ ruleText: String,//计算规则,
|
|
|
+ jobContentSituation: String,//工作内容适用情况,ALL适用本项全部定额,PARTIAL适用本项部分定额
|
|
|
isDeleted: Boolean
|
|
|
});
|
|
|
var rationChapterTreeModel = chapterTreeDb.model("std_ration_lib_ration_chapter_trees", rationChapterTreeSchema, "std_ration_lib_ration_chapter_trees");
|