educationlevel
This commit is contained in:
parent
7388202061
commit
e80af15e9a
3 changed files with 195 additions and 4 deletions
|
|
@ -67,7 +67,7 @@ export class RelationshipController extends Controller {
|
|||
*
|
||||
* @summary ORG_060 - แก้ไขสถานภาพ (ADMIN) #65
|
||||
*
|
||||
* @param {string} id Id ตำแหน่งทางการบริหาร
|
||||
* @param {string} id Id สถานภาพ
|
||||
*/
|
||||
@Put("{id}")
|
||||
async updateRelationship(
|
||||
|
|
@ -105,7 +105,7 @@ export class RelationshipController extends Controller {
|
|||
*
|
||||
* @summary ORG_060 - ลบสถานภาพ (ADMIN) #65
|
||||
*
|
||||
* @param {string} id Id ตำแหน่งทางการบริหาร
|
||||
* @param {string} id Id สถานภาพ
|
||||
*/
|
||||
@Delete("{id}")
|
||||
async deleteRelationship(@Path() id: string) {
|
||||
|
|
@ -128,7 +128,7 @@ export class RelationshipController extends Controller {
|
|||
*
|
||||
* @summary ORG_060 - รายละเอียดรายการสถานภาพ (ADMIN) #65
|
||||
*
|
||||
* @param {string} id Id ตำแหน่งทางการบริหาร
|
||||
* @param {string} id Id สถานภาพ
|
||||
*/
|
||||
@Get("{id}")
|
||||
async detailRelationship(@Path() id: string) {
|
||||
|
|
@ -151,7 +151,6 @@ export class RelationshipController extends Controller {
|
|||
*
|
||||
* @summary ORG_060 - รายการสถานภาพ (ADMIN) #65
|
||||
*
|
||||
* @param {string} id Id ตำแหน่งทางการบริหาร
|
||||
*/
|
||||
@Get()
|
||||
async listRelationship() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue