@ -21,7 +21,7 @@ import java.io.Serial;
* @since 2026-01-05
*/
@Data
@TableName("BA_BASIC_CLAZZ")
@TableName("BS_BASIC_CLAZZ")
@Schema(description = "BasicClazz Entity对象")
@EqualsAndHashCode(callSuper = true)
public class BasicClazz extends BaseEntity {
@ -18,7 +18,7 @@ import java.io.Serial;
* @since 2025-12-22
@TableName("BA_BAT_CONFIG")
@TableName("BS_BAT_CONFIG")
@Schema(description = "BatConfig Entity对象")
public class BatConfig extends BaseEntity {
@ -20,7 +20,7 @@ import java.util.List;
@TableName("BA_COATING_THICKNESS")
@TableName("BS_COATING_THICKNESS")
@Schema(description = "CoatingThickness Entity对象")
public class CoatingThickness extends BaseEntity {
* @since 2025-12-16
@TableName("BA_FORMULA")
@TableName("BS_FORMULA")
@Schema(description = "Formula Entity对象")
public class Formula extends BaseEntity {
@TableName("BA_LOCALLY_PLATED_PART")
@TableName("BS_LOCALLY_PLATED_PART")
@Schema(description = "LocallyPlatedPart Entity对象")
public class LocallyPlatedPart extends BaseEntity {
@TableName("BA_MATERIAL_QUOTA")
@TableName("BS_MATERIAL_QUOTA")
@Schema(description = "MaterialQuota Entity对象")
public class MaterialQuota extends BaseEntity {
@ -21,7 +21,7 @@ import java.util.List;
* @since 2026-01-04
@TableName("BA_OEM")
@TableName("BS_OEM")
@Schema(description = "Oem Entity对象")
public class Oem extends BaseEntity {
@ -20,7 +20,7 @@ import java.time.LocalDateTime;
@TableName("BA_PLAN_ASSIGN_STEER")
@TableName("BS_PLAN_ASSIGN_STEER")
@Schema(description = "PlanAssignSteer Entity对象")
public class PlanAssignSteer extends BaseEntity {
@ -19,7 +19,7 @@ import java.math.BigDecimal;
@TableName("BA_PLATING")
@TableName("BS_PLATING")
@Schema(description = "Plating Entity对象")
public class Plating extends BaseEntity {
@TableName("BA_PLATING_SMALL")
@TableName("BS_PLATING_SMALL")
@Schema(description = "PlatingSmall Entity对象")
public class PlatingSmall extends BaseEntity {
@TableName("BA_PROCESS_ABILITY")
@TableName("BS_PROCESS_ABILITY")
@Schema(description = "ProcessAbility Entity对象")
public class ProcessAbility extends BaseEntity {
@TableName("BA_PROD_MARK")
@TableName("BS_PROD_MARK")
@Schema(description = "ProdMark Entity对象")
public class ProdMark extends BaseEntity {
* @since 2026-01-13
@TableName("BA_REL_TEAM_SET_USER")
@TableName("BS_REL_TEAM_SET_USER")
@Schema(description = "RelTeamSetUser Entity对象")
public class RelTeamSetUser extends BaseEntity {
@TableName("BA_SHIFTS")
@TableName("BS_SHIFTS")
@Schema(description = "Shifts Entity对象")
public class Shifts extends BaseEntity {
* @since 2026-01-26
@TableName("BA_USER_RIGHT")
@TableName("BS_USER_RIGHT")
@Schema(description = "UserRight Entity对象")
public class UserRight extends BaseEntity {
@TableName("BA_WORK_TANK")
@TableName("BS_WORK_TANK")
@Schema(description = "WorkTank Entity对象")
public class WorkTank extends BaseEntity {
@ -459,8 +459,8 @@ public class TeamSetController extends BladeController {
@Operation(summary = "下载Excel模板", description = "")
public ResponseEntity<org.springframework.core.io.Resource> downloadExcelTemplate() {
return ExcelExtUtil.downloadXlsTemplate(
"Excel/QA/ImportTemplate-CycleTestItem.xls",
"导入模版-周期试验项目.xls");
"Excel/QA/班组.xls",
"导入模版-班组.xls");
}
/**