删除多余的Controller
This commit is contained in:
parent
3b6cbdc6cf
commit
255835db55
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 境外药品生产企业基本信息数据子集(AbroadPharmaBaseInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:12
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("abroadPharmaBaseInfo")
|
||||
public class AbroadPharmaBaseInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 国产药品基本信息数据子集(DomesticDrugBaseInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("domesticDrugBaseInfo")
|
||||
public class DomesticDrugBaseInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 国产药品生产信息数据子集(DomesticDrugProductionApplyInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("domesticDrugProductionApplyInfo")
|
||||
public class DomesticDrugProductionApplyInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 境内药品生产企业基本信息数据表(DomesticPharmaBaseInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("domesticPharmaBaseInfo")
|
||||
public class DomesticPharmaBaseInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 药品配送企业基本信息数据子集(DrugDeliveryCompanyBaseInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("drugDeliveryCompanyBaseInfo")
|
||||
public class DrugDeliveryCompanyBaseInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 收货单信息数据子集(DrugDeliveryNoteApplyInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("drugDeliveryNoteApplyInfo")
|
||||
public class DrugDeliveryNoteApplyInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 药品进口信息数据子集(DrugImportApplyInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("drugImportApplyInfo")
|
||||
public class DrugImportApplyInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 发货单信息数据子集(DrugInvoiceApplyInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("drugInvoiceApplyInfo")
|
||||
public class DrugInvoiceApplyInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 药品召回信息数据子集(DrugRecallApplyInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("drugRecallApplyInfo")
|
||||
public class DrugRecallApplyInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 药品零售与药品使用信息数据子集(DrugRetailAndUseApplyInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("drugRetailAndUseApplyInfo")
|
||||
public class DrugRetailAndUseApplyInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 药品自检信息数据子集(DrugSelfInspectionApplyInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("drugSelfInspectionApplyInfo")
|
||||
public class DrugSelfInspectionApplyInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 药品使用单位基本信息数据子集(DrugUsingUnitBaseInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("drugUsingUnitBaseInfo")
|
||||
public class DrugUsingUnitBaseInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 进口药品基本信息数据子集(ImportedDrugBaseInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("importedDrugBaseInfo")
|
||||
public class ImportedDrugBaseInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 药品生产许可证基本信息数据子集(PharmaceuticalProductionLicenseBaseInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("pharmaceuticalProductionLicenseBaseInfo")
|
||||
public class PharmaceuticalProductionLicenseBaseInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 药品经营企业基本信息数据子集(PharmaceuticalTradingEnterprisesBaseInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("pharmaceuticalTradingEnterprisesBaseInfo")
|
||||
public class PharmaceuticalTradingEnterprisesBaseInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 药品经营企业基本信息数据子集(PharmaceuticalTradingEnterprises)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("pharmaceuticalTradingEnterprises")
|
||||
public class PharmaceuticalTradingEnterprisesController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 药品经营许可证基本信息数据子集(PharmaceuticalTradingLicenseBaseInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("pharmaceuticalTradingLicenseBaseInfo")
|
||||
public class PharmaceuticalTradingLicenseBaseInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 温度信息子集-单据与存储设备关系信息(ReceiptAndStorageDeviceRelTemperatureApplyInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("receiptAndStorageDeviceRelTemperatureApplyInfo")
|
||||
public class ReceiptAndStorageDeviceRelTemperatureApplyInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 接收数据日志信息表(ReceiveDataLog)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("receiveDataLog")
|
||||
public class ReceiveDataLogController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 温度信息子集-存储设备温度信息(StorageDeviceTemperatureApplyInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("storageDeviceTemperatureApplyInfo")
|
||||
public class StorageDeviceTemperatureApplyInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 温度信息子集-运输温度信息(TransportTemperatureApplyInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("transportTemperatureApplyInfo")
|
||||
public class TransportTemperatureApplyInfoController {
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
package com.alihealth.d2d.provtest.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 库存上报基本信息数据子集(可选)(WarehouseStockApplyInfo)表控制层
|
||||
*
|
||||
* @author makejava
|
||||
* @since 2025-06-10 12:52:14
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("warehouseStockApplyInfo")
|
||||
public class WarehouseStockApplyInfoController {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue