Re-migrate code

This commit is contained in:
2026-03-02 12:57:07 +08:00
parent 6070df659a
commit 4f18028a7b
7 changed files with 99 additions and 11 deletions

View File

@@ -199,6 +199,7 @@ type GenerateEmployeeSerialDTO struct {
Department string `json:"department" validate:"required"`
EmployeeName string `json:"employeeName" validate:"required"`
Quantity int `json:"quantity" validate:"min=1,max=1000"`
SerialPrefix string `json:"serialPrefix,omitempty"`
}
// UpdateEmployeeSerialDTO 员工序列号更新请求数据