|
|
@ -93,7 +93,7 @@ public class PmProjectPartModelDetailController { |
|
|
entityClass = PmProjectPartModelDetail.class, |
|
|
entityClass = PmProjectPartModelDetail.class, |
|
|
mapperClass = PmProjectPartModelDetailMapper.class, |
|
|
mapperClass = PmProjectPartModelDetailMapper.class, |
|
|
idField = "partModelDetailId", |
|
|
idField = "partModelDetailId", |
|
|
fields = { "detailPlanStartDate", "detailPlanEndDate"}, |
|
|
|
|
|
|
|
|
fields = { "detailPlanStartDate", "detailPlanEndDate", "projectName"}, |
|
|
argIndex = 0, |
|
|
argIndex = 0, |
|
|
isCollection = true |
|
|
isCollection = true |
|
|
) |
|
|
) |
|
|
@ -112,7 +112,7 @@ public class PmProjectPartModelDetailController { |
|
|
entityClass = PmProjectPartModelDetail.class, |
|
|
entityClass = PmProjectPartModelDetail.class, |
|
|
mapperClass = PmProjectPartModelDetailMapper.class, |
|
|
mapperClass = PmProjectPartModelDetailMapper.class, |
|
|
idField = "partModelDetailId", |
|
|
idField = "partModelDetailId", |
|
|
fields = {"detailPlanStartDate", "detailPlanEndDate"}, |
|
|
|
|
|
|
|
|
fields = {"detailPlanStartDate", "detailPlanEndDate", "projectName"}, |
|
|
argIndex = 0, |
|
|
argIndex = 0, |
|
|
isCollection = false |
|
|
isCollection = false |
|
|
) |
|
|
) |
|
|
|