示例#1
0
 public Response <List <ItemTypeListModel> > ItemTypeList(Request <bool> req)
 {
     return(_dictionaryOperations.ItemTypeList());
 }