|
@@ -1,9 +1,3 @@
|
|
|
-/*
|
|
|
- * @description:
|
|
|
- * @Author: CP
|
|
|
- * @Date: 2020-11-26 11:30:27
|
|
|
- * @FilePath: \construction_management\models\cm_contracts_return.go
|
|
|
- */
|
|
|
package models
|
|
|
|
|
|
import (
|
|
@@ -20,7 +14,7 @@ type CmContractsReturn struct {
|
|
|
Price string `xorm:"default 0.00 comment('回款金额') DECIMAL(12,2)"`
|
|
|
Way string `xorm:"comment('回款方式') VARCHAR(32)"`
|
|
|
CreateUser string `xorm:"comment('创建人') VARCHAR(32)"`
|
|
|
- AccountId int `xorm:"not null default '0' comment('项目用户ID') VARCHAR(32)"`
|
|
|
+ AccountId int `xorm:"not null default 0 comment('项目用户ID') INT(11)"`
|
|
|
Remarks string `xorm:"comment('备注') VARCHAR(512)"`
|
|
|
Annexes int `xorm:"default 0 comment('附件数量') TINYINT(2)"`
|
|
|
CreateTime time.Time `xorm:"comment('创建时间') DATETIME"`
|