生产管理系统前端 - 更新瓦力提交的产品原型到参考目录
This commit is contained in:
@@ -20,7 +20,6 @@ export interface Field {
|
||||
soilType: SoilType; // 土壤类型
|
||||
landUseType: LandUseType; // 土地利用类型
|
||||
plantingMode: PlantingMode; // 种植模式
|
||||
irrigationType: IrrigationType; // 灌溉方式
|
||||
|
||||
// 权属信息
|
||||
owner: string; // 权属人
|
||||
@@ -39,7 +38,7 @@ export interface Field {
|
||||
documents: FieldDocument[]; // 文档(合同扫描件等)
|
||||
|
||||
// 状态
|
||||
status: 'active' | 'inactive' | 'pending'; // 使用状态
|
||||
status: 'normal' | 'pending'; // 使用状态:正常、待确认
|
||||
|
||||
// 元数据
|
||||
createdAt: string;
|
||||
|
||||
Reference in New Issue
Block a user