|
|
@ -767,11 +767,11 @@ func RegisterRoutes() { |
|
|
|
// WorkLineWorkShiftLst的服务实例
|
|
|
|
var serviceOfWorkLineWorkShiftLst = svr.NewWorkLineWorkShiftLstService() |
|
|
|
// WorkLineWorkShiftLst插入一条
|
|
|
|
// RegisterInsertOneWorkLineWorkShiftLst(worklineworkshiftlst, "/insertone", serviceOfWorkLineWorkShiftLst.InsertOne)
|
|
|
|
RegisterInsertOneWorkLineWorkShiftLst(worklineworkshiftlst, "/insertone", serviceOfWorkLineWorkShiftLst.InsertOne) |
|
|
|
// WorkLineWorkShiftLst插入多条
|
|
|
|
// RegisterInsertWorkLineWorkShiftLst(worklineworkshiftlst, "/insert", serviceOfWorkLineWorkShiftLst.Insert)
|
|
|
|
// WorkLineWorkShiftLst删除一条
|
|
|
|
// RegisterDeleteOneWorkLineWorkShiftLst(worklineworkshiftlst, "/deleteone", serviceOfWorkLineWorkShiftLst.DeleteOne)
|
|
|
|
RegisterDeleteOneWorkLineWorkShiftLst(worklineworkshiftlst, "/deleteone", serviceOfWorkLineWorkShiftLst.DeleteOne) |
|
|
|
// WorkLineWorkShiftLst删除多条
|
|
|
|
// RegisterDeleteWorkLineWorkShiftLst(worklineworkshiftlst, "/delete", serviceOfWorkLineWorkShiftLst.Delete)
|
|
|
|
// WorkLineWorkShiftLst查询多条
|
|
|
@ -779,7 +779,7 @@ func RegisterRoutes() { |
|
|
|
// WorkLineWorkShiftLst查询一条
|
|
|
|
RegisterSelectOneWorkLineWorkShiftLst(worklineworkshiftlst, "/get", serviceOfWorkLineWorkShiftLst.SelectOne) |
|
|
|
// WorkLineWorkShiftLst修改一条
|
|
|
|
// RegisterUpdateOneWorkLineWorkShiftLst(worklineworkshiftlst, "/updateone", serviceOfWorkLineWorkShiftLst.UpdateOne)
|
|
|
|
RegisterUpdateOneWorkLineWorkShiftLst(worklineworkshiftlst, "/updateone", serviceOfWorkLineWorkShiftLst.UpdateOne) |
|
|
|
// WorkLineWorkShiftLst修改多条
|
|
|
|
// RegisterUpdateWorkLineWorkShiftLst(worklineworkshiftlst, "/update", serviceOfWorkLineWorkShiftLst.Update)
|
|
|
|
|
|
|
|